|
|
|
|
@ -361,17 +361,16 @@ |
|
|
|
|
<tr> |
|
|
|
|
<td style="padding-bottom: 15px; text-align: center;"> |
|
|
|
|
<a href="http://{{ domain }}{{ obj.get_permanent_url }}" class="foreign_image"> |
|
|
|
|
{# {% thumbnail obj.get_logo '120x120' as im %}#} |
|
|
|
|
<img src="cid:foreign_{{ sqs_obj.object.event_type }}_{{ sqs_obj.object.pk }}"/> |
|
|
|
|
{# {% endthumbnail %}#} |
|
|
|
|
</a> |
|
|
|
|
</td> |
|
|
|
|
</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 %} |
|
|
|
|
<img src="cid:m{{ forloop.counter }}" alt="" style="display: inline-block; margin-top: -2px; vertical-align: middle; margin-right: 4px;"> |
|
|
|
|
{{ obj.get_event_place_name }} |
|
|
|
|
<img src="cid:m{{ forloop.counter }}" alt="" style="display: inline-block; margin-top: -2px; vertical-align: middle; margin-right: 4px;{% if forloop.first %}color: #33ccff; {% elif forloop.counter == 2 %}color: #cc3399; {% elif forloop.counter == 3 %}color: #99cc66;{% elif forloop.counter == 4 %}color: #ff6600;{% endif %} |
|
|
|
|
"> |
|
|
|
|
{{ obj.get_event_place_name }} |
|
|
|
|
{% endif %} |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
|