{% extends edc_base_template %} {% load static %} {% block main %} {{ block.super }}

  Outstanding CRFs and Requisitions: Flag / Unflag

{{ subject_identifier }} @ {{ visit_code }}

Outstanding = entry status New (REQUIRED) only.
Flagging a form as unavailable removes it from the review board counts; un-flag to restore.

{% if not reason_choices %}
No "data unavailable" reasons are configured yet.
{% endif %} {# ---------- CRFs ---------- #}
CRFs {% if dashboard_url %}Dashboard{% endif %} Review flagged {% if can_flag_crf %}{% endif %}
{% csrf_token %} {% include "edc_metadata/_unavailable_rows.html" with rows=crf_rows can_flag=can_flag_crf is_req=False %}
{# ---------- Requisitions ---------- #}
Requisitions {% if dashboard_url %}Dashboard{% endif %} Review flagged {% if can_flag_req %}{% endif %}
{% csrf_token %} {% include "edc_metadata/_unavailable_rows.html" with rows=req_rows can_flag=can_flag_req is_req=True %}
{% endblock main %}