{% extends "base.html" %} {% load i18n %} {% block content %}
{% if project_name %}

{{ project_name }}

{% else %}

{% translate "Patients" %}

{% endif %}
Total Patients
Total Notes
Total Labs
Annotations
Not needed
Not started
In progress
Complete
Adjudications

Notes per Label Category:

{% if annotation_type == 'classification' %} {% endif %}
{% if annotation_type == 'classification' %} {% endif %} {% endblock content %}