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

Odoo is up and running!
Create a new database by filling out the form, you'll be able to install your first app in a minute.

{{ master_input() }}
{%- endmacro %}
{% if insecure and databases %}
Warning, your Odoo database manager is not protected. Please set a master password to secure it.
{% endif %} {% if error %}
{{ error }}
{% endif %} {% if databases %} {% if manage %}
{% else %} {% endif %} {% else %}
{{ create_form() }}
or restore a database {% endif %}