{% extends "email/base.html" %} {% block title %}Assessment Reminder{% endblock %} {% block hero %} {% include "email/partials/_hero.html" with hero_variant="warning" hero_title="Your Assessment Is Still Open" hero_subtitle="Finish before your invitation expires." hero_icon="document-add.png" %} {% endblock %} {% block content %}
Hi {{ candidate_name }},
Your assessment for {{ company_name }} is still open. Use the link below to continue before the deadline passes.
After the deadline, this link will no longer work.
{% endblock %}