{% load i18n pagination %}
{% if advreport.report_header_visible %} {% include "advanced_reports/inc_header.html" %} {% endif %} {% paginate paginated %} {% if advreport.header_visible %} {% for column_header in advreport.column_headers %} {{ column_header.verbose_name }} {% endfor %}
{% endif %} {% for object in paginated.object_list %} {% with hide_selection=True hide_display_options=True initial_show=True %} {% include "advanced_reports/searchitems_item_row.html" %} {% endwith %} {% empty %}
{{ advreport.get_empty_text }}
{% endfor %} {% endpaginate %}