Categories
{% if category_list %} {% for cur_category in category_list %} {% if forloop.counter|divisibleby:"2" %} {% else %} {% endif %} {% endfor %}
Name Description
{{ cur_category.attributes.name|escape }}
{{ cur_category.attributes.description|escape }}
{% endif %}