{% load thumbnail %} {% load i18n %} {% for asset in assets %}
{% if asset.type == "img" %} {% thumbnail asset.file '100x67' as preview %} {% if preview %}{% endif %} {% endif %}
{{ asset }}
{% empty %}

{% trans "There are no files yet." %}

{% endfor %}