{% extends "base.html" %} {% block title %}{{ database }}: {{ table }}: {% if filtered_table_rows_count or filtered_table_rows_count == 0 %}{{ "{:,}".format(filtered_table_rows_count) }} row{% if filtered_table_rows_count == 1 %}{% else %}s{% endif %}{% endif %} {% if human_description_en %}where {{ human_description_en }}{% endif %}{% endblock %} {% block extra_head %} {{ super() }} {% endblock %} {% block body_class %}table db-{{ database|to_css_class }} table-{{ table|to_css_class }}{% endblock %} {% block content %}
This data as .json
{% for facet_name, facet_values in facet_results.items() %}{{ facet_name }}
{{ table_definition }}{% endif %} {% if view_definition %}
{{ view_definition }}{% endif %} {% endblock %}