{% macro master_input() -%}
{% if insecure %} {% else %} {% endif %}
{%- endmacro %} {% macro create_form() -%}

Flectra is up and running!
Fill out this form to create a new database. You will install your first app afterwards.

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