|
|
|
@ -270,7 +270,7 @@ |
|
|
|
</table> |
|
|
|
</table> |
|
|
|
{% for sqs_obj in russia %} |
|
|
|
{% for sqs_obj in russia %} |
|
|
|
{% with sqs_obj.object as obj %} |
|
|
|
{% with sqs_obj.object as obj %} |
|
|
|
<table style="width: 100%; margin-top: 18px; {% if not forloop.last %}border-bottom: 1px solid #eaeaea;{% endif %}"> |
|
|
|
<table style="width: 100%; margin-top: 18px; {% if not forloop.last %}border-bottom: 1px solid #e6e6e5;{% endif %}"> |
|
|
|
<tr> |
|
|
|
<tr> |
|
|
|
<td valign="top" style="width: 110px;"> |
|
|
|
<td valign="top" style="width: 110px;"> |
|
|
|
<a href="https://{{ domain }}{{ obj.get_permanent_url }}" class="event_image"> |
|
|
|
<a href="https://{{ domain }}{{ obj.get_permanent_url }}" class="event_image"> |
|
|
|
@ -424,9 +424,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
{# -------------- БАНЕР --------------- #} |
|
|
|
{# -------------- БАНЕР --------------- #} |
|
|
|
{% if newsletter.banner %} |
|
|
|
{% if newsletter.banner %} |
|
|
|
{# {% thumbnail newsletter.banner '129x600' as im %}#} |
|
|
|
|
|
|
|
<img src="cid:inside_image" alt=""> |
|
|
|
<img src="cid:inside_image" alt=""> |
|
|
|
{# {% endthumbnail %}#} |
|
|
|
|
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
|
|
{% if news %} |
|
|
|
{% if news %} |
|
|
|
@ -440,9 +438,7 @@ |
|
|
|
</tr> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<tr> |
|
|
|
<td style="width: 300px; text-align: center; padding-bottom: 30px;" valign="top"> |
|
|
|
<td style="width: 300px; text-align: center; padding-bottom: 30px;" valign="top"> |
|
|
|
{# {% thumbnail news.logo "272" as im %}#} |
|
|
|
|
|
|
|
<a href="http://{{ domain }}{{ news.get_permanent_url }}"><img src="cid:news{{ news.pk }}" alt=""></a> |
|
|
|
<a href="http://{{ domain }}{{ news.get_permanent_url }}"><img src="cid:news{{ news.pk }}" alt=""></a> |
|
|
|
{# {% endthumbnail %}#} |
|
|
|
|
|
|
|
</td> |
|
|
|
</td> |
|
|
|
|
|
|
|
|
|
|
|
<td valign="top" style="padding-right: 15px;"> |
|
|
|
<td valign="top" style="padding-right: 15px;"> |
|
|
|
@ -471,9 +467,8 @@ |
|
|
|
</td> |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
</tr> |
|
|
|
</table> |
|
|
|
</table> |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<hr style="width: 565px; margin: 0 auto; background-color: #e6e6e5; height: 1px; border: 0;"> |
|
|
|
<hr style="width: 565px; margin: 0 auto; background-color: #e6e6e5; height: 1px; border: 0;"> |
|
|
|
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
|
|
{% if blog %} |
|
|
|
{% if blog %} |
|
|
|
<!-- Новенькое из блога --> |
|
|
|
<!-- Новенькое из блога --> |
|
|
|
@ -541,7 +536,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Управление подпиской --> |
|
|
|
<!-- Управление подпиской --> |
|
|
|
<table width="600px; margin: 0 auto;"> |
|
|
|
<table cellpadding="0" cellspacing="0" width="600px; margin: 0 auto;"> |
|
|
|
<tr> |
|
|
|
<tr> |
|
|
|
<td align="center" style="text-align: center; font-family: Arial, sans-serif; color: #333333; font-size: 17px; font-weight: bold; text-transform: uppercase; padding-top: 35px; padding-bottom: 20px;">{% trans "Управление подпиской:" %}</td> |
|
|
|
<td align="center" style="text-align: center; font-family: Arial, sans-serif; color: #333333; font-size: 17px; font-weight: bold; text-transform: uppercase; padding-top: 35px; padding-bottom: 20px;">{% trans "Управление подпиской:" %}</td> |
|
|
|
</tr> |
|
|
|
</tr> |
|
|
|
@ -559,7 +554,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Thanks --> |
|
|
|
<!-- Thanks --> |
|
|
|
<table style="width: 100%; background-color: #ffffff;"> |
|
|
|
<table cellpadding="0" cellspacing="0" style="width: 100%; background-color: #ffffff;"> |
|
|
|
<tr> |
|
|
|
<tr> |
|
|
|
<td style="padding-top: 26px; padding-bottom: 26px; border-top: 1px solid #f3f3f3; border-bottom: 1px solid #f3f3f3"> |
|
|
|
<td style="padding-top: 26px; padding-bottom: 26px; border-top: 1px solid #f3f3f3; border-bottom: 1px solid #f3f3f3"> |
|
|
|
<table style="width: 600px; margin: 0 auto;"> |
|
|
|
<table style="width: 600px; margin: 0 auto;"> |
|
|
|
@ -589,7 +584,7 @@ |
|
|
|
<tr> |
|
|
|
<tr> |
|
|
|
<td style="font-family: Arial, sans-serif; color: #333333; font-size: 14px; line-height: 1.5; padding-bottom: 10px;"> |
|
|
|
<td style="font-family: Arial, sans-serif; color: #333333; font-size: 14px; line-height: 1.5; padding-bottom: 10px;"> |
|
|
|
{% trans "По вопросам участия в выставках звоните" %}: <br> |
|
|
|
{% trans "По вопросам участия в выставках звоните" %}: <br> |
|
|
|
+7 (499) 999 -12-07 |
|
|
|
+7 (499) 999-12-07 |
|
|
|
</td> |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
</tr> |
|
|
|
</table> |
|
|
|
</table> |
|
|
|
|