{% extends 'main/layout.html' %} {% load static %} {% block title %}Modus Transparency — Mataroa{% endblock %} {% block content %}

Modus Transparency

{% for day, analytic in new_users_per_day.items %} {{ analytic.count }} new users signed up during {{ day|date:'F j, Y' }} {{ analytic.count }} {% endfor %}
Total users
{{ users }}
Total premium users
{{ premium_users }}
Monthly revenue
${{ monthly_revenue|floatformat:2 }}
Total posts
{{ posts }}
Total published posts
{{ published_posts }}
Total pages
{{ pages }}
Number of users with zero posts on their blog
{{ zero_users }}
Number of users with at least one post on their blog
{{ non_zero_users }}
Number of users who have edited at least one post in the last month
{{ active_users }}
Number of users who have edited at least one post in the last month and signed up at least a month ago
{{ active_nonnew_users }}

Service Maintainance Costs Subscription Revenue
{% include 'partials/footer.html' %} {% endblock %}