{% extends "django_admin_bootstrapped:admin/index.html" %} {% load signalbox_tags.observations %} {% block content_title %}{{block.super}} {% endblock %} {% block content %}
| Observations missed | Participants | ||||
|---|---|---|---|---|---|
| Study | 30 days | This week | Recruited | Un-randomised | |
| {{study}} | {% get_observations study.id "lastmonth" "incomplete" %} of {% get_observations study.id "lastmonth" "all" %} | {% get_observations study.id "current" "incomplete" %} of {% get_observations study.id "current" "all" %} | {{study.membership_set.count}} | {{study.unrandomised.count}} | Edit |
| Add study | |||||