{% 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 %}
{{ custom_body_html|safe }}
{% else %}

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 %} {% include "email/partials/_detail_row.html" with pill_label="STAGE" pill_value=stage_name pill_variant="primary" pill_radius="top" %} {% include "email/partials/_detail_row.html" with pill_label="ROLE" pill_value=job_title pill_variant="gray" pill_border="none" pill_radius="bottom" %}
{% endif %} {% if next_step_url %} {% include "email/partials/_cta.html" with cta_url=next_step_url cta_label=cta_label|default:"Continue" %} {% endif %}

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

{% endblock %}