{% extends "entities_with_averages.html" %} {% load humanize %} {% block extra_head %} {{ block.super }} {% endblock %} {% block navbar_contents %} {% if system.enabled %}
  • Open System GUI
  • {% endif %}
  • View in API Browser
  • {% endblock %} {% block entities_table %} Name
    Average Read
    Average Write
    Created
    {% endblock %} {% block entities_table_url %}{% url "ssd_devices_list" system.serial %}{% endblock %}