% extends [% extends "../../base/templates/base.html" %] % import 'lib.html' as lib with context % block body % block file_list_table
Theme ([[ theme ]])
% block list_header scoped % for column in admin_view.column_list % endfor % endblock list_header % for name, path in items % block list_row scoped % endblock list_row % endfor
% if admin_view.is_column_sortable(column) % if sort_column == column [[ admin_view.column_label(column) ]] % if sort_desc % else % endif % else [[ admin_view.column_label(column) ]] % endif % else [[ _gettext(admin_view.column_label(column)) ]] % endif Action
[[ name ]] % block list_row_actions scoped % endblock list_row_actions
% endblock file_list_table % if admin_view.edit_modal or admin_view.details_modal [[ lib.add_modal_window() ]] % endif % endblock body