{% extends "studies/study_base.html" %} {% load i18n auth %} {% block container_class %}container-lg{% endblock %} {% block content_with_messages %}
{% if study.status != study.EDIT %}

{% translate 'Please note that study recruitment has already been started. Therefore, editing recruitment settings may end up in inconsistent suggestions for potential subjects.' %}

{% endif %} {{ block.super }}
{% endblock %}