{% extends "admin/index.html" %} {% load sysmon_tags %} {% block content %} {% get_system_stats %} {% if user.is_superuser %}
{% if error_psutil %}
! ERROR (psutil not found)
- Please install psutil for view system statistics on this page

$ pip install psutil
{% else %} {% for part in partitions %} {% endfor %} {% for network in networks %} {% endfor %} {% for process in processes %} {% endfor %}
System Statistics (Toggle)
{% endif %} {% endif %} {{ block.super }} {% endblock %}