admin_add_adherent.html.twig 633 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
{% extends 'email/email_layout.html.twig' %}

{% set title %}{% spaceless %}
	{{ subject }}
{% endspaceless %}
{% endset %}

{% block content %}
	<h2 style="font-size: 18px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: bold; line-height: 1.2em; margin: 40px 0 10px;">{{ 'Valider la création de votre compte'|trans }}</h2><br/>
	<p>
		{{ 'Un administreur a crée votre nouveau compte MLC'|trans }}
		{{ user.commonname|title }}
	</p>
	<p>
		{{ 'Pour valider votre nouveau compte, cliquez '|trans }}<a href='{{confirmationUrl}}'>{{ 'ICI'|trans }}</a>
	</p>

{% endblock %}