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
921 B
14 lines
921 B
{% load i18n %}
|
|
<div id="unsubscription">
|
|
<table border="0" cellpadding="0" cellspacing="0" style="font-size: 12px; line-height: 15px; font-family: Arial, sans-serif; background: #f4f2ee;" width="100%" bgcolor="#f4f2ee" >
|
|
<tbody>
|
|
<tr>
|
|
<td style="vertical-align: top; padding: 15px 0 15px; text-align: center;">{% trans "Чтобы отписаться от этой рассылки, перейдите" %} <a href="{% if uidb36 and token %}http://{{ domain }}{% url 'newsletter_mailinglist_unsubscribe' slug=newsletter.slug uidb36=uidb36 token=token %}{% else %}#{% endif %}">{% trans "по ссылке" %}</a>.
|
|
<td style="vertical-align: top; padding: 15px 0 15px; color: #a2a2a2; text-align: left;">© 2008 — 2015 <a href="#" style="color: #a2a2a2; text-decoration: none;">Expomap.ru</a></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
</div>
|
|
|
|
|
|
|