Blame view

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