lc_ldap/printing/templates/object

6 lines
225 B
Text

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