{% load hrenpack.html %} {% load hrenpack.debug %}
{{ form.non_field_errors }}
{% get_condition div_mode 'div' 'p' as f_tag %} {% for el in form %} {% var el.field.widget.input_type as input_type %} {% if el.name == 'captcha' %} {% if fc_mode == 'debug' %}{% print "Используется капча" %}{% endif %} {{ el }} {% elif input_type == 'hidden' %} {% elif input_type == 'checkbox' %} <{{ f_tag }} class="hrendjango-cb">{{ el }} {% else %} <{{ f_tag }}> {% if br_post %}
{% endif %} {{ el }}
{{ el.errors }}
{% endif %} {% endfor %} {% if button_text %} {% endif %}