{% trans_default_domain 'FOSUserBundle' %}
{% block subject %}
{%- autoescape false -%}
43ForFree Felhasználói fiók aktiválás
{%- endautoescape -%}
{% endblock %}
{% block body_text %}
{% autoescape %}
Kedves {{ user.name }}!
Regisztrációdat erre a linkre kattintva aktiválhatod:
{{ confirmationUrl }}
Üdvözlettel,
43ForFree csapata.
{% endautoescape %}
{% endblock %}
{% block body_html %}
{% embed "email/layout.html.twig" with {user: user} %}
{% block title %}
Kedves {{ user.name }}!
{% endblock %}
{% block content %}
{% include "email/image.html.twig" with {
imagePath: "images/mail/icon-success.png"
} %}
|
Regisztrációd sikeres volt!
|
|
Felhasználói fiókodat az aktiválás gombra kattintva aktiválhatod.
|
{% include "email/button_layout.html.twig" with {
text: "Aktiválás",
href: confirmationUrl
} %}
|
|
Köszönjük, hogy részt veszel programunkban!
|
{% endblock %}
{% endembed %}
{% endblock %}