{% 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 %}
{% include "tesm_core/_log_lines.html" %}
{% endblock %}