{% block content %}
{% if cfg.css_framework == 'MUNI' %}
{% if warning %}
{% endif %}
{% if locked_claims %}
{% for attribute in locked_claims %}
{% endfor %}
{% endif %}
{% else %}
{% if warning %}
{% endif %}
{% if locked_claims %}
{% for attribute in locked_claims %}
{% endfor %}
{% endif %}
{% endif %}
{% endblock %}
{{ _("Personal data that will be transferred to the service ") }}{{ requester_name }}
{{ _("Information on the processing of personal data of the service ") }}{{ requester_name }}{{ _(" are defined at ") }}{{ _("the page") }}{{ _(", please familiarize yourself with the text.") }}
{{ _("Mandatory attributes") }}
{% for attribute in locked_claims %}
{% if attribute_config and attribute in attribute_config %}{{ attribute_config[attribute][lang].capitalize() }}{% else %}{{ (attribute).capitalize() }}{% endif %}
{% if released_claims[attribute].__class__.__name__ == 'list' %}
{% for value in released_claims[attribute] %}
• {{ value }}
{% endfor %} {% else %} {{released_claims[attribute]}} {% endif %}
{% endfor %} {% else %} {{released_claims[attribute]}} {% endif %}
{{ _("For the following attributes, choose whether you want to send them") }}
{{ _("Personal data that will be transferred to the service ") }}{{ requester_name }}
{{ _("Information on the processing of personal data of the service ") }}{{ requester_name }}{{ _(" are defined at ") }}{{ _("the page") }}{{ _(", please familiarize yourself with the text.") }}
{{ warning[lang] }}
{{ _("Mandatory attributes") }}
{% for attribute in locked_claims %}
{% if attribute_config and attribute in attribute_config %}{{ attribute_config[attribute][lang].capitalize() }}{% else %}{{ (attribute).capitalize() }}{% endif %}
{% if released_claims[attribute].__class__.__name__ == 'list' %}
{% for value in released_claims[attribute] %}
{{ value }}
{% endfor %} {% else %} {{released_claims[attribute]}} {% endif %}
{% endfor %} {% else %} {{released_claims[attribute]}} {% endif %}