{% load thumbnail %} {% load static from staticfiles %} {% for catalog in catalog_list %} {% if forloop.first %}
{% endif %}
{% if catalog.image %} {{ catalog.get_name }} {% else %} {{ catalog.get_name }} {% endif %}

{{ catalog.description }}

View Products

{% if forloop.counter|divisibleby:4 %}
{% endif %} {% if forloop.last %}
{% endif %} {% endfor %}