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