{% extends "layout.html" %} {% block title %}Tables{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block masthead %}

{{tables|length}} Tables

{% endblock %} {% block body %}
{% for t in tables -%} {% endfor %}
{{t.id_}} {{t.name}} {{t.bundle.vname}} {{t.description}}
{% endblock %}