o.solde ne pointe pas vers l'attribut, mais vers la fonction solde.
This commit is contained in:
parent
58761db787
commit
aac2a0c439
1 changed files with 2 additions and 2 deletions
|
@ -8,6 +8,6 @@
|
|||
{% else %}
|
||||
{{"Jamais"|coul('rouge')}}
|
||||
{% endif %}
|
||||
{% if o.solde %}
|
||||
{{"Solde : "|coul('gras')}}{{o.solde.0}}€
|
||||
{% if o.get('solde', []) %}
|
||||
{{"Solde : "|coul('gras')}}{{o.get('solde', [0.0]).0}} €
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue