{% load humanize thumbnail i18n %} {% for object in object_list %} {% if forloop.first %} {% endif %} {% if forloop.last %}
{% trans "Price" %}
{% if object.featured_image %} {% thumbnail object.featured_image.file "45x45" crop="center" as im %} {{ object.title }} {% if object.image_count > 1 %} + {{ object.image_count|add:-1 }} {% endif %} {% endthumbnail %} {% endif %} {{ object.title }} {{ object.price|default:"" }}
{% endif %} {% empty %}

{% trans "No item here yet." %} {% trans "Add one now!" %}

{% endfor %}