{% extends 'server/status/base.twig' %} {% set active = 'processes' %} {% block content %}
{% trans 'Filters' %}
{{ get_hidden_inputs(url_params) }}
{{ server_process_list|raw }}
{{ 'Note: Enabling the auto refresh here might cause heavy traffic between the web server and the MySQL server.'|trans|notice }}
{% endblock %}