<tr>
<td {% if forloop.first %}class="border-top"{% endif %} width="230px" style="vertical-align:middle">
<a href="{% url teleforma-media-video seminar.id media_package.id %}" title="{% trans "Play" %}">
- {% if media.item.related.all %}
- {% with media.item.related.all.0 as related %}
- {% if related.title == "preview" %}
+ {% with media.item.related.all|preview as related %}
+ {% if related %}
{% thumbnail related.file "168x96" as im %}
<div style="background: no-repeat url('{{ im.url }}') 0 1px; background-size: 100%; background-color: #dfdfdf;">
<img src="{{ STATIC_URL }}teleforma/images/play_168.png" width="100%" alt="{% trans 'Click here' %}" />
</div>
{% endthumbnail %}
- {% endif %}
- {% endwith %}
- {% else %}
+ {% else %}
{% trans 'Click here' %}
- {% endif %}
+ {% endif %}
+ {% endwith %}
</a>
</td>
<td {% if forloop.first %}class="border-top"{% endif %} width="60%" style="padding-left: 1em;">