{% load comments %}

Přidat komentář

{% for f in form %} {% if f.is_hidden %} {% else %} {% if f.errors %} {% endif %} {% if f.help_text %} {% endif %} {% endif %} {% endfor %}
{{ f.errors }}
{{ f }}
{{ f.help_text }}