{% load i18n %} {% load markup %} {% load custom_tags %} {% load wikitags %}

{{ eContext.breadcrumb.2 }} {{ eContext.breadcrumb.1 }} {% if controller.day_items_size %}{{ controller.total_items_size }} {% plural controller.total_items_size 'item' 'items' %}{% endif %}

{% if controller.day_items_size %}
Loading
{% for i in controller.day_items %} {% for c in i.project %} {% endfor %} {% for c in i.screen %} {% endfor %} {% for c in i.dataset %} {% endfor %} {% for c in i.plate %} {% endfor %} {% for c in i.image %} {% endfor %} {% endfor %}
{% trans "Object" %} {% trans "Name" %} {% trans "Date" %}
project {{ c.name|truncatebefor:"65" }} {% if c.annotation_counter %}a{% endif %}{% if not c.isOwned %} l{% endif %} {{ c.getDate }}
screen {{ c.name|truncatebefor:"65" }} {% if c.annotation_counter %}a{% endif %}{% if not c.isOwned %} l{% endif %} {{ c.getDate }}
dataset {{ c.name|truncatebefor:"65" }} {% if c.annotation_counter %}a{% endif %}{% if not c.isOwned %} l{% endif %} {{ c.getDate }}
plate {{ c.name|truncatebefor:"65" }} {% if c.annotation_counter %}a{% endif %}{% if not c.isOwned %} l{% endif %} {{ c.getDate }}
image {{ c.name|truncatebefor:"65" }} {% if c.annotation_counter %}a{% endif %}{% if not c.isOwned %} l{% endif %} {{ c.getDate }}
{% else %}

{% trans "No data." %}

{% endif %} {% if manager.c_size %}

{% trans "Legend" %}: project - {% trans "Project" %}; dataset - {% trans "Dataset" %}; screen - {% trans "Screen" %}; plate - {% trans "Plate" %};

{% endif %} {% include "webclient/history/history_paging.html" %}