{% extends "authentic2/base.html" %} {% load i18n staticfiles %} {% block extra_styles %} {% endblock %} {% block title %} Gestion du compte {% endblock %} {% block content %}

Profil

{% if profile %}
{% for key, values in profile %}
{{ key|capfirst }}
{% if values|length == 1 %}{{ values.0 }}{% else %}
    {% for value in values %}
  • {{ value }}
  • {% endfor %}
{% endif %}
{% endfor %}
{% endif %}

{% trans "Mon.service-public.fr" %}

{{ frontends_block.1|safe }}

{% endblock %}