{% extends "base.html" %} {% block title %}Treatment estimate - {{ clinic_name | default('DentalPin') }}{% endblock %} {% block content %}
Hello {{ patient_name }},
Please find below the treatment estimate #{{ budget_number }} from {{ clinic_name | default('DentalPin') }}:
{% if treatments %}Notes: {{ notes }}
{% endif %} {% if custom_message %}Please contact us if you have any questions about this estimate.
{% endblock %}