{% extends "course_flow/base.html" %} {% load static i18n %} {% load course_flow_templatetags %} {% block title %} {% trans "SALTISE Analytics" %} - CourseFlow {% endblock %} {% block container %}

CourseFlow Analytics


{% trans "Analytics on CourseFlow usage" %}

{% trans "Workflow Information:" %}

Total content created by month. Only content-rich objects are shown (bracketed numbers)

{% get_saltise_admin_workflows %}

{% trans "User Information:" %}

Number of users who have created at least one of each the given objects within the given month.

{% get_saltise_admin_users %}

{% trans "User Details:" %}

Details on the content created by users.

{% get_saltise_admin_user_details %}

{% trans "Users who have subscribed to notifications:" %}

{% for user in notified_users %} {% endfor %}
{{ user.email }}
{% endblock %} {% csrf_token %} {% block scripts %} {{ block.super }} {% endblock %}