{% extends "setupwizard/_base.html" %} {% from "macros/box.html" import m_box %} {% block content_title %}Ready to finalize{%- endblock %} {% block pre_form %} Click on "Next" will:
  1. Create the configuration file: {%- call m_box(title="Location") %} {{ file_location }} {%- endcall %}
  2. Create the database structure
  3. Create the admin user account {{ session['abilian_setup']['admin_account']['email'] }}

Click "Next" button to proceed

{% endblock %}