]> Raphaƫl G. Git Repositories - airbundle/blob - Resources/views/mail/recover_mail.html.twig
0cfc299506eb510176b190d0a01506129da24b75
[airbundle] / Resources / views / mail / recover_mail.html.twig
1 {% extends '@RapsysAir/mail/body.html.twig' %}
2 {% block title %}{{ subject }}{% endblock %}
3 {% block content %}
4 <table class="content">
5 <tr>
6 <td>&nbsp;</td>
7 <td>
8 <h2>{{ 'Subject: %subject%'|trans({'%subject%': 'welcome back to %site_title%'|trans({'%site_title%': site_title|trans})}) }}</h2>
9 <p>{{ 'Thanks so much for rejoining %site_title%, the space reservation program.'|trans({'%site_title%': site_title|trans}) }}</p>
10 <p>{% trans %}Your account password has been changed, to recover your account you can follow this link: {% endtrans %}</p>
11 <p><a href="{{ recover_url }}">{{ recover_url }}</a></p>
12 </td>
13 <td>&nbsp;</td>
14 </tr>
15 </table>
16 {% endblock %}