{% extends 'emails/layout/base.txt.twig' %} {% block body %} {{ 'email.greeting'|trans }}{% if firstname %} {{ firstname }}{% endif %}, {{ 'collect.email.inviteBody'|trans({ '%sender%': senderName, '%title%': title, '%role%': roleLabel }) }} {{ 'email.collect.cta'|trans }}: {{ link }} {% if valid_until %}{{ 'email.validUntil'|trans }}: {{ valid_until|date('d.m.Y H:i') }} {% endif %}{% if signature %}{{ signature }} {% endif %}{{ 'email.securityNotice'|trans }} {% endblock %}