|
|
|
|
@ -1,6 +1,7 @@ |
|
|
|
|
{% load i18n %} |
|
|
|
|
{% load static %} |
|
|
|
|
{% load thumbnail %} |
|
|
|
|
{% load template_filters %} |
|
|
|
|
|
|
|
|
|
{# <a href="http://{{ domain }}{% url 'events:main' %}?{{ moscow_filter_url }}">{% trans "ПОСМОТРЕТЬ ВСЕ" %} ></a> #} |
|
|
|
|
{# <a href="http://{{ domain }}{% url 'events:main' %}?{{ russia_filter_url }}">{% trans "ПОСМОТРЕТЬ ВСЕ" %} ></a> #} |
|
|
|
|
@ -403,9 +404,9 @@ |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<td class="color{{ forloop.counter }}" style="font-family: Arial, sans-serif; font-size: 13px; text-transform: uppercase; padding-bottom: 12px;"> |
|
|
|
|
{% if obj.get_event_place_name %} |
|
|
|
|
{% if obj.city %} |
|
|
|
|
<img src="{{ STATIC_URL }}newsletter/images/m{{ forloop.counter }}.png" alt="" style="display: inline-block; margin-top: -2px; vertical-align: middle; margin-right: 4px;"> |
|
|
|
|
{{ obj.get_event_place_name }} |
|
|
|
|
{{ obj.city }} |
|
|
|
|
{% endif %} |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
|