<%inherit file="base.html" /> <%! from time import mktime import dateutil.parser import logging from datetime import datetime %> <%! from django.core.urlresolvers import reverse %> <%block name="title">Course Outline <%block name="bodyclass">is-signedin course outline <%namespace name='static' file='static_content.html'/> <%namespace name="units" file="widgets/units.html" /> <%block name="jsextra"> <%block name="header_extras"> <%block name="content">

Section Release Date

On the date set above, this section – – will be released to students. Any units marked private will only be visible to admins.

SaveCancel
Course Content

Course Outline

% for section in sections:

${section.display_name_with_default}

    % for subsection in section.get_children(): % endfor
% endfor