{% extends "base.html" %} {% block content %} {% if logs is not defined %}

No log files available.

{% else %}

Logfiles:

{% for host in logs %} {% endfor %}
{% if host.name.endswith('_checkrestart') %} {% endif %} {{ host.name }} {% if host.name.endswith('_checkrestart') %} {% endif %} {{ host.update_date }} Delete log

Delete all logs

{% endif %} {% endblock %}