{% extends 'mail/base.html' %} {% block content %} {% set template_inline_style = common_inline_style + "font-size: 14px; line-height: 17px;" %} {% if is_hint_created %} {% set notice_key = 'hint_created.notice' %} {% set warning_key = 'hint_created.warning_info' %} {% set correct_hint_key = 'hint_created.correct_hint' %} {% else %} {% set notice_key = 'hint_changed.notice' %} {% set warning_key = 'hint_changed.warning_info' %} {% set correct_hint_key = 'hint_changed.correct_hint' %} {% endif %}
{% autoescape false %} {{ T(l('NOTIFICATIONS', notice_key)) }} {% endautoescape %}
{% autoescape false %} {{ T(l('NOTIFICATIONS', warning_key)) }} {% endautoescape %}
{% autoescape false %} {{ T(l('NOTIFICATIONS', 'in_this_case')) }} {% endautoescape %}
{% autoescape false %} {{ T(l('NOTIFICATIONS', 'hint_common.info')) }} {% endautoescape %}
{% autoescape false %} {{ T(l('NOTIFICATIONS', 'hint_common.phone_promo')) }} {% endautoescape %}
{% autoescape false %} {{ T(l('NOTIFICATIONS', 'hint_common.phone_info')| replace("%HELP_PHONES_URL_BEGIN%", ""|replace("%url%", l('NOTIFICATIONS', 'phones_help_url')))| replace("%HELP_PHONES_URL_END%", "")) }} {% endautoescape %}
{% endblock content %}