% if on_dates_tab and not missed_deadlines and getattr(course, 'self_paced', False):
% if on_dates_tab and not missed_deadlines:
%if getattr(course, 'self_paced', False):
<divclass="dates-banner">
<divclass="dates-banner-text">
<strong>${_("We've built a suggested schedule to help you stay on track.")}</strong>
${_("But don't worry—it's flexible so you can learn at your own pace. If you happen to fall behind on our suggested dates, you'll be able to adjust them to keep yourself on track.")}
</div>
</div>
% endif
% if on_dates_tab and content_type_gating_enabled and not missed_deadlines: