{% extends "base.html" %} {% block bodyclass %}dashboard2{% endblock %} {% comment %} ########################################################################### # # # Copyright (c) 2011 - Idiap Research Institute # # http://www.idiap.ch/ # # # # See file COPYING for the license associated to this software # # # ########################################################################### {% endcomment %} {% block title %} {% trans 'Server error' %} (500) {% endblock %} {% block content %}
{% trans 'There has been an error. Sorry for the trouble.' %}
Return to the main page.
{% endblock %}