{% extends 'emails/layout/base.txt.twig' %} {% block body %} {{ 'email.greeting'|trans }}{% if firstname %} {{ firstname }}{% endif %}, {{ 'email.downloadNotify.intro'|trans({ '%recipient%': recipientEmail }) }} {% if fileName %} {{ 'email.downloadNotify.fileLine'|trans({'%file%': fileName}) }} {% endif %} {% if link %} {{ 'email.downloadNotify.cta'|trans }}: {{ link }} {% endif %}{{ 'email.securityNotice'|trans }} {% endblock %}