{% load classified %} {% load humanize %} {% load i18n %} {% load thumbnail %} {% 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|currency }} |
{% trans "No item here yet." %} {% trans "Add one now!" %}
{% endfor %}