{% extends "base.html" %} {% block title %}{{ database }}: {{ table }}: {% if filtered_table_rows or filtered_table_rows == 0 %}{{ "{:,}".format(filtered_table_rows) }} row{% if filtered_table_rows == 1 %}{% else %}s{% endif %}{% endif %} {% if human_filter_description %}where {{ human_filter_description }}{% endif %}{% endblock %} {% block extra_head %} {{ super() }} {% endblock %} {% block body_class %}table db-{{ database|to_css_class }} table-{{ table|to_css_class }}{% endblock %} {% block content %}
{{ table_definition }}{% endif %} {% if view_definition %}
{{ view_definition }}{% endif %} {% endblock %}