{% extends 'student/base.html' %} {% block title %}Courses{% endblock %} {% block body %} {% load static %} Courses Performance Year {% for year in years %} {{ year.name }} {% endfor %} {% for term in terms %} {{ term.name }} {% endfor %} Courses {% include "./pagination/courses.html" %} {% endblock %}