{% extends "execution/study_base.html" %} {% load i18n utils %} {% block content %} {% if study.recruitment_text %} {{ study.recruitment_text|urlize|linebreaks }} {% endif %} {% if CASTELLUM_GENERAL_RECRUITMENT_TEXT %}
{% translate 'General recruitment text' %}
{{ CASTELLUM_GENERAL_RECRUITMENT_TEXT|urlize|linebreaks }}
{% endif %} {% for study_type in study.study_type.all %} {% if study_type.exclusion_criteria %}
{% translate 'Criteria for:' %} {{ study_type.label }}
{{ study_type.exclusion_criteria|urlize|linebreaks }}
{% endif %} {% endfor %} {% endblock %}