Skip to content

Instantly share code, notes, and snippets.

@Chizh
Created December 7, 2014 13:21
Show Gist options
  • Save Chizh/2a952fe35c92d737317b to your computer and use it in GitHub Desktop.
Save Chizh/2a952fe35c92d737317b to your computer and use it in GitHub Desktop.
{% if modulo != '0' %}
{% if forloop.last == 'false' %}
<td style="width:33%;text-align:center; vertical-align: middle;padding: 0; border-right:#dddddd 1px solid;">
<a href="{% utm item.Url %}" style=" font-family: arial; display: block; text-align: center;">
<img src="{{item.PictureUrl}}?width=360&height=360&scale=both" alt="{{item.Name}}" width="180" height="180" border="0">
</a>
<div style="line-height:14px; text-align:center;">
<table width="100%" cellpadding="0" cellspacing="0" style="border-collapse:collapse;">
<tr>
<td height="42" valign="top" style="padding:0 20px;">
<a href="{% utm item.Url %}" target="_blank" style=" font-family: arial; color: #333333; font-size: 14px; white-space: pre-line; text-decoration: none; display: block;line-height:14px;"><b>{{item.Name}}</b></a>
</td>
</tr>
</table>
<br>
<table>
<tr>
<td style="padding-left:20px;">
{% if item.PreviousPrice != '0' %}<div style="font-family:arial; font-size:15px; color:#666666;"><s>{{item.PreviousPrice | money}}.-</s></div>{% endif %}
<div style="font-family:arial; font-size:24px; color:#ed1c24;">{{item.Price | money}}.-</div>
</td>
<td style="padding-left:20px;">
<a href="{% utm item.Url %}" style=" font-family: arial; display: block; text-align: center;">
<img src="http://{{PictureDomain}}/hoff/ny_but.png">
</a>
</td>
</tr>
</table>
</div>
</td>
{% endif %}
{% else %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment