{% extends "retrieval/base.html" %} {% block bodyclass %}dashboard3{% endblock %} {% comment %} ########################################################################### # # # Copyright (c) 2011 - Idiap Research Institute # # http://www.idiap.ch/ # # # # See file COPYING for the license associated to this software # # # ########################################################################### {% endcomment %} {% block sidebar_collection %} {% endblock %} {% block sidebar_user %} {% endblock %} {% block pretitle %} {% trans 'Recorded sessions' %} {% if qsessions %}
  Size: {{ qsessions.size }}. On page, from {{ qsessions.id_from }}. << / >>
{% endif %} {% endblock %} {% block content %} {% if qsessions %} {# #} {# #} {# #} {# #} {% for s in qsessions.sessions %} {# #} {# #} {% endfor %}
ID State Iterations ActionWeightsDisp/fdbk TraceTimingDate/time
{{s.id}} {{s.evaluation}} {{s.iterations}} {{s.actionH}}{{s.weightsH}}{{s.dispfdbkH}} {{s.traceH}}{{s.timingH}}{{s.datetime}}
{% else %} No session data in the database. {% endif %} {% endblock %}