{% 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 %}
Hi {{ candidate_name }},
The offer for {{ job_title }} at {{ company_name }} has been withdrawn. No further action is needed from you.
{% endif %}Questions about this update go to {{ company_name }}.
{% endblock %}