{% extends "email/base.html" %} {% block title %}Application update{% endblock %} {% block hero %} {% include "email/partials/_hero.html" with hero_variant="primary" hero_title="Application update" hero_subtitle=job_title hero_icon="document-add.png" %} {% endblock %} {% block content %} {% if custom_body_html %}
Hi {{ candidate_name }},
Thank you for your interest in {{ job_title }} at {{ company_name }}.
After review, we will not be moving forward with your application at this time.
{% endif %}We appreciate the time you spent applying. Wishing you the best in your search.
{% endblock %}