{% extends "base.html" %} {% block content %}

{{ _("System Logs: %(scope)s %(lines)s lines", scope=scope, lines=lines) }}

{{ logs }}

{{ _("Go to Home") }}

{% endblock content %}