{% extends "base.html" %} {% block title %}Analytics — Revenue Dashboard{% endblock %} {% block content %}

📈 Revenue Analytics

${{ '%.0f' % mrr }}
MRR
{{ pro_count }}
Pro Subscribers
{{ enterprise_count }}
Enterprise
{{ free_count }}
Free Users

User Growth (6 Months)

Reports Generated (6 Months)

Recent Activity

View All →
{% for log in recent_logs %}
{{ log.action }} {% if log.user %}by {{ log.user.name }}{% endif %}
{{ log.created_at.strftime('%m/%d %H:%M') }}
{% else %}
No audit logs yet
{% endfor %}
{% endblock %} {% block scripts %} {% endblock %}