{% extends "base.html" %} {% block title %}Delete Course | Admin Portal{% endblock %} {% block nav_courses %}active{% endblock %} {% block content %}
{{ course.program.name }} — {{ course.get_year_display }}
{% if course.code %} — {{ course.code }}{% endif %}
Are you sure you want to delete this course? This cannot be undone.