{% extends "site.html" %} {% block head %} {{ block.super }} {% endblock %} {% block pagehead %} {% include 'pagehead.html' %} {% endblock %} {% block content %}
Manage Patient Image
Scan or Enter Patient Id: {% if show_form == False %} {% endif %}    
{% csrf_token %}
Current Patient Image
{% url 'site:settings-get-patient-image' current_patient_id as image_src %} {% include 'crop-image.html' with image_src=image_src delete_value=current_patient_id %}
Select New Patient Image File
{{ pat_img_form.img_file }}
 
{% for fname in report_list %} {% if forloop.counter0 == 0 or forloop.counter0|divisibleby:4 %}{% endif %} {% if forloop.counter|divisibleby:4 %}{% endif %} {% endfor %}
No Image Uploaded
{% if show_pat_info %}{{ fname }}{% else %}{% if order_group_val == 'PATIENT_SSN' %} {% if fname != 'None' %}XXX-XX-{{ fname|slice:"-4:" }}{% endif %} {% else %}{{ fname }}{% endif %}{% endif %}
{% include 'pagenav.html' %} {% endblock %}