<%
discussion_tab = CourseTabList.get_discussion(course) if course else None
discussion_link = discussion_tab.link_func(course, reverse) if (discussion_tab and discussion_tab.can_display(course, settings, True, True)) else None
%>
% if discussion_link:
${_('For questions on course lectures, homework, tools, or materials for this course, post in the {link_start}course discussion forum{link_end}.').format(
link_start=''.format(url=discussion_link),
link_end='',
)}
${_('Have a question about something specific? You can contact the {platform_name} general support team directly:').format(
platform_name=platform_name
)}
${_('Please note: The {platform_name} support team is English speaking. While we will do our best to address your inquiry in any language, our responses will be in English.').format(
platform_name=platform_name
)}
${_(
'Thank you for your inquiry or feedback. We typically respond to a request within three '
'business days. In the meantime, please review our {link_start}Help Center articles{link_end}, '
'where answers to many common questions have been posted.'
).format(
open_time=open_time,
close_time=close_time,
link_start=''.format('https://stanfordonline.zendesk.com/hc/en-us'),
link_end=''
)}