{% extends "smartmin/list.html" %} {% load thumbnail smartmin %} {% block table %}
{% for obj in object_list %}
{% for field in fields %} {% if field in link_fields %}
{% get_value obj field %}
{% thumbnail obj.image "640x360" crop="top" as im %} {% empty %} {% endthumbnail %}
{% endif %} {% endfor %}
{% endfor %}
{% endblock table %} {% block extra-style %} {{ block.super }} {% endblock extra-style %}