[printing/proprio] Affichage du mail si pas de compte crans, affichage de mailExt
This commit is contained in:
parent
38a47e47ab
commit
3809bfea8e
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,11 @@
|
|||
{{"État administratif : "|coul('gras')}}{{etat_administratif|join(' et ')}}
|
||||
{%if o.uid %}
|
||||
{% include 'compte_crans' %}
|
||||
{% else %}
|
||||
{{"Mail : "|coul('gras')}}{{o.mail.0}}
|
||||
{% endif %}
|
||||
{% if o.mailExt %}
|
||||
{{"Mail de secours : "|coul('gras')}}{{o.mailExt|join(', ')}}
|
||||
{% endif %}
|
||||
{% block proprio %}{% endblock %}
|
||||
{% if brassage %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue