{% extends base_template|default:"base.htm" %} {% load static %} {% load handyhelper_tags %} {% block local_head %} {% endblock %} {% block content %}
{% if title or subtitle %}
{{ title }}
{{ subtitle|safe }}
{% endif %}
{{ counts.running }}
Running
{{ counts.sleeping }}
Sleeping
{{ counts.stopped }}
Stopped
{{ counts.zombie }}
Zombie
{{ counts.dead }}
Dead

{% include 'handyhelpers/component/bs5/modals.htm' %} {% endblock content %}