{% extends "base.html" %} {% load i18n %} {% block title %}Mon profil{% endblock %} {% block content %}

Mon profil

{% if profile %}

{% trans "Credentials" %}

{% for html_block in frontends_block %} {{ html_block|safe }} {% endfor %} {% endblock %}