<%inherit file="base.html" /> <%def name="online_help_token()"><% return "unit" %> <%! from contentstore import utils from contentstore.views.helpers import EDITING_TEMPLATES from django.utils.translation import ugettext as _ %> <%namespace name='static' file='static_content.html'/> <%namespace name="units" file="widgets/units.html" /> <%block name="title">${_("Individual Unit")} <%block name="bodyclass">is-signedin course unit view-unit feature-upload <%block name="header_extras"> % for template_name in EDITING_TEMPLATES: % endfor <%block name="jsextra"> <%block name="content">

${_("You are editing a draft.")} % if published_date: ${_("This unit was originally published on {date}.").format(date=published_date)} % endif

${_("View the Live Version")}

    % for usage_key in child_usage_keys:
  1. % endfor
<% index_url = utils.reverse_course_url('course_handler', context_course.id) subsection_url = utils.reverse_usage_url('subsection_handler', subsection.location) %>