{% for c in scrubs %} {% empty %} {% endfor %}
{% trans "Volume" %} {% trans "Threshold days" %} {% trans "Minute" %} {% trans "Hour" %} {% trans "Day of month" %} {% trans "Month" %} {% trans "Day of week" %} {% trans "Short description" %} {% trans "Available actions" %}
{{ c.scrub_volume }} {{ c.scrub_threshold }} {{ c.get_human_minute }} {{ c.get_human_hour }} {{ c.get_human_daymonth }} {{ c.get_human_month }} {{ c.get_human_dayweek }} {{ c.scrub_desc|default:_("None") }}
{% trans "No scrub tasks defined." %}