{% extends "execution/study_base.html" %} {% load i18n auth utils %} {% block title %}{% translate "Progress" %} · {{ block.super }}{% endblock %} {% block content %} {% with width=400 %} {% endwith %}
{% translate 'completed' %}
{{ completed }}/{{ study.min_subject_count }}
{% translate 'participating' %}
{{ participating }}
{% translate 'dropped out' %}
{{ dropped_out }}
{% for session in sessions %}

{{ session.name }}

{% with width=400 %} {% endwith %}
{% translate 'took place' %}
{{ session.took_place }}/{{ study.min_subject_count }}
{% translate 'scheduled' %}
{{ session.scheduled_for_future }}
{% endfor %} {% endblock %}