{% extends "registration/base.html" %} {% load retrieval_extras %} {% 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 %} {% if qdb %}

COLLECTION INFO

{% for item in qdb.collections %} {{ item.db_name }}
{% endfor %}


Active collection: {{ qdb.collection_tbl }}
Collection size: {{ qdb.collection_size }}

{% else %}

COLLECTION INFO


ANONYMIZED

{% endif %} {% endblock %}