{% extends "base.html" %} {% block content %} {% if id %}

Editing Chemical {{id}} (* = required)

{% endif %} {% if invalid %}

Invalid Form!

{% endif %} {% if success %}

Success!

{% endif %}
{% for field in form %} {% endfor %}
{{ field.label }}{% if field.flags.required %}*{% endif %} {{ field }}
{% endblock %}