{% 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 Processes ({{ process_list|length }}) {% for item in process_list %} {{item.name}}', true);"> PID:{{ item.pid }} Name:{{ item.name }} Status:{{ item.status }} Started At:{{ item.create_time|to_datetime }} {% endfor %} {% include 'handyhelpers/component/bs5/modals.htm' %} {% endblock content %}