{% load i18n %}{% load static %}{% get_current_language as LANGUAGE_CODE %} {% block title %}{% trans "Central Authentication Service" %}{% endblock %} {% if settings.CAS_FAVICON_URL %}{% endif %}
{% if auto_submit %}{% endif %}
{% block ante_messages %}{% endblock %}
{% for message in messages %}

{{message}}

{% endfor %} {% block content %}{% endblock %}
{% if settings.CAS_SHOW_POWERED %} {% endif %}
{% block javascript %}{% endblock %}