{% extends base %} {% block head %} {% end %} {% block body %} {% init error = "" %} {% init cost_time = None %} {% init path = "" %} {% init path_list = [] %} {% init sql = "" %} {% init keys = [] %} {% init embed = False %}
{{T("SQLite管理器")}}
{% include common/button/back_button.html %}
{% include mod_fs_path.html %}
{% if cost_time is not None %}
耗时: {{cost_time}} ms
{% end %} {% if error != "" %}
        {{error}}
        
{% end %}
{% include common/table/table.html %}
{% end %}