{% extends "email/base.html" %} {% block title %}Subscription renewal on {{ renewal_date }}{% endblock %} {% block hero %} {% with hero_title="Renews on "|add:renewal_date %} {% include "email/partials/_hero.html" with hero_variant="warning" hero_title=hero_title hero_subtitle=plan_name hero_icon="card.png" %} {% endwith %} {% endblock %} {% block content %}
Hi {{ admin_name }},
{% if customer_type == "engineer" %} Your {{ plan_name }} plan renews on {{ renewal_date }} for {{ amount }}. {% else %} The {{ plan_name }} plan for {{ company_name }} renews on {{ renewal_date }} for {{ amount }}. {% endif %} No action is required unless you want to change or cancel your plan.
To upgrade, downgrade, or cancel before renewal, open billing settings.
{% if hosted_invoice_url %}{% if has_invoice_pdf %} Your upcoming invoice is attached to this email. You can also view it online. {% else %} View your upcoming invoice. {% endif %}
{% endif %} {% include "email/partials/_cta.html" with cta_url=billing_url cta_label="Manage subscription" %}Questions about this renewal? Contact support before {{ renewal_date }}.
{% endblock %}