{% extends "course_flow/base.html" %} {% load static i18n %} {% load course_flow_templatetags %} {% block header %} {% endblock %} {% block title %}{% endblock %} {% block metadescription %} {% endblock %} {% block body %}

CourseFlow Analytics


{% trans "Analytics on CourseFlow usage" %}

{% trans "Workflow Information:" %}

{% trans "Total workflows, projects, and nodes created by month. Bracketed numbers show content-rich objects (three or more nodes)." %}

{% get_saltise_admin_workflows %}

{% trans "User Information:" %}

{% trans "Number of users who have created at least one of each the given objects (workflows, projects, or nodes) within the given month." %}

{% get_saltise_admin_users %}
{% endblock %} {% block foot %} {% endblock %} {% csrf_token %} {% block scripts %} {{ block.super }} {% endblock %}