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

{% translate 'Cleanup' %}

{% translate 'Automatically mark subjects with the following properties as unsuitable. Their participation status can still be changed afterwards.' %}

{% include 'utils/form_errors.html' with form=form %} {% csrf_token %} {% bootstrap_field form.status %} {% bootstrap_field form.days %}
{% translate 'Back' %}
{% endblock %}