17 lines
487 B
Text
17 lines
487 B
Text
{% block id %}{% endblock %}
|
|
{{"Date d'inscription : "|coul('gras')}}{{o.historique.0|string|split(',',1)|first}}
|
|
{{"État administratif : "|coul('gras')}}{{etat_administratif|join(' et ')}}
|
|
{%if o.uid %}
|
|
{% include 'compte_crans' %}
|
|
{% elif o.mail %}
|
|
{{"Mail : "|coul('gras')}}{{o.mail.0}}
|
|
{% endif %}
|
|
{% if o.mailExt %}
|
|
{{"Mail de secours : "|coul('gras')}}{{o.mailExt|join(', ')}}
|
|
{% endif %}
|
|
{% block proprio %}{% endblock %}
|
|
{% include 'blacklists' %}
|
|
|
|
{{machines}}
|
|
|
|
{{factures}}
|