{% 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 = "" %}
{{title}}
{% include common/button/back_button.html %}
{% for item in item_list %}
{{item.name}}
{{item.value}}
{% end %}
{% end %}