{% 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 }},
There is an update on your application for {{ job_title }} at {{ company_name }}.
{% if stage_name %}Current stage: {{ stage_name }}.
{% endif %} {% endif %} {% if stage_name %}Questions about this application go to {{ company_name }}.
{% endblock %}