{% extends "tesm_core/base.html" %} {% block page_title %}{{ name }}{% endblock %} {% block page_sub %}Rotierte Protokolldatei · letzte {{ lines | length }} Zeilen{% endblock %} {% block breadcrumb %} {% endblock %} {% block content %}
{{ icon('file-text', size=17) }} Inhalt
{% include "tesm_core/_log_lines.html" %}
{% endblock %}