{% extends BASE_TEMPLATE|default:"handyhelpers/handyhelpers_base_bs5.htm" %} {% load static %} {% load handyhelper_tags %} {% block local_head %} {% endblock %} {% block content %} {% if title or subtitle %} {{ title }} {{ subtitle|safe }} {% include 'hostutils/bs5/snippets/processes_results_timestamp.htm' %} {% endif %} {{ counts.running }} Running {{ counts.idle }} Idle {{ counts.sleeping }} Sleeping {{ counts.stopped }} Stopped {{ counts.zombie }} Zombie {{ counts.dead }} Dead {% include 'hostutils/bs5/snippets/host_process_card.htm' %} {% include 'handyhelpers/htmx/bs5/generic_modal.htm' %} {% with filter_form as form_data %} {% include 'handyhelpers/generic/bs5/generic_modal_form_htmx.htm' %} {% endwith %} {% endblock content %}