{% extends "base.html" %} {% load humanize %} {% block title %}{{ course.name }} | Student Portal{% endblock %} {% block nav_courses_student %}active{% endblock %} {% block content %}
{{ course.program.name }} Year {{ course.year }} {% if course.code %}{{ course.code }}{% endif %}
{{ m.description }}
{% endif %} {% if m.material_type == 'youtube' and m.youtube_video_id %}No materials published yet. Check back soon.
Submit your work and view teacher feedback.
View Assignments{{ quiz.description }}
{% endif %}