Table explorer
Change table
Table {{ table }}
{% extends '_base.html' %} {% comment %} This page provides a base for all data view templates to inherit from, for applying things across that entire family of pages. {% endcomment %} {% block head_title %}Table {% if table %}{{ table }}{% endif %} {% if release %}({{ release.name }}){% endif %} - {{ block.super }}{% endblock %} {% block body_class %}data-view{% endblock %} {% block header_content %}