{% 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 %}
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 %}This link is personal to you. Questions go to {{ company_name }}.
{% endblock %}