{% extends base.html %} {% block body_right %} {% include system/component/admin_nav.html %} {% end %} {% block body_left %} {% include system/component/system_css.html %} {% init comment_html = "" %}
{% include common/title/base_title.html %}
{% for item in item_list %}
{{item.name}}
{{item.value}} {% if not item.is_installed %} {% end %}
{% end %}
{% end %}