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

Fill in this form to create an Odoo database. You may create databases for different companies or for different goals (testing, production). Once the database is created, you will be able to install your first application.

{{ 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() }}
{% endif %}