{% extends "retrieval/search/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 sidebar_help %}
TEST HELP
|
SEARCH INFO
|
ASSISTANT INFO{% if user.is_authenticated and user.is_staff %} {# buttons to change the reference image #} New {# Query #} Target Info {% endif %}{% for answer in qa.answers3 %} {% for item in answer.images %} {{ item.improb }} {% endfor %} {% endfor %} |