{% extends base %} {% block body_left %} {% init show_note_path = True %} {% include common/script/load_vue.html %} {% include note/component/script/group_select_script.html %} {% include note/component/script/tag_script.html %}
批量操作
{% if parent_id != "0" %} {% include common/button/back_button.html %} {% else %} {% include common/button/back_button.html %} {% end %}
{% if show_note_path %}
{% include note/component/note_path.html %}
{% end %} {% include note/component/script/tag_manage_script.html %}
{% if len(files) == 0 %} {% include common/text/empty_text.html %} {% end %} {% for item in files %}
{% if item.priority>0 %} 置顶 {% end %} {{item.name}} 重命名
标签 {% for tag in item.tag_info_list %} {{tag.name}} {% end %}
{% end %}
{% include note/component/script/rename_script.html %} {% end %} {% block body_right %} {% include common/sidebar/app_index.html %} {% end %}