${section.display_name_with_default}
<%
start_date_str = get_time_struct_display(section.lms.start, '%m/%d/%Y')
start_time_str = get_time_struct_display(section.lms.start, '%H:%M')
%>
%if section.lms.start is None:
This section has not been released.
Schedule
%else:
Will Release: ${get_time_struct_display(section.lms.start, '%m/%d/%Y at %H:%M UTC')}
Edit
%endif
-
% for subsection in section.get_children():
- ${units.enum_units(subsection)} % endfor