{% extends "freeadmin/generic_form.html" %}
{% block form %}
{% if scrub.status == 'IN_PROGRESS' %}
{{ volume.vol_name }}: {% trans "Scrub is currently running! Are you sure you want to STOP the scrub process?" %}
{% else %}
{{ volume.vol_name }}: {% trans "Are you sure you want to scrub?" %} {% trans "This will increase system overhead while in progress" %}
{% endif %}