{% include "templates/navbar.html" %} {{ title }}

Выберите лог, всего найдено логов: {{ len(items) }}

{% if len(items) == 0 %}

Не найдены логи!
Логи должны быть в директории logs относительно того места, откуда запускается volta-ui

{% end %}
{% for item in items %}
{% end %}
{% include "templates/counter.html" %}