{% extends "communications/email/base_email.html" %} {% block email_body %}

Application Status Update

Dear {{ application.full_name }},

Thank you for your interest in the Mirella & Lino Saputo Foundation LTD. After careful review of your application, we regret to inform you that we are unable to offer you admission at this time.

Reference Number: {{ application.reference_number }}

Program Applied: {{ application.program_applied }}

{% if application.rejection_reason %}

Reason: {{ application.rejection_reason }}

{% endif %}

This decision does not prevent you from applying again in the future. We encourage you to review our entry requirements and re-apply when you are eligible.

If you believe this decision was made in error or would like more information, please contact our admissions office:

We wish you the very best in your educational pursuits.

Kind regards,
Admissions Team
{{ foundation_name }}

{% endblock %}