{% extends "wagtailadmin/base.html" %} {% load i18n %} {% block titletag %}{% trans "Subscription Analytics" %}{% endblock %} {% block content %}

{% trans "Subscription Analytics" %}

{% trans "Monthly Recurring Revenue" %}

${{ mrr|floatformat:2 }}

{% trans "Active Subscriptions" %}

{{ total_subscriptions }}

{% trans "Churn Rate" %}

{{ churn_rate|floatformat:1 }}%

{% trans "Conversion Rate" %}

{{ conversion_rate|floatformat:1 }}%

{% trans "Revenue Trend" %}

{% trans "Subscription Growth" %}

{% endblock %}