<% course_locator = loc_mapper().translate_location( context_course.location.course_id, context_course.location, False, True ) %>
% for section in sections: <% section_locator = loc_mapper().translate_location( context_course.location.course_id, section.location, False, True ) %>
<%include file="widgets/_ui-dnd-indicator-before.html" />
${_('Expand/collapse this section')}

  • ${_('Delete section')}
  • ${_("Drag to reorder section")}
    % for subsection in section.get_children(): <% subsection_locator = loc_mapper().translate_location( context_course.location.course_id, subsection.location, False, True ) %> % endfor
  1. <%include file="widgets/_ui-dnd-indicator-initial.html" />
<%include file="widgets/_ui-dnd-indicator-after.html" />
% endfor