{% extends base %} {% block body_left %} {% include system/component/db_nav.html %} {% init show_delete = False %} {% include system/component/db_kv_nav.html %}
{% for table_info, table_count in admin_stat_list %} {% end %}
类别 项目 说明 数量 操作
{{table_info.category}} {{table_info.name}} {{table_info.description}} {{table_count}} {% if table_info.is_deleted %}{% end %}
{% end %} {% block body_right %} {% include system/component/admin_nav.html %} {% end %}