classification_forms.html 182 Bytes
{% load i18n %}

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