{% macro master_input() -%}
{% if insecure %} {% else %} {% endif %}
{%- endmacro %} {% macro create_form() -%} {{ master_input() }}
{%- endmacro %}
{% if not list_db %}
The database manager has been disabled by the administrator
{% elif insecure and databases %}
Warning, your {{ system_name }} database manager is not protected.
Please set a master password to secure it.
{% endif %} {% if error %}
{{ error }}
{% endif %} {% if list_db and databases %}
{% for db in databases %}
{% if db in incompatible_databases %} {% endif %} {{ db }} {% if manage %}
{% endif %}
{% endfor %}
{% if manage %}
{% else %} {% endif %} {% elif list_db %}
{{ create_form() }}
or restore a database {% endif %}