{% extends 'op_base.html' %} {% load i18n %} {% load static %} {% load spid_cie_op %} {% block menu_links %} {% endblock menu_links %} {% block centered_container %}

{% trans 'SPID level access request from' %}

{{ client_organization_name }}

{% trans 'For the proper functioning of the requestor service you must give your consent to the release of the following data '%}

{% csrf_token %}
{% for form_field in form.visible_fields %}
{% if form_field.field.widget.input_type%} {% else%} {% endif %}
{{ form_field.errors }}
{% endfor %} {% for hidden in form.hidden_fields %} {{ hidden }} {% endfor %}
    {% for claim in user_claims %}
  • {{ claim }}
  • {% endfor %}
{% trans "DO NOT AGREE" %}
{% endblock %}