{% extends "/__admin_templates/base.html" %} {% block styles %} {% endblock %} {% block content %} Metrics include the entire database, not only registered models. {{ schemas_count }} Schemas {{ views_count }} Views {{ tables_count }} Tables {{ rows_count }} Rows {{ columns_count }} Columns {{ (size_bytes * 0.000001) | round(3) }} MB Size {% for model in database_models[db.configs_name] %} {{ model.__name__ }} Table {% endfor %} {% endblock %}