{% extends base %} {% block head %} {% end %} {% block body_left %}
应用列表
{% if show_back %} {% include common/button/back_button.html %} {% end %}
{% for index, category_temp in enumerate(menu_list) %} {% if len(category_temp.children) > 0 %}
{% for link in category_temp.children %} {% if link.img_src != None %}
{% else %}
{% end %} {{T(link.name)}}
{% end %}
{% end %} {% end %} {% end %} {% block body_right %} {% include note/component/sidebar/group_list_sidebar.html %} {% end %}