{% extends "email/base.html" %} {% block title %}Mentorship Request Declined{% endblock %} {% block hero %} {% include "email/partials/_hero.html" with hero_variant="neutral" hero_title="Mentor unavailable" hero_subtitle="That mentor is not taking new mentees." hero_icon="users-group.png" %} {% endblock %} {% block content %}
Hi {{ mentee_name }},
That mentor cannot take new requests right now. Pick another mentor or send an open request from your dashboard.
{% include "email/partials/_cta.html" with cta_url=mentorship_url cta_label="Find a Mentor" %} {% endblock %}