{% extends 'base.html' %} {% load i18n %} {% block title %}{{ title }} | {% trans 'Learning management system' %}{% endblock title %} {% load static %} {% block content %} {% include 'snippets/messages.html' %}
{{ current_semester }} {% trans 'Semester' %} - {{ current_session }}
{% trans 'To manage scores, please select the course using the button above.' %}