classification_forms.html 185 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 {% load i18n %} {% if classification_forms %} <h4>{% trans 'Classifications' %}</h4> {% for form in classification_forms %} {{ form.as_p }} {% endfor %} {% endif %}