{% extends "execution/participation_base.html" %} {% load i18n static bootstrap4 utils %} {% block content %} {% if study.session_instructions %} {{ study.session_instructions|linebreaks }} {% endif %}
{% include 'utils/form_errors.html' with form=form %} {% csrf_token %}
{{ study|verbose_name:'sessions_start' }}
{{ study|verbose_name:'sessions_end' }}
{% for entry in form.appointments %} {% bootstrap_field entry.field %} {% if entry.invitation_url %}

{% translate 'Select timeslot for this subject' %}

{% endif %} {% endfor %}
{% translate 'Calendar' %}
{% endblock %} {% block extra_scripts %} {% endblock %}