% if subsection.lms.start != parent_item.lms.start and subsection.lms.start:
% if subsection.lms.start != parent_item.lms.start and subsection.lms.start:
% if parent_start_date is None:
% if parent_start_date is None:
<pclass="notice">The date above differs from the release date of ${parent_item.lms.display_name}, which is unset.
<pclass="notice">The date above differs from the release date of ${parent_item.display_name_with_default}, which is unset.
% else:
% else:
<pclass="notice">The date above differs from the release date of ${parent_item.lms.display_name} – ${parent_start_date.strftime('%m/%d/%Y')} at ${parent_start_date.strftime('%H:%M')}.
<pclass="notice">The date above differs from the release date of ${parent_item.display_name_with_default} – ${parent_start_date.strftime('%m/%d/%Y')} at ${parent_start_date.strftime('%H:%M')}.
% endif
% endif
<ahref="#"class="sync-date no-spinner">Sync to ${parent_item.lms.display_name}.</a></p>
<ahref="#"class="sync-date no-spinner">Sync to ${parent_item.display_name_with_default}.</a></p>
<p>You were most recently in <ahref="${prev_section_url}">${prev_section.lms.display_name}</a>. If you're done with that, choose another section on the left.</p>
<p>You were most recently in <ahref="${prev_section_url}">${prev_section.display_name_with_default}</a>. If you're done with that, choose another section on the left.</p>