+ {{ profile.full_name }} ({{ profile.promotion }}) + {% if profile.nickname %} + (alias : {{ profile.nickname }}) + {% endif %} +
- Champ libre : {{ profile.text_field }} + +
+ {% trans "Pronom(s) utilisé(s)" %} + + {{ profile.pronoun }} +
+ {% endif %} + {% if profile.department.exists %} ++ {% trans "Département" %}{{ profile.department.count|pluralize }} + + {% for dep in profile.department.all %}{{ dep }}{% if not forloop.last %}, {% endif %}{% endfor %} +
+ {% endif %} + {% if profile.birth_date %} ++ {% trans "Date de naissance" %} + + {{ profile.birth_date }} +
+ {% endif %} + {% if profile.thurne %} ++ {% trans "Thurne" %} + + {{ profile.thurne }} +
+ {% endif %} + {% if profile.phone_set.exists %} +
+ {% trans "Téléphone" %}{{ profile.phone_set.count|pluralize }}
+
+ {% for p in profile.phone_set.all %}{{ p }}{% if not forloop.last %},
{% endif %}{% endfor %}
+
+ {{ profile.social_set.count|pluralize:_("Réseau social,Réseaux sociaux") }}
+
+ {% for p in profile.social_set.all %}{{ p }}{% if not forloop.last %},
{% endif %}{% endfor %}
QJFBsd
+