{% extends "email/base.html" %} {% block title %}Next step{% endblock %} {% block hero %} {% include "email/partials/_hero.html" with hero_variant="primary" hero_title="Next step" hero_subtitle=job_title hero_icon="document-add.png" %} {% endblock %} {% block content %} {% if custom_body_html %}
{{ custom_body_html|safe }}
{% else %}

Hi {{ candidate_name }},

Good news — you are moving forward for {{ job_title }} at {{ company_name }}.

{% if assessment_title %}

Your next step is {{ assessment_title }}.

{% else %}

Your next step is ready. Use the link below when you are prepared to continue.

{% endif %} {% endif %} {% if assessment_title or stage_name %} {% if assessment_title %} {% include "email/partials/_detail_row.html" with pill_label="NEXT STEP" pill_value=assessment_title pill_variant="primary" pill_radius="top" %} {% elif stage_name %} {% include "email/partials/_detail_row.html" with pill_label="STAGE" pill_value=stage_name pill_variant="primary" pill_radius="top" %} {% endif %} {% 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 or assessment_url %} {% include "email/partials/_cta.html" with cta_url=next_step_url|default:assessment_url cta_label=cta_label|default:"Continue" %} {% endif %}

This link is personal to you. Questions go to {{ company_name }}.

{% endblock %}