{% spaceless %}{% load i18n rijkshuisstijl rijkshuisstijl_filters %}
{% if title %}

{{ title }}

{% if queryset and not is_paginated %} {# TODO: paginator support in count. #}

{{ queryset.count }}

{{ _('resultaten') }}

{% endif %}
{% endif %}
{% if id %}{% dom_filter filter_target='#'|add:id|add:' tbody tr' %}{% endif %}
{% for column in columns %} {% endfor %} {% for object in object_list %} {% for key in column_values %} {% endfor %} {% endfor %}
{{ column }}
{% endspaceless %}