{% extends "freeadmin/generic_model_datagrid.html" %} {% 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 %} {% endblock %}