{% extends 'educator/base.html' %} {% block title %}My Students{% endblock %} {% block body %} {% load static %} Courses Performance Year {% for year in years %} {{ year.name }} {% endfor %} Department {% for dep in departments %} {{ dep.name }} {% endfor %} {% for term in terms %} {{ term.name }} {% endfor %} Students {% include 'educator/pagination/students.html' %} {% endblock %}