{% extends "pyade/base.html" %} {% block content %} {% for key, value in total_by_course.items %} {% endfor %}
Course name Count in hours
{{ key }} {{ value }}
Total {{ total }}
{% endblock %}