{# app/templates/vendor/billing.html #} {% extends "vendor/base.html" %} {% from 'shared/macros/headers.html' import page_header %} {% from 'shared/macros/modals.html' import modal_simple %} {% block title %}Billing & Subscription{% endblock %} {% block alpine_data %}vendorBilling(){% endblock %} {% block content %} {{ page_header('Billing & Subscription') }} {% call modal_simple('tiersModal', 'Choose Your Plan', show_var='showTiersModal', size='xl') %}
{% endcall %}

Add-ons

Available Add-ons

Cancel Subscription

Are you sure you want to cancel your subscription? You'll continue to have access until the end of your current billing period.

{% endblock %} {% block extra_scripts %} {% endblock %}