${_("Note: Pages are publicly visible. If users know the URL of a page, they can view the page even if they are not registered for or logged in to your course.")}

    % for tab in tabs_to_render: <% css_class = "course-tab" if tab.is_movable: css_class = css_class + " is-movable" elif (not tab.is_movable) and (not tab.is_hideable): css_class = css_class + " is-fixed" %> % if isinstance(tab, StaticTab):
  1. % else:
  2. % if tab.is_collection:

    ${_(tab.name)}

      % for item in tab.items(context_course):
    • ${_(item.name)}
    • % endfor
    % else:

    ${_(tab.name)}

    % endif
      % if tab.is_hideable:
    • % if tab.is_hidden: % else: % endif
    • % endif
    % if tab.is_movable:
    ${_("Drag to reorder")}
    % else:
    ${_("This page cannot be reordered")}
    % endif
  3. % endif % endfor

${_("You can add additional custom pages to your course.")} ${_("Add a New Page")}