{% extends "base.html" %} {% load i18n %} {% block title %} {% trans "Consent page for attribute propagation" %} {% endblock %} {% block content %} {% load i18n %}
{% if attributes %} {% if provider_id %} {% trans "Do you accept to send these attributes to " %} {{ provider_id }} ? {% else %} {% trans "Do you accept to send these attributes?" %} {% endif %}