{% block content_title %}{% trans "Central Authentication Service" %}{% endblock content_title %}
{% block content %} {% if messages %} {% endif %} {% if form.errors %}-
{% for error in form.non_field_errors %}
- {{ error }} {% endfor %} {% for field in form %} {% for error in field.errors %}
- {{ error }} {% endfor %} {% endfor %}