{% extends "common.html" %} {% block title %}{{ gettext('Please login...') }}{% endblock %} {% block header %}

{% if entity.title %}{{entity.title}}{% else %}{{ entity.entity_id }}{% endif %}

{% if entity.descr and entity.descr != entity.title %} {{ entity.descr }} {% endif %} {% if entity.psu %} Privacy Statement {% endif %}
{% if entity.entity_icon %} {% endif %}
{% endblock %} {% block content %}

{{ gettext('This service requests that you login. Select your preferred method below...') }}


{% endblock %} {% block endscripts %} {% endblock %} {% block final %} {% endblock %}