{% set focus_mode = True %} {% extends 'base.html' %} {%block head%} {%endblock%} {% block content %}
{% if onboarding and onboarding.get('agreement_text') %}
{{onboarding['agreement_text']|safe}}
{%endif%}
{% if onboarding %} {%if onboarding.get('checkboxes') %} {%for check_name, check_value in onboarding['checkboxes'].items() %}
{%endfor%} {%endif%} {%endif%} {% if next %} {%endif%} The server may take about 20 seconds to set up. Please wait patiently.
{% endblock %}