<%inherit file="base.html" /> <%! from django.core.urlresolvers import reverse %> <%namespace name="units" file="widgets/units.html" /> <%block name="bodyclass">unit <%block name="title">CMS Unit <%block name="jsextra"> <%block name="content">

You are editing a draft. % if published_date: This unit was originally published on ${published_date}. % endif

Preview the published version

    % for id in components:
  1. % endfor
  2. Add New Component
      % for type in sorted(component_templates.keys()):
    • ${type}
    • % endfor