{% extends "authentic2/accounts.html" %} {% block title %}Ihr Benutzerkonto / Gestion du compte{% endblock %} {% block profile-data-title %}

Deine Daten / Données du compte

{% endblock %} {% block profile-data %}
{% if attributes %} {% for attribute in attributes %}
{{ attribute.attribute.label|capfirst }}
{% if attribute.values|length == 0 %}(nicht spezifiziert / non spécifié) {% elif attribute.values|length == 1 %}{{ attribute.values.0 }}{% else %}
    {% for value in attribute.values %}
  • {{ value }}
  • {% endfor %}
{% endif %}
{% endfor %} {% endif %} {% if LAST_LOGIN %}
Letzte Verbindung / Dernière connexion {{ LAST_LOGIN }}
{% endif %}
{% endblock %} {% block account-management-title %}

Verwalten Ihres Benutzerkontos / Gestion du compte

{% endblock %} {% block account-management-actions %} {% endblock %} {% block content %} {{ block.super }}
Um die im Konto nicht angegebenen Felder auszufüllen, klicken Sie auf diesen Link : "Benutzerkontodaten ändern".
{% endblock %}