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

{% autoescape false %} {{ T(l('NOTIFICATIONS', 'auth_challenge.notice')) }} {% if location or browser or device_name %} {{ T(l('NOTIFICATIONS', 'auth_challenge.we_know')) }} {% endif %} {% endautoescape %}

{% autoescape false %} {{ T(l('NOTIFICATIONS', 'auth_challenge.if_hacked.with_url')| replace("%SUPPORT_URL%", "%url%"|replace("%url%", l('NOTIFICATIONS', 'auth_challenge.support_url')))) }} {% endautoescape %}

{% autoescape false %} {{ T(l('NOTIFICATIONS', 'auth_challenge.journal.with_url')| replace("%JOURNAL_URL%", "%url%"|replace("%url%", l('NOTIFICATIONS', 'auth_challenge.journal_url')))) }} {% endautoescape %}

{% endblock content %}