{% load humanize thumbnail i18n %} {% for object in object_list %} {% if forloop.first %}
{% trans "Price" %} | |
{% if object.featured_image %}
{% thumbnail object.featured_image.file "45x45" crop="center" as im %}
|
{{ object.price|default:"" }} |
{% trans "No item here yet." %} {% trans "Add one now!" %}
{% endfor %}