<%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. New Component
    Select Component Type
      % for type in sorted(component_templates.keys()):
    • ${type}
    • % endfor
    Cancel
    % for type, templates in sorted(component_templates.items()):
      % for name, location in templates:
    • ${name}
    • % endfor
    Cancel
    % endfor