{% if auth_active %}
{% if username %}
Logged in as {{ username }} – Log Out
{% else %}
{% endif %}
{% else %}
Web Interface Authentication Disabled – See Wiki for more information
{% endif %}
RaSCSI - 68kmla Edition |
{% for category, message in get_flashed_messages(with_categories=true) %}
{% if category == "stdout" or category == "stderr" %}
{{ message }}{% else %}
{{ message }}
{% endif %}
{% endfor %}
{% block content %}{% endblock content %}