{% 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 %} {% endfor %}
{{ rec_gen }}
{% for rec_co in student_recommendations.courses %}
{{ rec_co.name }}:
{% for rec in rec_co.recommendations %} {% endfor %}
{{ rec }}
{% endfor %}
{% include "student/pagination/index.html" %}
{% endblock %}