{% trans "Analytics Dashboard" %}
{% trans "Key business metrics and service usage statistics" %}
{{ total_users }}
{% trans "Total Users" %}
${{ total_revenue|floatformat:2 }}
{% trans "Total Revenue" %}
{{ active_subscriptions }}
{% trans "Active Subscriptions" %}
{% trans "Month" %} | {% trans "Revenue" %} |
---|---|
{{ month_data.month }} | ${{ month_data.revenue|floatformat:2 }} |
{% trans "No revenue data available" %}
{% trans "Revenue information will appear here once payments are processed." %}
{% trans "No chart data available" %}
{% trans "Service Name" %} | {% trans "Description" %} | {% trans "Credit Cost" %} | {% trans "Total Credits Consumed" %} | {% trans "Unique Users" %} | {% trans "Status" %} |
---|---|---|---|---|---|
{{ service.name }} | {{ service.description|truncatechars:80 }} | {{ service.credit_cost }} credits | {{ service.total_credits_consumed|floatformat:2 }} | {{ service.unique_users_count }} | {% if service.is_active %} {% trans "Active" %} {% else %} {% trans "Inactive" %} {% endif %} |
{% trans "No services found" %}
{% trans "Service usage statistics will appear here once services are configured and used." %}