{% extends "base_tables.html" %} {% block content %} {% if error %}
Error: {{ error }}
{% endif %} {% if enable_load %}

Upload a Sqlite Database

Open a new database.
Cancel
{% endif %} {% if enable_filesystem %} {% if enable_load %}
{% endif %}

Load a Sqlite Database from File-System

Path to database on the server file-system.
Cancel
{% endif %} {% endblock %}