7 lines
211 B
Text
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 %}
|