{% extends "site.html" %} {% block head %} {{ block.super }} {% endblock %} {% block pagehead %} {% include 'pagehead.html' %} {% endblock %} {% block content %}
{% csrf_token %}       

Cards Ready to be Verified

{% include 'report-table-header.html' %} {% for card in report_list %} {% endfor %}
{{ card.wo_id }} {{ card.pat_last_name }} {{ card.pat_first_name }} {{ card.dts_state|date:"m/d/Y h:i:s A" }}    
{% include 'pagenav.html' %}

Action Requested

Workorder

Patient

Are you sure you want to do this?

{% endblock %}