{% extends "base_side_categories.html" %} {% block title %}{{ _('Oops') }}{% endblock %} {% block content %} {% trans home="/" %}

Oops! We had an error.

We'll get to fixing that soon.

You can try refreshing the page, or head back to the Add-ons homepage.

{% endtrans %} {% endblock %} {# Hide "Internal Server Error" message. #} {% block outer_content %}{% endblock %}