<% course_locator = context_course.location %>
% for section in sections: <% section_locator = section.location %>
<%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 = subsection.location %> % endfor
  1. <%include file="widgets/_ui-dnd-indicator-initial.html" />
<%include file="widgets/_ui-dnd-indicator-after.html" />
% endfor