{% extends 'base.html' %} {% block page_title %}{{ _('Application Error') }}{% endblock %} {% block body_class %}error-page{% endblock %} {% block content %}
Sorry, but we encountered an unexpected error and can't process your request. You can try again by refreshing your browser or you can file a bug letting us know what happened and we'll get right on fixing the problem.
If refreshing the page didn't work, you can head to the Mozillians home page to find out more about Mozillians. Sorry about this!
{% endtrans %} {% endblock content %}