{% extends "email/base.html.twig" %} {% block title %}{{ 'hello'|trans({'name':name},'email') }}{% endblock %} {% block content %} {{ 'thank_you_for_subscribing'|trans({},'email') }}
{{ 'from_now_on_you_will_receive_regular_news'|trans({},'email') }} {% endblock %} {% block footer %}

{{ 'if_you_do_not_wish_to_receive_future_newsletters'|trans({},'email') }}

{% endblock %}