{% extends "django_classified/_base.html" %}
{% block title %}{{ DCF.SITE_NAME }}{% endblock title %}
{% block body %}
{% for object in object_list %}
{% if forloop.first %}
{% endif %}
{{ object.section.0 }} [{{ object.section.1 }}]
{% for group, group_count in object.groups %}
{% if group_count > 0 or DCF.DISPLAY_EMPTY_GROUPS %}
{{ group.title }} [{{ group_count }}]
{% endif %}
{% endfor %}
{% if forloop.counter|divisibleby:3 or forloop.last %}