{% extends "base.html" %} {% block title %}Invoice - {{ clinic_name | default('DentalPin') }}{% endblock %} {% block content %}
Hello {{ patient_name }},
Please find the details of invoice #{{ invoice_number }} from {{ clinic_name | default('DentalPin') }}:
Please contact us if you have any questions about this invoice.
{% endblock %}