{% extends "base.html" %} {% load i18n auth %} {% block title %}{% trans "Recruitment" %} · {{ study }} · {{ block.super }}{% endblock %} {% block content %}

{{ study.name }}

{% trans 'Subjects' %}

{% if statistics %}
{% trans 'Statistics' %} {{ statistics|safe }}
{% endif %}
{% include "recruitment/__recruitment_list.html" %}
{% trans "Back" %} {% if not_contacted_view %} {% has_perm 'recruitment.add_participationrequest' user view.study as can_add_participationrequest %} {% if can_add_participationrequest %}
{% csrf_token %}
{% endif %} {% endif %}
{% endblock %}