{% extends "templates/stop_pending.html" %} {% from "_macros.html" import swan_loader with context %} {% block main %}
{% call swan_loader() %}

Stopping your session...

You will be able to start it again once it has finished stopping.

If this is taking too long, click here to refresh.

{% endcall %}
{% endblock %} {% block script %} {{ super() }} {% endblock %}