{% extends 'admin.html' %} {% block title %} {% trans %}User management{% endtrans %} {% endblock title %} {% from 'components/nav.html' import nav_pills %} {% from 'components/log.html' import pre_code %} {% set admin_nav_active="logs" %} {% block content %} {% from 'include/empty.html' import empty %}
{% trans %}The application must be configured with logfile location if you want to display their content in this view.{% endtrans %}
{% endcall %}