{% load static i18n bootstrap4 %} SIMO.io HUB setup wizard {{ form.media }}
hub setup wizard
Hello, {{ user.name }}.
Let's configure you hub!
{% csrf_token %} {% if step == 1 %}
{% bootstrap_form form %}
{% elif step == 2 %}
{% bootstrap_field form.location %} {% bootstrap_field form.share_location %}

{% blocktrans %} Location is used for weather, sunset/sunrise and other location related tasks on your HUB.
Please set it accurately. {% endblocktrans %}

{% elif step == 3 %}


{% bootstrap_form form %} {% endif %}