{% extends 'base.html' %} {% load i18n %} {% block title %}{{ title }} | {% trans 'Learning management system' %}{% endblock title %} {% load static %} {% load crispy_forms_tags %} {% block content %}
{% trans 'Course Add' %} & {% trans 'Drop' %}
{% include 'snippets/messages.html' %} {% if current_semester %} {% if is_calender_on == False %}{% trans 'Course Drop' %}