{% extends "layout.html" %} {% set active_page = "logview" %} {% block title %} - {{_('View Logs')}}{% endblock %} {% block body %}
{{_('Select the number of lines to display from the end of a log')}}
{%- if log_output != None -%}{{log_output}}{%- endif -%}