{% extends "studies/study_base.html" %} {% load static i18n auth django_bootstrap5 %} {% block title %}{% translate "Sessions" %} · {{ block.super }}{% endblock %} {% block content %} {% if study.status != study.EDIT %}
{% translate 'Please note that study recruitment has already been started. Therefore, editing session settings may lead to unexpected results for existing appointments.' %}
{% endif %}