{% extends "recruitment/recruitment_base.html" %} {% load i18n bootstrap4 %} {% block title %}{% translate "Recruitment" %} · {{ study }} · {{ block.super }}{% endblock %} {% block content %}

{% translate 'Cleanup' %}

{% translate 'Please select one of the following options:' %}

{% include 'utils/form_errors.html' with form=form %} {% csrf_token %}
{% translate 'Mark all open participations as excluded.' %}
{% translate 'Mark all subjects as excluded who have not answered for 10 days or more.' %}
{% translate 'Mark all subject who do not match the current filter criteria as excluded.' %}
{% translate 'Back' %}
{% endblock %}