<label>Release date:<!-- <span class="description">Determines when this subsection and the units within it will be released publicly.</span>--></label>
<label>Release date:<!-- <span class="description">Determines when this subsection and the units within it will be released publicly.</span>--></label>
<inputtype="text"id="start_date"name="start_date"value="${start_date.strftime('%m/%d/%Y') if start_date is not None else ''}"placeholder="MM/DD/YYYY"class="date"size='15'autocomplete="off"/>
<inputtype="text"id="start_date"name="start_date"value="${start_date.strftime('%m/%d/%Y') if start_date is not None else ''}"placeholder="MM/DD/YYYY"class="date"size='15'autocomplete="off"/>
<inputtype="text"id="start_time"name="start_time"value="${start_date.strftime('%H:%M') if start_date is not None else ''}"placeholder="HH:MM"class="time"size='10'autocomplete="off"/>
<inputtype="text"id="start_time"name="start_time"value="${start_date.strftime('%H:%M') if start_date is not None else ''}"placeholder="HH:MM"class="time"size='10'autocomplete="off"/>
</div>
</div>
% if subsection.start != parent_item.start and subsection.start:
% if subsection.start != parent_item.start and subsection.start:
<pclass="notice">The date above differs from the release date of ${parent_item.display_name} – ${parent_start_date.strftime('%m/%d/%Y')} at ${parent_start_date.strftime('%H:%M')}. <ahref="#"class="sync-date">Sync to ${parent_item.display_name}.</a></p>
% if parent_start_date is None:
% endif
<pclass="notice">The date above differs from the release date of ${parent_item.display_name}, which is unset.
</div>
% else:
<divclass="due-date-input row">
<pclass="notice">The date above differs from the release date of ${parent_item.display_name} – ${parent_start_date.strftime('%m/%d/%Y')} at ${parent_start_date.strftime('%H:%M')}.
<label>Due date:</label>
% endif
<ahref="#"class="set-date">Set a due date</a>
<ahref="#"class="sync-date">Sync to ${parent_item.display_name}.</a></p>
<inputtype="text"id="due_date"name="due_date"value="${due_date.strftime('%m/%d/%Y') if due_date is not None else ''}"placeholder="MM/DD/YYYY"class="date"size='15'autocomplete="off"/>
<pclass="date-description">
<inputtype="text"id="due_time"name="due_time"value="${due_date.strftime('%H:%M') if due_date is not None else ''}"placeholder="HH:MM"class="time"size='10'autocomplete="off"/>
<inputtype="text"id="due_date"name="due_date"value="${due_date.strftime('%m/%d/%Y') if due_date is not None else ''}"placeholder="MM/DD/YYYY"class="date"size='15'autocomplete="off"/>
<divclass="row unit-actions">
<inputtype="text"id="due_time"name="due_time"value="${due_date.strftime('%H:%M') if due_date is not None else ''}"placeholder="HH:MM"class="time"size='10'autocomplete="off"/>
<p>The following list of users have been designated as course staff. This means that these users will have permissions to modify course content. You may add additional source staff below. Please note that they must have already registered and verified their account.</p>
<p>The following list of users have been designated as course staff. This means that these users will have permissions to modify course content. You may add additional source staff below. Please note that they must have already registered and verified their account.</p>
<pclass="publish-draft-message">This is a draft of the published unit. To update the live version, you must <ahref="#"id="publish-draft">replace it with this draft</a>.</p>
<pclass="publish-draft-message">This is a draft of the published unit. To update the live version, you must <ahref="#"id="publish-draft">replace it with this draft</a>.</p>
</div>
</div>
<divclass="row status">
<divclass="row status">
<p>This unit is scheduled to be released to <strong>students</strong> on <strong>${subsection.start}</strong> with the subsection <ahref="${reverse('edit_subsection', kwargs={'location': subsection.location})}">"${subsection.display_name}"</a></p>
<p>This unit is scheduled to be released to <strong>students</strong> on <strong>${release_date}</strong> with the subsection <ahref="${reverse('edit_subsection', kwargs={'location': subsection.location})}">"${subsection.display_name}"</a></p>