classification_forms.html 185 Bytes
{% load i18n %}

{% if classification_forms %}
    <h4>{% trans 'Classifications' %}</h4>
    {% for form in classification_forms %}
        {{ form.as_p }}
    {% endfor %}
{% endif %}