%! from django.core.urlresolvers import reverse %> <%namespace name='static' file='../static_content.html'/> <%block name="js_extra"> %block> <%inherit file="../main.html" /> ${course.number}: ${course.get_about_section("title")}${course.get_about_section("university")} %if user.is_authenticated(): %if registered: Registered %else: Register %endif %else: Register %endif % if course.get_about_section("video"): % endif Overview ## FAQ ## Requirements ## Text-book ## Syllabus ## Reviews ${course.get_about_section("overview")} Share with friends and family! Course Number${course.number} Classes Start${course.start_date_text} ## End date should come from course.xml, but this is a quick hack % if course.get_about_section("end_date"): Classes End${course.get_about_section("end_date")} % endif % if course.get_about_section("effort"): Estimated Effort${course.get_about_section("effort")} % endif % if course.get_about_section("prerequisites"): Prerequisites${course.get_about_section("prerequisites")} % endif ##Course Length15 weeks <%include file="../video_modal.html" />
Course Number
Classes Start
Classes End
Estimated Effort
Prerequisites
Course Length