{% extends 'layout.html' %} {% from 'include/empty.html' import empty %} {% from 'components/log.html' import pre_code %} {% set breadcrumbs = breadcrumb_page('admin') + breadcrumb_page(self) %} {% block content %}
{% trans %}This log file is empty. Select another log file to show it's contents.{% endtrans %}
{% endcall %} {% else %} {# Log file not selected #} {% call empty('log', _('No log file selected')) %}{% trans %}Select a log file to show it's contents.{% endtrans %}
{% endcall %} {% endif %}{% trans %}The server is not configured to log in any file.{% endtrans %}
{% endcall %}