⏱️ Next plan information:

Plan name: {{ plan_data.next_plan.name }}
Status: {{ plan_data.next_plan.get_plan_status_as_text() }}
Start date: {{ plan_data.next_plan.billing_cycle_anchor.strftime('%d %B %Y') }}
Billing schedule: {% if plan_data.next_plan.billing_schedule == plan_data.next_plan.BILLING_SCHEDULE_ANNUAL %}Annual{% else %}Monthly{% endif %}
{% if plan_data.next_plan.discount %} Discount: {{ format_discount(plan_data.next_plan.discount) }}%
{% endif %} {% if plan_data.next_plan.price_per_license %} Price per license: ${{ dollar_amount(plan_data.next_plan.price_per_license) }}
Estimated billed licenses: {{ plan_data.current_plan.licenses_at_next_renewal() }}
{% elif plan_data.next_plan.fixed_price %} Plan has a fixed price. {% endif %} Estimated annual revenue: ${{ dollar_amount(plan_data.estimated_next_plan_revenue) }}