{% extends 'base.html' %} {% from '_partials/page_header.html' import page_header %} {% block title %}System Log{% endblock %} {% block content %} {{ page_header('System Log') }}
{# Column header carries the timezone once, so rows don't repeat it. #}
Time Age Level Source Message
No log entries match.
{% endblock %} {% block scripts %} {% endblock %}