{% extends "webcatalog/base.html" %} {% load i18n %} {% block title %}{% trans 'Oops!' %}{% endblock %} {% block content %}
{{ errormsg }}
{% endif %}{% blocktrans %}An error occurred which prevented the page you requested from loading. If this problem continues, please consider reporting this problem by sending an e-mail to webmaster@canonical.com{% endblocktrans %}
{{ oops_id }}
{% endblock %}