{% extends base_template|default:"handyhelpers/handyhelpers_base.htm" %} {% load static %} {% load handyhelper_tags %} {% block local_head %} {% include 'handyhelpers/component/chartjs_components.htm' %} {% endblock %} {% block content %} {% if title or subtitle %} {{ title }} {{ subtitle|safe }} {% endif %} {{ io_counters.read_count|byte_size }} Reads {{ io_counters.write_count|byte_size }} Writes {{ io_counters.read_bytes|byte_size }} Read Bytes {{ io_counters.write_bytes|byte_size }} Write Bytes Partitions ({{ partition_lists|length }}) {% for item in partition_lists %} {{item.mountpoint}}', true);"> Device:{{ item.device }} Filesystem:{{ item.fstype }} Mount Point:{{ item.mountpoint }} Max File:{{ item.maxfile }} Max Path:{{ item.maxpath }} Options:{{ item.opts }} {% endfor %} {% include 'handyhelpers/component/bs5/modals.htm' %} {% endblock content %}