{% extends '@ContactBundle/Email/layout.email.html.twig' %} {% block content %}

{{ 'Hello'|phrase }} {{ recipient.firstNameString }}

{{ invitedBy.fullNameString }} {{ 'has invited you to join'|phrase }} {{ hostName }}.

{{ 'Click here to respond to the invite' }}: {{ path('iga_contact_refer_accept', { 'cultureString': cultureString, 'inviteId': recipient.id }, true ) }} {{ 'If you do not respond within 14 days this invite will lapse' }}.

{% endblock content %}