{% extends "course/course-base.html" %} {% block title %} Analytics - CourseFlow {% endblock %} {% block content %}
{{ grade_histogram.total_weight }} grade{{ grade_histogram.total_weight|pluralize }} {% if participant_count != None %} (from {{ participant_count }} distinct participants) {% endif %}
{{ grade_histogram.html|safe }}