{% extends "email/base.html" %} {% block title %}{{ email_title|default:"Offer reminder" }}{% endblock %} {% block hero %} {% include "email/partials/_hero.html" with hero_variant="warning" hero_title="Offer reminder" hero_subtitle=job_title hero_icon="document-add.png" %} {% endblock %} {% block content %} {% if custom_body_html %}
Hi {{ candidate_name }},
This is a reminder to respond to your offer for {{ job_title }} at {{ company_name }}. The offer letter PDF is attached again for your records.
{% endif %}