0022d6e9 WM |
1 | <h2> Consommables dispo </h2> |
2 | <p> Total: {{consommable_dispo|length}} </p> |
3 | <ul> |
4 | {% for consomm in consommable_dispo %} |
5 | <li> {{consomm.modele}} {{consomm.num_serie}}. |
6 | Fin de garantie: {{consomm.date_expiration }} </li> |
7 | {% endfor %} |
8 | </ul> |