{% extends "execution/study_base.html" %} {% load i18n utils %} {% block content %} {% if study.exclusion_criteria %} {{ study.exclusion_criteria|urlize|linebreaks }} {% endif %} {% if CASTELLUM_GENERAL_EXCLUSION_CRITERIA %}

{% translate 'General criteria' %}

{{ CASTELLUM_GENERAL_EXCLUSION_CRITERIA|urlize|linebreaks }} {% endif %} {% for study_type in study.study_type.all %} {% if study_type.exclusion_criteria %}

{{ study_type.label }}

{{ study_type.exclusion_criteria|urlize|linebreaks }} {% endif %} {% endfor %} {% endblock %}