{% comment %} field - поле id - id поля classes - css классы required - отметить, что поле обязательное? label - заголовок поля label_inline - вывести заголовок и поле на одной строке? help - подсказка по заполнению поля is_ajax - ajax-форма? no_clear_after - не добавлять очистку float после блока {% endcomment %} {% if label %}{{ label }}:{% if required %} *{% endif %}{% endif %} {% if label_inline %} {{ field }} {% else %}

{{ field }}

{% endif %} {% if help %}

{{ help|escape }}

{% endif %} {% if not is_ajax %}{{ field.errors }}{% endif %} {% if not no_clear_after %}
{% endif %}