{% extends "base.html" %} {% block title %}Estimate accepted - {{ clinic_name | default('DentalPin') }}{% endblock %} {% block content %}
Hello {{ patient_name }},
Your estimate #{{ budget_number }} from {{ clinic_name | default('DentalPin') }} has been accepted.
We will contact you shortly to schedule the corresponding appointments.
{% endblock %}