{% extends "webclient/base/base.html" %} {% load i18n %} {% load common_filters %} {% comment %} {% endcomment %} {% block link %} {{ block.super }} {% endblock %} {% block script %} {{ block.super }} {% endblock %} {% block center %}

Basket

{% if basket.sizeOfBasket %}
{% for c in basket.imageInBasket %} {% endfor %}
{% trans "Image" %} {% trans "Name" %} {% trans "Date" %}
image {{ c.name|truncatebefor:"65" }} {% if c.annotation_counter %}a{% endif %}{% if not c.isOwned %} l{% endif %} {{ c.getDate }}
{% else %}

{% trans "Basket is empty" %}

{% endif %}
{% csrf_token %}
{% csrf_token %}
{% endblock %}