{% extends "templates/spawn.html" %} {% from "_macros.html" import swan_loader with context %} {% if announcement_spawn is string %} {% set announcement = announcement_spawn %} {% endif %} {% block main %}
{% if error_message %} {% endif %}
{{spawner_options_form | safe}}
{% call swan_loader(visible=false) %}

Starting your session...

You will be redirected automatically when it's ready for you.

{% endcall %}
{% endblock %} {% block script %} {% endblock %}