{% load i18n %} {% for error in form.non_field_errors %}

{{ error }}

{% endfor %}
{% csrf_token %} {% include "authens/form_snippet.html" %}