{# vim: set ts=2 et sts=2 sw=2: #} {% extends "base.html" %} {% set title = _('An Error Occurred') %} {% block content %}

{{ title }}

{% trans %}Oh, no! It looks like an unexpected error occurred. We've already notified the site administrators. Please try again now, or in a few minutes.{% endtrans %}

{% endblock %}