{% extends "email/base.html" %} {% block title %}Mentorship Request Expired{% endblock %} {% block hero %} {% include "email/partials/_hero.html" with hero_variant="neutral" hero_title="Request expired" hero_subtitle="No mentor claimed it in time." hero_icon="users-group.png" %} {% endblock %} {% block content %}
Hi {{ mentee_name }},
Your mentorship request timed out before anyone picked it up. Submit a new request when you are ready.
{% include "email/partials/_cta.html" with cta_url=mentorship_url cta_label="Request Mentor" %} {% endblock %}