INVOICE

Invoice #{{ payment.invoice_number }}

From

Immigration Services

Professional Immigration Consulting

Email: info@immigrationservices.com

Phone: +1 (555) 123-4567

Bill To

{{ client.get_full_name }}

Email: {{ client.email }}

{% if client.profile.phone_number %}

Phone: {{ client.profile.phone_number }}

{% endif %}

Invoice Details

Invoice Number: {{ payment.invoice_number }}

Invoice Date: {{ payment.invoice_generated_at|date:"F d, Y" }}

Payment Date: {{ payment.payment_date|date:"F d, Y" }}

Payment Information

Payment Method: {{ payment.get_payment_method_display }}

Payment From: {{ payment.get_payment_from_display }}

Transaction ID: {{ payment.transaction_id }}

PAID
Description Amount
{{ project.title }}
{{ project.description|truncatewords:20 }}
${{ payment.amount }}
Subtotal:
${{ payment.amount }}
Tax (0%):
$0.00
Total Amount:
${{ payment.amount }}