{% load tags_helpers %} {% if not exclude_form_tag %}
{% endif %} {% if method != "GET" %}{% csrf_token %}{% endif %} {% block fields %} {% for field in form %}
{{ field.label|title_case }} {% if field.field.required %}*{% endif %}

{{ field }}

{{ field.help_text }}
{% endfor %} {% endblock fields %} {% if help_text %}

{{ help_text }}

{% endif %} {% if not exclude_submit_buttons %}
{% if button_addanother %} {% endif %} {% if cancel_link %} {{ cancel_text }} {% endif %}
{% endif %}