{% extends "layout.html" %} {% block title %}{{ _('System Logs') }}{% endblock %} {% block content %}
Log Filter
{% for file in system_logs %} {{ file }} {% endfor %}
Select a log file...
Select a log file from the left menu to view its contents.
{% endblock %}