{% extends "retrieval/base.html" %} {% 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 pretitle %} {% trans 'System performance' %} {% endblock %} {% block content %} {# table 0 - start #}
{% if nb_sessions and imurls %} {% blocktrans %}You have submitted {{ nb_sessions }} evaluations{% endblocktrans %}. In the figure, you can see your performance compared to the average over all users. {% else %} {% if nb_sessions %}{% blocktrans %}You have submitted {{ nb_sessions }} evaluations{% endblocktrans %}. If you complete {{ nb_sessions_per_test }} evaluations or more, you will get a figure showing your performance compared to the average over all users. {% else %}{% blocktrans %}You did not submit any evaluation{% endblocktrans %}. If you complete {{ nb_sessions_per_test }} evaluations or more, you will get a figure showing your performance compared to the average over all users. {% endif %} {% endif %} |
||
{% if imurls %}
{% for imurl in imurls %}
|
||