{% extends "base.html" %} {% load i18n %} {% comment %} Copyright 2010 Canonical Ltd. This software is licensed under the GNU Affero General Public License version 3 (see the file LICENSE). {% endcomment %} {% block title %} {% trans "Oops!" %} {% endblock %} {% block text_title %}

Oops!

{% endblock %} {% block content %}

{% blocktrans %}Sorry, something just went wrong in Ubuntu One.{% endblocktrans %}

{% if errormsg %}

{{ errormsg }}

{% endif %}

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

OOPS ID: {{ oopsid }}

{% if request.sentry.id %}

Sentry ID: {{ request.sentry.id }}

{% endif %}
{{traceback}}
          
{% endblock %}