{% load icons %} {% load query %} {% csrf_token %} {% for f in form_attributes.visible_fields %} {% endfor %}
{{ f|field_icon:form }} {{ f.label }} {{ f }} {% for e in f.errors %}
{{ e }}
{% empty %} {% if f.help_text %}
{{ f.help_text }}
{% endif %} {% endfor %}