| Current Path : /var/www/v3.cesa.co.za/src/ContactBundle/Resources/views/Email/ |
| Current File : /var/www/v3.cesa.co.za/src/ContactBundle/Resources/views/Email/send.ta.friend.txt.twig |
{% 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 %}