<%inherit file="base.html" /> <%! import logging from xmodule.util.date_utils import get_time_struct_display %> <%! 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">

Course Content > Course Outline

% for section in sections:

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

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