{% extends '@ContactBundle/Email/layout.email.txt.twig' %} {% block content %} {{ 'Hello'|phrase }} {{ recipient.firstNameString }} {{ sender.fullNameString }} {{ 'wants to share a page with you' }}. {{ 'Click here to view the page' }}: {{ sitePath }}{{ path('iga_content_page', { 'contentId': contentId, 'cultureString': cultureString } ) }}. {{ sender.firstNameString }} {{ 'typed this message along with the link'|phrase }}: {{messageText}} {% endblock content %}