lc_ldap/printing/templates/object
2014-09-01 03:45:29 +02:00

7 lines
216 B
Text

{% if o.info %}
{{"Remarque : "|coul('gras')}}
{{o.info|join('\n ')}}
{% endif %}
{% if o.historique %}
{{"Historique : "|coul('gras')}}{{o.historique[-historique:]|reverse|join('\n ')}}
{% endif %}