{% extends "base.html" %} {% block title %}Upload Medical Documentation - Vera Medical CRM{% endblock %} {% block content %}

Upload Medical Documentation

{% if case_id %}

Case ID: {{ case_id }}

{% elif appointment_id %}

Appointment ID: {{ appointment_id }}

{% endif %}
{% if case_id %} Back to Case {% elif appointment_id %} Back to Appointment {% endif %}

Upload Medical Documentation

{% if case_id %} Cancel {% elif appointment_id %} Cancel {% endif %}
{% endblock %}