{% extends "email/base.html" %} {% block title %}Application received{% endblock %} {% block hero %} {% include "email/partials/_hero.html" with hero_variant="success" hero_title="Application received" hero_subtitle=job_title hero_icon="check-circle.png" %} {% endblock %} {% block content %} {% if custom_body_html %}
Hi {{ candidate_name }},
Thanks for applying to {{ job_title }} at {{ company_name }}.
{% if welcome_message %}{{ welcome_message }}
{% endif %}We will be in touch if there is a next step.
{% endif %}Questions about this application go to {{ company_name }}.
{% endblock %}