%! from django.utils.translation import ugettext as _ %> <%! from django.core.urlresolvers import reverse %> <%namespace name='static' file='../static_content.html'/> <%inherit file="../main.html" /> <%block name="title">
${_("We are always seeking feedback to improve our courses. If you are an enrolled student and have any questions, feedback, suggestions, or any other issues specific to a particular class, please post on the discussion forums of that class.")}
${_('If you have a general question about edX please email {email}. To see if your question has already been answered, visit our {faq_link_start}FAQ page{faq_link_end}. You can also join the discussion on our {fb_link_start}facebook page{fb_link_end}. Though we may not have a chance to respond to every email, we take all feedback into consideration.').format( email='info@edx.org', faq_link_start=''.format(url=reverse('faq_edx')), faq_link_end='', fb_link_start=''. fb_link_end='' )}
${_('If you have suggestions/feedback about the overall edX platform, or are facing general technical issues with the platform (e.g., issues with email addresses and passwords), you can reach us at {tech_email}. For technical questions, please make sure you are using a current version of Firefox or Chrome, and include browser and version in your e-mail, as well as screenshots or other pertinent details. If you find a bug or other issues, you can reach us at the following: {bug_email}.').format( tech_email='technical@edx.org', bug_email='bugs@edx.org' )}
${_('Please visit our {link_start}media/press page{link_end} for more information. For any media or press inquiries, please email {email}.').format( link_start=''.format(url=reverse('faq_edx')), link_end='', email='{email}'.format(email="press@edx.org"), )}
${_('If you are a university wishing to Collaborate or with questions about edX, please email {email}.'.format(email='{email}'.format(email="university@edx.org"))}
${_('EdX strives to create an innovative online-learning platform that promotes accessibility for everyone, including students with disabilities. We are dedicated to improving the accessibility of the platform and welcome your comments or questions at {email}.'.format(email='{email}'.format(email="accessibility@edx.org"))}