{% extends BASE_TEMPLATE|default:"handyhelpers/handyhelpers_base_bs5.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
{% include 'handyhelpers/component/bs5/modals.htm' %} {% endblock content %}