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