You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
585 B
14 lines
585 B
{% load static %}
|
|
{% load i18n %}
|
|
{% load template_filters %}
|
|
|
|
<div id="unsibscribed" class="popup-window unsibscribed">
|
|
<header>
|
|
<div class="title">{% trans 'Вы отписались от нашей рассылки' %}</div>
|
|
</header>
|
|
|
|
<div class="body">
|
|
{% trans "Мы расстроены, но отписали Вас от всех писем. Надеемся, в скором времени вы снова захотите быть в курсе событий своей отрасли." %}
|
|
<div class="wait-ajax"></div>
|
|
</div>
|
|
</div>
|
|
|