{% extends "base.html" %} {% block content %}
{% for fid,filter in filters %} {% endfor %}
{% if filter.operator == 'in' or filter.operator == 'not in' %} {% else %} {% endif %}
{% if filter_count > 1 %} Clear filters {% endif %}
CSV {% if table.get_columns('point') %} OSM KML {% endif %}
{{record_count|number_format}} record{% if record_count != 1 %}s{% endif %} {% if table.get_page_count > 1 %} « of {{table.get_page_count|number_format}} pages » {% endif %}
{% include 'data_table.html' with { links:true } %} {%endblock%}