<%! from django.utils.translation import ugettext as _ %> <%inherit file="base.html" /> <%! import logging from xmodule.util import date_utils %> <%! 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">

${_("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 - {name} - will be released to students. Any units marked private will only be visible to admins.').format(name='')}

${_("Save")}${_("Cancel")}