{% extends "email/base.html" %} {% block title %}{{ email_title|default:"Offer update" }}{% endblock %} {% block hero %} {% include "email/partials/_hero.html" with hero_variant="primary" hero_title="Offer update" hero_subtitle=job_title hero_icon="document-add.png" %} {% endblock %} {% block content %} {% if custom_body_html %}
{{ custom_body_html|safe }}
{% else %}

Hi {{ candidate_name }},

The offer for {{ job_title }} at {{ company_name }} has been withdrawn. No further action is needed from you.

{% endif %} {% include "email/partials/_detail_row.html" with pill_label="ROLE" pill_value=job_title pill_variant="primary" pill_radius="top" %} {% include "email/partials/_detail_row.html" with pill_label="STATUS" pill_value="Withdrawn" pill_variant="gray" pill_border="none" pill_radius="bottom" %}

Questions about this update go to {{ company_name }}.

{% endblock %}