{% extends "base.html" %} {% block title %}Available Log Files{% endblock %} {% block header %} Log Viewer View Performance Matrix {% endblock %} {% block content %}
{% if logs %} {% else %}
No log files found.
{% endif %}
{% endblock %}