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