{% extends "freeadmin/generic_model_datagrid.html" %} {% load humanize_size %} {% block actions_static_buttons %} {{ block.super }}
{% if bootme %}
{% trans "Boot Volume Condition" %}: {{ stats.0 }} {{ stats.1 }}
{% if bootme.scrub.status == "IN_PROGRESS" %}

{% trans "Scrub Status" %}: {{ bootme.scrub.status_verbose }}

{% endif %} {% if bootme.scrub.date %}

{% trans "Last Scrub Run on" %}: {{ bootme.scrub.date }}    

{% endif %}
{% endif %}
{% trans "Size" %}: {{ zlist.size|humanize_size }}

{% trans "Used" %}: {{ zlist.alloc|humanize_size }} ({{ zlist.capacity }}%)

{% trans "Automatic scrub interval (in days)" %}
{% endblock %}