<%page expression_filter="h"/> <%! from django.utils.translation import ugettext as _ from django.utils.html import escape %> <%inherit file="../main.html"/> <%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, iananderson21?")}


% 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")}