{% extends "base.html" %} {% block title %}{{ database }}{% endblock %} {% block extra_head %} {% if columns %} {% endif %} {% endblock %} {% block content %}
{{ column }} | {% endfor %}
---|
{{ td or " " }} | {% endfor %}
{% for column in table.columns[:9] %}{{ column }}{% if not loop.last %}, {% endif %}{% endfor %}{% if table.columns|length > 9 %}...{% endif %}
{{ "{:,}".format(table.table_rows) }} row{% if table.table_rows == 1 %}{% else %}s{% endif %}