{% extends "execution/base.html" %} {% load i18n appointments %} {% block title %}{{ study }} · {{ block.super }}{% endblock %} {% block header %}

{{ study }}

{% translate 'Participating subjects' %}: {{ study.invited_count }}/{{ study.min_subject_count }}

{% trans 'Export attributes' %} {% if study.consent %} {% translate 'Consent document' %} {% endif %}
{% endblock %}