{% extends 'student/base.html' %} {% block title %} Student {% endblock %} {% block body %} {% load static %} Courses Performance {{ student_info.term__name }} - {{ student_info.year__name }} To Increase Your Performance {% for rec_gen in student_recommendations.general_recommendations.0 %} {{ rec_gen }} {% endfor %} {% for rec_co in student_recommendations.courses %} {{ rec_co.name }}: {% for rec in rec_co.recommendations %} {{ rec }} {% endfor %} {% endfor %} {% include "student/pagination/index.html" %} {% endblock %}