{# app/modules/billing/templates/billing/merchant/subscription-detail.html #} {% extends "merchant/base.html" %} {% from 'shared/macros/modals.html' import confirm_modal %} {% block title %}Subscription Details{% endblock %} {% block content %}
Back to Subscriptions

Subscription Details

Loading...

Tier
Billing Period
Period End
Platform
Created
Auto Renew

Plan Features

Change Plan

{{ confirm_modal('changeTierConfirm', 'Change Plan', 'Are you sure you want to change your plan to this tier? Your billing will be adjusted accordingly.', 'changeTier(pendingTierCode)', 'showChangeTierConfirm', 'Change Plan', 'Cancel', 'warning') }} {% endblock %} {% block extra_scripts %} {% endblock %}