{% load i18n %} {% load common_filters %} {% load common_tags %} {% comment %} {% endcomment %}
{% comment %}
{% endcomment %}
{% if controller.day_items_size %} {% 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" %} {% trans "Link" %}
project {{ c.name|truncatebefor:"65" }} {{ c.getDate }} {% trans "Browse" %}
screen {{ c.name|truncatebefor:"65" }} {{ c.getDate }} {% trans "Browse" %}
dataset {{ c.name|truncatebefor:"65" }} {{ c.getDate }} {% trans "Browse" %}
plate {{ c.name|truncatebefor:"65" }} {{ c.getDate }} {% trans "Browse" %}
image {{ c.name|truncatebefor:"65" }} {{ c.getDate }} {% trans "Browse" %}
{% else %}

{% trans "No data." %}

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