{% 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 %}
{% for inconsistent_subject in inconsistent_subjects %} {% endfor %}
Smash subject RED Cap subject Differences
{{ inconsistent_subject.subject }} {{ inconsistent_subject.subject.nd_number }}
    {% for field in inconsistent_subject.inconsistentfield_set.all %}
  • {{ field.name }}: {{ field.smash_value }} - {{ field.redcap_value }}
  • {% endfor %}
{% endblock maincontent %} {% block scripts %} {{ block.super }} {% endblock scripts %}