lc_ldap/printing/templates/object
2013-12-05 14:29:44 +01:00

7 lines
211 B
Text

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