{% extends 'base.html' %} {% load i18n %} {% block title %}{{ title }} | {% trans 'Learning management system' %}{% endblock title %} {% load static %} {% block content %} {% include 'snippets/messages.html' %}
{% trans 'Manage Score' %}
{% if current_semester %}

{{ current_semester }} {% trans 'Semester' %} - {{ current_session }}

{% trans 'To manage scores, please select the course using the button above.' %}

{% endif %} {% endblock content %}