{% extends 'mail/base.html' %} {% block content %}
{% autoescape false %} {{ T(l('NOTIFICATIONS', 'restore.auto.email_restoration_message.notice')| replace("%RESTORATION_URL_BEGIN%", "")| replace("%RESTORATION_URL_END%", "")) }} {% endautoescape %}
{% autoescape false %} {{ T(l('NOTIFICATIONS', 'restore.auto.email_restoration_message.alternative')) }} {% endautoescape %}
{% autoescape false %} {{ T(l('NOTIFICATIONS', 'restore.auto.email_restoration_message.surprise')| replace("%ACCESS_CONTROL_URL_BEGIN%", ""|replace("%url%", l('NOTIFICATIONS', '2fa.access_control_url')))| replace("%ACCESS_CONTROL_URL_END%", "")) }} {% endautoescape %}
{% endblock content %}