{% extends 'mail/base.html' %} {% block content %}
{% autoescape false %} {{ T(l('NOTIFICATIONS', 'restore.auto.passed_by_email.restored')) }} {% endautoescape %}
{% autoescape false %} {{ T(l('NOTIFICATIONS', 'restore.auto.passed.in_that_case')) }} {% endautoescape %}
{% autoescape false %} {{ T(l('NOTIFICATIONS', 'restore.auto.passed_by_email.advice')| replace("%PROFILE_PHONES_URL_BEGIN%", ""|replace("%url%", l('NOTIFICATIONS', 'profile_phones_url')))| replace("%PROFILE_PHONES_URL_END%", "")| replace("%HELP_PHONES_URL_BEGIN%", ""|replace("%url%", l('NOTIFICATIONS', 'phones_help_url')))| replace("%HELP_PHONES_URL_END%", "")) }} {% endautoescape %}
{% endif %} {% endblock content %}