{% extends "master.html" %} {% block main %} {% if error %}

{{ error }}

{% endif %} {% if login_target %}

You are being asked to login by {{login_target}}


{% endif %}
{% if cancel_url %} Cancel {% else %} Cancel {% endif %} {% if next_url %} Next method {% endif %}

{{description}}

{% endblock %}