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

骑行运动分享

{% if username != "zoffline" %}

登录名 {{ username }}

{% endif %} {% if restarting %}

服务器将在 {{ restarting_in_minutes }} 分钟内重启

{% endif %}
设置 {% if is_admin %} {% if not restarting %} 重启服务器 {% else %} 取消重启 {% endif %} 重新加载bots {% endif %} {% if username != "zoffline" %} 登出 {% endif %}
{% with messages = get_flashed_messages() %} {% if messages %} {% endif %} {% endwith %}
{% endblock %}