%inherit file="../template.html" /> <%def name="title()">${_("Error %d") % 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 %snotify the developers%s with a description of what you were trying to do.") % tuple(h.help_link('&&', 'imprint').split('&&'))|n} ${_("An automated email message describing the situation has been sent to our developers.")}
%endif %block>