{% load i18n %} {% load static %} {% trans "User Agreement" %}

{{sp_display_name}}

{% if sp_display_description %}

{{sp_display_description}}

{% endif %} {% if sp_display_agreement_message %}

{% trans "Agreement Screen" %}

{{ sp_display_agreement_message|safe }}

{% endif %}

This app will receive the following information:

{% for attr, value in attrs_passed_to_sp.items %} {% endfor %}
attribute name value
{{ attr }} {{ value }}

{% trans "Do you agree to transmit to " %} {{ sp_display_name }} {% trans "the previous personal attributes" %}?

{% csrf_token %}
{{ form }}