{% 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 'Tasks' %} {% endblock %} {% block content %} {% if tasks %} {# table 0 - start #}
ID | Query | Target | USR_THARGS | USR_WEIGHTS | USR_VERSION | Date/time |
{{task.id}} | {{task.query}} | {{task.target}} | {{task.USR_THARGS}} | {{task.USR_WEIGHTS}} | {{task.USR_VERSION}} | {{task.datetime}} |
{% for image in answer.images %}
{{ image.improb }} {% endfor %} |
{% if forloop.counter|divisibleby:"4" %}
No target data in the database. |
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 Task'%}{% trans 'Reference for testing and training.'%} {% if message %} {{ message }}{% endif %} |
{% trans 'Irreversible operation'%}{% trans 'Delete the task and all related evaluations'%} {# button to delete the current task #} |