{% extends base %} {% block body_right %} {% include system/component/admin_nav.html %} {% end %} {% block body_left %}
{% set title = "模块信息" %} {% include "tools/base_title.html" %}

系统路径(sys.path)

{% for p in sys.path %} {% end %}
{{p}}

模块数 {{len(modules)}}

{% for index, mod in enumerate(modules) %} {% end %}
编号 模块名
{{index}} {{mod.sysname}}
{% end %}