{% csrf_token %} {% if not action.form_via_ajax %}

{{ action.verbose_name }}

{% endif %} {% ifequal action.method response_method %} {% if response_form_template %}{{ response_form_template }}{% else %}{{ response_form }}
{% endif %} {% else %} {% if action.response_form_template %}{{ action.response_form_template }}{% else %}{{ action.form }}
{% endif %} {% endifequal %}

{% if action.show_submit %} {% endif %}