{% extends "base.html" %} {% block content %}
{% include "filters.html" with {clear_url: table.get_url} %} {% if records %}
{% if table.get_columns('point') %} {% endif %}
{{table.count_records|number_format}} record{% if record_count != 1 %}s{% endif %} {% if table.get_page_count > 1 %} of {{table.get_page_count|number_format}} pages {% endif %}
{% endif %}
{% include 'data_table.html' with { links:true } %} {%endblock%}