{% extends "freeadmin/generic_model_datagrid.html" %} {% block actions_static_pane %} {% if pool %}
{% trans "Scrub" %}

{% trans "Status" %}: {{ pool.scrub.status_verbose }}

{% if pool.scrub.status == "IN_PROGRESS" %}

{% if pool.scrub.progress %}{% trans "Progress" %}: {{ pool.scrub.progress }}%     {% endif %} {% if pool.scrub.scanned %}{% trans "Scan" %}: {% blocktrans with scanned=pool.scrub.scanned total=pool.scrub.total %}{{ scanned }} out of {{ total }}{% endblocktrans %}     {% endif %}

{% endif %} {% if pool.scrub.status == "COMPLETED" %}

{% if pool.scrub.errors %}{% trans "Errors" %}: {{ pool.scrub.errors }}     {% endif %} {% if pool.scrub.repaired %}{% trans "Repaired" %}: {{ pool.scrub.repaired }}     {% endif %}

{% endif %}
{% endif %} {% endblock %}