{% csrf_token %} {{ form.media }}
{% if form.errors %}

The form could not be processed. Please check the issues highlighted below.

{% endif %} {{ form.non_field_errors }}
Token expiration period: {{ form.expiration_days }}
{% for hidden_field in form.hidden_fields %} {{ hidden_field }} {% endfor %}