%inherit file="../template.html" /> <%def name="title()">${_("Error %s") % c.error_code}%def> <%block name="attention_getter"> ## disable the attention getter on error pages %block> <%block name="main_content"> %if not c.hide_code:
${_("If this error continues to occur, please notify the developers with a description of what you were trying to do.")|n} ${_("An automated email message describing the situation has been sent to our developers.")}
%endif %block>