{% if filter_list %}
{% else %} {% endif %}{% if show_all_link %} {% if current_page == 'ALL' %}
Show Paged
{{report_list|length}} results returned
{% else %}
Show All
{% endif %}{% endif %}
{% if report_list.paginator %}
|<
<<
Page
of
{{ report_list.paginator.num_pages }}
>>
>|
{% endif %}
{% if showPDF %}
{% endif %} {% if showCSV %}
{% endif %}
{% if not supress_filter_list %} {% include 'nav-filters.html' %} {% endif %}