{% extends 'admin.html' %} {% block title %}{% trans %}User management{% endtrans %}{% endblock %} {% set admin_nav_active="logs" %} {% block content %} {% from 'include/empty.html' import empty %}
{% if logfiles %}
{% trans %}Notice: To prevent performance issues, only the last 2000 lines are displayed.{% endtrans %}
{{data}}
{% else %}
{% call empty('icon-doc-text', _("No log files")) %}

{% trans %}The application must be configured with logfile location if you want to display their content in this view.{% endtrans %}

{% endcall%}
{% endif %}
{% endblock %}