{% 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_annotations == 0 %} {% else %} {% for (aid, gid, imgsetid_list_str_, src, name, exemplar, species, viewpoint, quality, sex, age, reviewed, interest) in annotation_list %} {% endfor %} {% endif %}
ID Thumbnail Source Image Name Is Exemplar Species Viewpoint Quality Sex / Age Image ImageSet
Sorry, no annotations to display
{{ aid }}{% if interest %}*{% endif %} {{ src }} {{ name }} {{ exemplar }} {{ species }} {{ viewpoint }} {{ quality }} {{ sex }} / {{ age }} Go to Go to
{% endblock %} {% block content_custom_javascript %} {% endblock %}