{% extends 'mail/base.html' %} {% block content %}

{% autoescape false %} {{ T(l('NOTIFICATIONS', 'restore.auto.passed_by_hint.restored')) }} {% endautoescape %}

{% autoescape false %} {{ T(l('NOTIFICATIONS', 'restore.auto.passed.in_that_case')) }} {% endautoescape %}

{% if not is_secure_phone_bound %}

{% autoescape false %} {{ T(l('NOTIFICATIONS', 'restore.auto.passed_by_hint.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 %}