Mes notifications
{% for brand in brandsWithTwoManufacturers %} {% set sentence='La marque '~ brand['libelle'] ~' est associé à plusieurs fabricants : '~ brand['manufacturers']~'.' %} {% endfor %} {% for brand in brandsWithoutmanufacturer %} {% set sentence='La marque '~brand~'est associé a aucun fabricant.' %} {% endfor %}
Type Detail Date
Fabricant Multiple {{ sentence }} {{ "now"|date("d/m/Y") }}
Marque sans fabricant {{ sentence }} {{ "now"|date("d/m/Y") }}