{% if auth_active %} {% if username %} {{ _("Logged in as %(username)s", username=username) }} – {{ _("Log Out") }} {% else %}
{{ _("Log In to Use Web Interface") }}
{% endif %} {% else %} {{ _("Web Interface Authentication Disabled") }} – {{ _("See Wiki for more information", url="https://github.com/akuker/RASCSI/wiki/Web-Interface#enable-authentication") }} {% 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 %}