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

{{ current_semester }} Semester - {{ current_session }}

To manage scores, please select the course using the button above.

{% endif %} {% endblock content %}