{% extends "./layout.html" %} {% block content %}

Zwift Launcher

{% if username != "zoffline" %}

Logged in as {{ username }}

{% endif %} {% if restarting %}

Server is restarting in {{ restarting_in_minutes }} minutes

{% endif %}
Settings {% if is_admin %} {% if not restarting %} Restart server {% else %} Cancel restart {% endif %} Reload bots {% endif %} {% if username != "zoffline" %} Logout {% endif %}
{% with messages = get_flashed_messages() %} {% if messages %} {% endif %} {% endwith %}
{% endblock %}