{% import "bootstrap/wtf.html" as wtf %} {% extends "base.html" %} {% block title %} {% if add_classification %} Add Classification {% else %} Edit Classification {% endif %} {% endblock %} {% block body %}
{% if add_classification %}

Add Classification

{% else %}

Edit Classification

{% endif %}
{{ wtf.quick_form(form) }}
{% endblock %}