{% load static %}
SB Admin 2 - Tables
{% include "taskboard/sidebar.html" %}
{% include "taskboard/topbar.html" %}
{{ header }}
Name
PID
Username
Restart
Stop
{% for item in items %}
{{ item.name }}
{{ item.pid }}
{{ item.username }}
{% endfor %}
{% include "taskboard/footer.html" %}
Ready to Leave?
×
Select "Logout" below if you are ready to end your current session.