{% extends "layout.html" %} {% block content_custom_css %} {% endblock %} {% block content %} {% if filtered %} {% if num_imgsetids > 0 %} {% endif %} {% if num_gids > 0 %} {% endif %} {% if num_aids > 0 %} {% endif %} {% endif %}
{% if num_names == 0 %} {% else %} {% for (nid, annotation_list) in name_list %} {% if annotation_list %} {% else %} {% endif %} {% for (aid, gid, imgsetid_list_str_, src, name, exemplar, species, viewpoint, quality, sex, age, reviewed) in annotation_list %} {% endfor %} {% endfor %} {% endif %}
ID Annot ID Thumbnail Source Image Name Is Exemplar Species Viewpoint Quality Sex / Age Image ImageSet
Sorry, no names to display
{{ nid }} {{ annotation_list[0][-3] }} / {{ annotation_list[0][-2] }}
{{ aid }} {{ src }} {{ name }} {{ exemplar }} {{ species }} {{ viewpoint }} {{ quality }} {{ sex }} / {{ age }} Go to Go to
{% endblock %} {% block content_custom_javascript %} {% endblock %}