{% extends "django_classified/_base.html" %} {% block title %}{{ DCF.SITE_NAME }}{% endblock title %} {% block body %}
{% for object in object_list %}

{{ 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 %}
{% endfor %}
{% endblock %}