{% extends "base.html" %} {% block title %}{{ database }}: {{ table }}{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
home / {{ database }} / {{ table }}

{{ table }}: {{ ', '.join(primary_key_values) }}

This data as .json, .jsono

{% include "_rows_and_columns.html" %} {% if foreign_key_tables %}

Links from other tables

{% endif %} {% endblock %}