{% extends "templates/not_running.html" %} {% block heading %}

{% if failed %} Spawn failed {% else %} Session not running {% endif %}

{% endblock heading %} {% block message %}

{% if failed %} The latest attempt to start your session {{ server_name }} has failed. {% if failed_html_message %}

{{ failed_html_message | safe }}

{% elif failed_message %}

{{ failed_message }}

{% endif %} Would you like to retry starting it? {% else %} Your session {{ server_name }} is not running. {% if implicit_spawn_seconds %} It will be restarted automatically. If you are not redirected in a few seconds, click below to launch your session. {% else %} Would you like to start it? {% endif %} {% endif %}

{% endblock message %} {% block start_button %} {% if failed %} Relaunch {% else %} Start new {% endif %} Session {{ server_name }} {% endblock start_button %}