{% extends "default.html" %} {% load i18n %} {% block title %}{{ block.super }}Error{% endblock%} {% block body %}
{% trans "We have been notified of this and will be working on it quickly." %}
{% blocktrans with request.get_full_path as reqpath %}You may want to try this page again in a little bit.{% endblocktrans %}
{% endblock %}