{% extends "base_short.html" %} {% load i18n staticfiles bootstrap3 %} {% block title %} An error has occurred! {% endblock %} {% block content %}

{% trans " We are sorry, an error has occurred. " %}


{% if urlname %}
You can:

Go back and try again {% endif %} Go to the indexpage
{% endblock %}