[printing/templates] Mises en page diverses
This commit is contained in:
parent
4a0e0225b9
commit
c894eecc15
2 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
{% if o.info %}
|
||||
{{"Remarque : "|coul('gras')}}{{o.info|reverse|join('\n ')}}
|
||||
{{"Remarque : "|coul('gras')}}
|
||||
{{o.info|join('\n ')}}
|
||||
{% endif %}
|
||||
{% if o.historique %}
|
||||
{{"Historique : "|coul('gras')}}{{o.historique[-limit:]|reverse|join('\n ')}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue