{% extends 'emails/base_email.html.twig' %} {% block email_title %}Nouveau commentaire — Inventaire {{ inventory.reference }}{% endblock %} {% block preheader %}{{ note.author.fullName|default('Un utilisateur') }} a ajoute un commentaire sur l'inventaire {{ inventory.reference }}{% endblock %} {% block email_content %}

Nouveau commentaire

Inventaire {{ inventory.reference }}

Bonjour {{ recipient.firstName }} {{ recipient.lastName }},

{{ note.author.fullName|default('Un utilisateur') }} a ajoute un commentaire sur l'inventaire {{ inventory.reference }}.

{{ note.author.fullName|default('?') }} — {{ note.createdAt|date('d/m/Y a H:i') }}

{{ note.content|nl2br }}

Reference : {{ inventory.reference }}

Statut : {{ inventory.statusLabel }}

Progression : {{ inventory.countedProducts }}/{{ inventory.totalProducts }} produits comptes

Voir l'inventaire
{% endblock %}