{% extends base.html %} {% block body_right %} {% include system/component/admin_nav.html %} {% end %} {% block body_left %} {% include system/component/system_css.html %}
系统信息
{% for item in items %}
{{item.name}}
{% if item.link != "" %} {{item.value}} {% else %} {{item.value}} {% end %} {% if item.extra_link != "" %} 查看详情 {% end %}
{% end %}
重启应用
{% end %}