{% extends BASE %} {% block bodyclass %}dashboard{% endblock %} {% comment %} ########################################################################### # # # Copyright (c) 2011 - Idiap Research Institute # # http://www.idiap.ch/ # # # # See file COPYING for the license associated to this software # # # ########################################################################### {% endcomment %} {% block content %}
{% if nb_sessions %} {% trans 'Thank you' %}{% blocktrans %}You have submitted {{ nb_sessions }} evaluations{% endblocktrans %}. {% else %}{% trans 'Welcome' %}{% blocktrans %}You did not submit any evaluation{% endblocktrans %}. {% endif %} |
||