{% for article in sav.commande.contenu %}
{{ article.getArticle() }}
{% endfor %}
{{ sav.commande.client }}
{{ sav.commande.numero }}
{{ sav.numero }}
{% if sav.resultat.id == 11 %}
{{ sav.resultat }}
{% else %}
{% for op in sav.operations %}
{{ op.libelle }}
{% endfor %}
{% if sav.informations is empty %}
{{ sav.getInfosSup() }}
{% else %}
{% if sav.hasUnseenInformation(app.user) %}
{% for info in sav.getUnseenInformations(app.user) %}
{{ info }}
{% endfor %}
{% endif %}
{% if app.user not in sav.informations|last.userSeen %}
{% set class = 'bg-danger text-white' %}
{% else %}
{% set class = '' %}
{% endif %}