{% extends "retrieval/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 'Page not found' %} {% endblock %} {% block content %}
{% trans 'We are sorry, but the requested page could not be found.' %}
Return to the main page.
{% endblock %}