{% extends "base.html" %} {% block title %}{{ database }}: {{ table }}{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
{{ query.sql }}
params = {{ query.params|tojson(4) }}
{% endif %}
| {% if use_rowid %}rowid{% else %}Link{% endif %} | {% endif %} {% for column in display_columns %}{{ column }} | {% endfor %}
|---|---|
| {{ row_link(row) }} | {% endif %} {% for td in row %} {% if not use_rowid or (use_rowid and not loop.first) %}{{ td or " " }} | {% endif %} {% endfor %}
{{ table_definition }}
{% endif %}
{% if view_definition %}
{{ view_definition }}
{% endif %}
{% endblock %}