{% extends "datashow/base.html" %} {% load datashow_tags %} {% block title %} {{ table.label }} {% endblock title %} {% block content %} {% if dataset.default_table != table %} ← {{ dataset.name }} {% endif %}

{{ table.label }}

{% if table.description %}
{{ table.description|markdownify }}
{% endif %} {% include "datashow/_table.html" %} {% endblock content %}