{% extends "base.html" %} {% load static %} {% load url %} {% load profiles %} {% load humanize %} {% load workstations %} {% load meta_attr %} {% block title %} Users Progress - {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Users Progress for {{ reader_study.title }}

The following users have answered at least one question in this reader study, all other users are yet to answer any of the questions.

{% endblock %} {% block script %} {{ block.super }} {% include 'workstations/partials/session-control.html' %} {% endblock %}