{% 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 pretitle %} {% trans 'Configurations' %} {% endblock %} {% block content %} {% if configs %} {# table 0 - start #}
ID | NAME | TRACE | SYS_THARGS | SYS_WEIGHTS | SYS_CONSISTENCY | SYS_VERSION | Date/time |
{{ config.id }} | {{ config.name }} | {{ config.TRACE }} | {{ config.SYS_THARGS }} | {{ config.SYS_WEIGHTS }} | {{ config.SYS_CONSISTENCY }} | {{ config.SYS_VERSION }} | {{ config.datetime }} |
Session id | State | User id | Task id | Config id | Iterations | Date/time |
{{ s.id }} | {{ s.evaluation }} | {{ s.user_id }} | {{ s.task_id }} | {{ s.config_id }} | {{ s.iterations }} | {{ s.datetime }} |
No session data in the database. |
{% trans 'What is a Config'%}{% trans 'Settings for the retrieval system.'%} {% if message %} {{ message }}{% endif %} |
{% trans 'Irreversible operation'%}{% trans 'Delete the configuration and all related evaluations'%} {# button to delete the current configuration #} |