{% extends "django_admin_bootstrapped:admin/index.html" %} {% load signalbox_tags.observations %} {% block content_title %}{{block.super}} {% endblock %} {% block content %}
{% block leadcontent %} {% if user.get_profile.obs_by_study %}

{{user|capfirst}}, you have tasks to complete:

{% include 'manage/observations_todo_fragment.html' %}
{%endif%}

Status of your active studies:

{% for study in user.get_profile.dashboard_studies %} {% endfor %}
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
{% endblock %}

Applications

{{block.super}} {% endblock %} {% block sidebar %}{% endblock %}