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

{% translate 'Cleanup' %}

{% include 'utils/form_errors.html' with form=form %} {% csrf_token %}
{% translate 'All open participations.' %}
{% translate 'All subjects that have been in "awaiting response" status for 10 days or more.' %}
{% translate 'All subjects who do not match the current filter criteria, do not have recruitment consent, or who are blocked in other studies.' %}
{% translate 'Cancel' %}
{% endblock %}