{% endblock col %}
{% endif %}
{% if table %}
{% block additionalcols %}
{{ table.paginator.count }} results.
{% if view.export_formats %}
Download
{% for format in view.export_formats %}
{{ format | upper }}
{% if not forloop.last %}|{% endif %}
{% endfor %}
{% endif %}