{% extends "base.html" %} {% load i18n %} {% block appbar %}
{{ user }} {% if not user.is_active %}(inactif){% endif %} | {% if user.is_ca %}CA{% endif %} {% if user.is_cp %}CP{% endif %} | {{ user.active_emissions|join:", " }} | {% if user.share_contact_details and user.email %}{{ user.email }}{% endif %} | {% if user.share_contact_details %}{{ user.phone|default:"" }} {{ user.mobile|default:"" }}{% endif %} |