{% extends base_template|default:"base.htm" %} {% load static %} {% load handyhelper_tags %} {% block local_head %} {% endblock %} {% block content %} {% if title or subtitle %} {{ title }} {{ subtitle|safe }} (results as of {{ now }}) {% endif %} {{ counts.running }} Running {{ counts.idle }} Idle {{ counts.sleeping }} Sleeping {{ counts.stopped }} Stopped {{ counts.zombie }} Zombie {{ counts.dead }} Dead {% include 'handyhelpers/snippets/host_process_card.htm' %} {% include 'handyhelpers/component/bs5/modals.htm' %} {% with filter_form as form_data %} {% include 'handyhelpers/generic/bs5/generic_modal_form_htmx.htm' %} {% endwith %} {% endblock content %}