{% extends 'admin.html' %} {% from 'include/empty.html' import empty %} {% from 'components/log.html' import pre_code %} {% block title %} {% trans %}System Logs{% endtrans %} {% endblock title %} {% set admin_nav_active="logs" %} {% 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('icon-file', _('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 %}