| 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.html.twig |
{% extends '@ContactBundle/Email/layout.email.html.twig' %}
{% block content %}
<p>{{ 'Hello'|phrase }} {{ recipient.firstNameString }}</p>
<p>{{ sender.fullNameString }} {{ 'wants to share a page with you' }}.</p>
<p><a href="{{ path('iga_content_page', { 'contentId': contentId, 'cultureString': cultureString } ) }}">{{ 'Click here to view the page' }}</a>.</p>
<p>{{ sender.firstNameString }} {{ 'typed this message along with the link'|phrase }}:</p>
<p>{{ messageText }}</p>
{% endblock content %}