Les demandes Lab&Co vous concernant suivantes ont connue une activité depuis votre dernier rappel:

{% for demande in demandes %}

{{ demande.nom }}

{% set notifs = get_notifications(demande) %} {% for notif in notifs %}

Le {{ notif.created_at | datetimeformat("d MMM Y à H:mm") }}: {{ notif.body|safe }}

{% endfor %} {% endfor %}
{% include "emails/_footer.html" %}