{% 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 #} {% for config in configs %} {% ifequal config current_config %}
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 }}
{# table 0 - end/intrerrupt #} {# table 0 - REstart #} {% endifequal %} {% endfor %}
{# table 0 - end #} {% else %} No configurations in the database. {% endif %} {% endblock %} {% block sidebar %}

{% trans 'What is a Config'%}

{% trans 'Settings for the retrieval system.'%}


{% if message %}

{{ message }}

{{ form }}
{% endif %}

{% trans 'Irreversible operation'%}

{% trans 'Delete the configuration and all related evaluations'%}


{# button to delete the current configuration #}
{% endblock %}