{% extends "base.html" %} {% block title %}{% if invoice %}Edit Invoice{% else %}New Invoice{% endif %} - Vera Medical CMS{% endblock %} {% block content %}
{% if appointment %}Creating invoice from appointment{% else %}Manage billing and payment information{% endif %}
Case: #{{ appointment['file_case_id'] }} - {{ appointment['claimant_first_name'] }} {{ appointment['claimant_last_name'] }}
Appointment: {{ appointment['appointment_date'] }} at {{ appointment['appointment_time'] }}
Doctor: {{ appointment['doctor_full_name'] }}
Service Code: {{ appointment['service_code'] }}