%! from django.utils.translation import ugettext as _ %> <%namespace name='static' file='static_content.html'/> <%! from datetime import datetime %> <%! import pytz %> <%! from django.conf import settings %> <%! from courseware.tabs import get_discussion_link %> % if settings.MITX_FEATURES.get('ENABLE_FEEDBACK_SUBMISSION', False):
${_('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='', )}
% endif${_('Have general questions about {platform_name}? You can find lots of helpful information in the {platform_name} {link_start}FAQ{link_end}.').format(link_start='', link_end='', platform_name=settings.PLATFORM_NAME)}
${_('Have a question about something specific? You can contact the {platform_name} general support team directly:').format(platform_name=settings.PLATFORM_NAME)}
✕
✕
${_( 'Thank you for your inquiry or feedback. We typically respond to a request ' 'within one business day (Monday to Friday, {open_time} UTC to {close_time} UTC.) In the meantime, please ' 'review our {link_start}detailed FAQs{link_end} where most questions have ' 'already been answered.' ).format( open_time=open_time, close_time=close_time, link_start='', link_end='' )}
✕