{% extends base %} {% block body_left %}
词典
新增 {% include common/button/back_button.html %}
{% if len(files) == 0 %} {% include common/text/empty_text.html %} {% end %} {% for item in files %}
{{item.name}} {{item.value}}
{% end %}
{% if show_pagination and "page" in globals() %}
{% include mod_pagenation.html %}
{% end %} {% end %} {% block body_right %}
{% include dict/component/dict_sidebar.html %}
{% end %}