${_('This unit has been published. To make changes, you must {link_start}edit a draft{link_end}.').format(link_start='', link_end='')}
${_('This is a draft of the published unit. To update the live version, you must {link_start}replace it with this draft{link_end}.').format(link_start='', link_end='')}
${_("This unit is scheduled to be released to students")}
% if release_date is not None:
${_(u"on {date}").format(date=u"{}".format(release_date))}
% endif
${_("with the subsection {link_start}{name}{link_end}").format(
name=subsection.display_name_with_default,
link_start=''.format(url=subsection_url),
link_end='',
)}