Une fonction _id sur les objets pour rendre un peu plus facile leur gestion (bordel)
This commit is contained in:
parent
83a618de07
commit
a4042c9c3b
2 changed files with 13 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{{["fid=",o.fid.0]|join|coul('bleu')}} {{"À : "|coul('gras')}}{{o.proprio().prenom|join(' ')}} {{o.proprio().nom|join(' ')}} ({{o.proprio().aid.0}})
|
||||
{{["fid=",o._id().0]|join|coul('bleu')}} {{"À : "|coul('gras')}}{{o.proprio().prenom|join(' ')}} {{o.proprio().nom|join(' ')}} ({{o.proprio()._id().0}})
|
||||
{% if o.article %}
|
||||
{{"Article : "|coul('gras')}} Prix N° Total Commentaire
|
||||
{% set total = [] %}{% for a in o.article %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue