11 lines
381 B
Text
11 lines
381 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' %}
|
|
{% endif %}
|
|
{% block proprio %}{% endblock %}
|
|
{% if brassage %}
|
|
{{"Brassage : "|coul('gras')}}{{brassage}}
|
|
{% endif %}
|
|
{% include 'blacklist' %}
|