{% extends "email/base.html" %} {% block title %}Cancellation scheduled{% endblock %} {% block hero %} {% include "email/partials/_hero.html" with hero_variant="warning" hero_title="Cancellation scheduled" hero_subtitle="Access continues until the date below." hero_icon="cancel.png" hero_accent_icon="sad.png" %} {% endblock %} {% block content %}
Hi {{ admin_name }},
{% if customer_type == "engineer" %} Your {{ plan_name }} subscription will end on {{ access_until_date }}. You keep full access until then. {% else %} The {{ plan_name }} subscription for {{ company_name }} will end on {{ access_until_date }}. Access continues until that date. {% endif %}
To keep your plan, resume the subscription from billing settings before {{ access_until_date }}.
{% endblock %}