<%page expression_filter="h"/> <%! from django.utils.translation import ugettext as _ %> <%inherit file="../main.html"/> <%namespace file='../main.html' import="login_query"/> <%block name="title"> ${_("Contact US")} <%block name="head_extra"> <%block name="body">

${_("Contact Us")}

${_("Your question may have already been answered.")}

% if not user.is_authenticated():

${_("Sign in for a faster response")}

% else:

${_("What can we help you with, {username}?").format(username=user.username)}


% if user_enrollments: % else: % endif
% endif

${_("The more you tell us, themore quickly and helpfully we can respond!")}

${_("1 file uploaded:")}

my_image1.png ${_("Remove file")}
my_image2.png ${_("Cancel upload")}