{% extends view.base_template|default:"studies/study_recruitmentsettings_base.html" %} {% load i18n auth bootstrap4 %} {% block title %}{% translate "Excluded studies" %} · {{ block.super }}{% endblock %} {% block content %}
{% csrf_token %}
{% blocktranslate %}{{ count }} potential subjects{% endblocktranslate %}
{{ form.excluded_studies }}
{% translate 'Participants from excluded studies will be excluded from recruitment for this study.' %} {% if related_studies %} {% translate 'Studies in which potential subjects have participated' %}: {% for study in related_studies %} {{ study }} ({{ study.count }}){% if not forloop.last %},{% endif %} {% endfor %} {% endif %}
{% endblock %}