{% extends "base-layout.html" %} {% comment %} Copyright 2010-2011 Canonical Ltd. This software is licensed under the GNU Affero General Public License version 3 (see the file LICENSE). {% endcomment %} {% load i18n %} {% block page_title %} {% trans "Error" %} {% endblock %} {% block page_label %} {% trans "Internal server error" %} {% endblock %} {% block content %}
{% if errormsg %}

{{errormsg}}

{% endif %}

{% blocktrans %}We’ve recorded what happened, and we’ll fix it as soon as possible. Apologies for the inconvenience.{% endblocktrans %}

{{traceback}}
    
{% endblock %}