X-Git-Url: https://git.rapsys.eu/.gitweb.cgi/airbundle/blobdiff_plain/f70bc6c7e2313dba0fa087b0080a3f98cb6c38a4..dd29640e817a6a371960fc73d12e75db8626f2ee:/Resources/views/mail/register.html.twig diff --git a/Resources/views/mail/register.html.twig b/Resources/views/mail/register.html.twig index 8a6c0d3..b5228d2 100644 --- a/Resources/views/mail/register.html.twig +++ b/Resources/views/mail/register.html.twig @@ -1,43 +1,15 @@ - - - - - - {{ 'Welcome to %title%'|trans({'%title%': title}) }} - - - - - - - - -
{{ title|trans }}

{{ title|trans }}

- +{% extends '@RapsysAir/mail/body.html.twig' %} +{% block title %}{{ subject }}{% endblock %} +{% block content %} +
  -

{% trans %}Hi,{% endtrans %} {{ contact_name }}

-

{% trans %}Subject:{% endtrans %} {{ 'Welcome to %title%'|trans({'%title%': title|trans}) }}

-

{{ 'Thanks so much for joining us, from now you can reserver your %title% spaces.'|trans({'%title%': title|trans}) }}

+

{{ 'Subject: %subject%'|trans({'%subject%': 'welcome to %site_title%'|trans({'%site_title%': site_title|trans})}) }}

+

{{ 'Hi %recipient_name%,'|trans({'%recipient_name%': recipient_name}) }}

+

{{ 'Thanks so much for joining %site_title%, the space reservation program.'|trans({'%site_title%': site_title|trans}) }}

 
- - - - - - - +{% endblock %}