lc_ldap/printing/templates/club
2014-08-15 20:27:47 +02:00

11 lines
572 B
Text

{% extends "proprio" %}
{% block id %}
{{["cid=",o.cid.0]|join|coul('bleu')}} {{"Nom : "|coul('gras')}}{{o.nom|join(' ')}}
{% endblock%}
{% block proprio %}
{{"Responsable : "|coul('gras')}}{{o.responsable.0.value.prenom|join(' ')}} {{o.responsable.0.value.nom|join(' ')}} ({{o.responsable.0.value.aid|join(' ')}})
{{"Imprimeurs : "|coul('gras')}}{% for i in o.imprimeurClub %}{{i.value.prenom|join(' ')}} {{i.value.nom|join(' ')}} ({{i.value.aid|join(' ')}}) {% endfor%}
{{"Local : "|coul('gras')}}{{o.chbre.0}} ({{o.chbre.0|string|prise_etat}})
{{adh}}
{% endblock%}