{% extends "email/base.html" %} {% block title %}Assessment Invitation{% endblock %} {% block hero %} {% with hero_subtitle="Hands-on tasks from "|add:company_name|add:". Open the link when you are ready." %} {% include "email/partials/_hero.html" with hero_variant="primary" hero_title="You Are Invited to Assess" hero_subtitle=hero_subtitle hero_icon="document-add.png" %} {% endwith %} {% endblock %} {% block content %}
Hi {{ candidate_name }},
{{ company_name }} invited you to complete “{{ assessment_title }}”. Block uninterrupted time on a laptop or desktop, then start when you are ready to finish in one sitting.
{% if welcome_message %}{{ welcome_message }}
{% endif %}This link is personal to you. If you were not expecting this invitation, you can ignore this email. Questions go to {{ company_name }}.
{% endblock %}