{% extends "email/base.html" %} {% block title %}{{ email_title|default:"Your offer" }}{% endblock %} {% block hero %} {% include "email/partials/_hero.html" with hero_variant="success" hero_title="Your offer" hero_subtitle=job_title hero_icon="check-circle.png" hero_accent_icon="confetti.png" %} {% endblock %} {% block content %} {% if custom_body_html %}
Hi {{ candidate_name }},
{{ company_name }} is pleased to offer you {{ job_title }}. A PDF copy of the offer letter is attached for your records.
{% endif %}This is a soft offer from {{ company_name }} via Praxicraft Assess. It is not an electronic signature request. If you were not expecting this email, you can ignore it.
{% endblock %}