{% extends "execution/participation_base.html" %} {% load i18n utils %} {% block content %} {% if study.exclusion_criteria %} {{ study.exclusion_criteria|linebreaks }} {% endif %} {% for study_type in study.study_type.all %} {% if study_type.exclusion_criteria %}

{{ study_type.label }}

{{ study_type.exclusion_criteria|linebreaks }} {% endif %} {% endfor %} {% if general_criteria %}

{% trans 'General criteria' %}

{{ general_criteria|linebreaks }} {% endif %} {% endblock %}