{% extends "email/base.html" %} {% block title %}Subscription resumed{% endblock %} {% block hero %} {% include "email/partials/_hero.html" with hero_variant="success" hero_title="Subscription resumed" hero_subtitle="Your plan is active again." hero_icon="check-circle.png" hero_accent_icon="smile.png" %} {% endblock %} {% block content %}
Hi {{ admin_name }},
{% if customer_type == "engineer" %} Your {{ plan_name }} subscription has resumed. The next renewal date is {{ next_renewal_date }}. {% else %} The {{ plan_name }} subscription for {{ company_name }} has resumed. The next renewal date is {{ next_renewal_date }}. {% endif %}