{% extends "_base.html" %} {% load static %} {% block styles %} {{ block.super }} {% endblock styles %} {% block ui_active_tab %}'subjects'{% endblock ui_active_tab %} {% block page_header %}Missing subjects{% endblock page_header %} {% block page_description %}{% endblock page_description %} {% block breadcrumb %} {% include "subjects/breadcrumb.html" %} {% endblock breadcrumb %} {% block maincontent %}
ND number | Smash subject | RED Cap subject | Ignored |
---|---|---|---|
{% if missing_subject.subject %} {{ missing_subject.subject.nd_number }} {% elif missing_subject.redcap_id %} {{ missing_subject.redcap_id }} {% endif %} | {% if missing_subject.subject %} {{ missing_subject.subject }} {% endif %} | {% if missing_subject.redcap_id %} {{ missing_subject.redcap_id }} {% endif %} | IGNORE UN-IGNORE |