{% extends "base.html" %} {% block content %}

Tables

    {% for table in tables %}
  1. {{table.get_title}} ({{table.count_records|number_format}})
  2. {% endfor %}

Views

    {% for table in views %}
  1. {{table.get_title}} ({{table.count_records|number_format}})
  2. {% endfor %}
{% endblock %}