{% extends 'dashboard_base.html' %} {% block content %}

View Applications

{% for course in courses %}
{{ course.title }}

{{ course.description }}

View Applications
{% endfor %}
{% endblock %}