Customer Phone: {{ customer_phone }}
Transaction ID: {{ transaction_id }}
{% if ro_number is defined %}
Repair Order: #{{ ro_number }}
{% endif %}
{% if invoice is defined %}
Invoice #: {{ invoice }}
{% endif %}
{% if aid %}
AID: {{ aid }}
{% endif %}
{% if application_label %}
Application Label: {{ application_label }}
{% endif %}
{% if pin_statement %}
Pin Statement: {{ pin_statement }}
{% endif %}
Date: {{ date.format('m/d/Y h:i a') }}
Amount: ${{ amount }}
{% if description is defined %}
Description: {{ description }}
{% endif %}