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