{% extends "webclient/base/base.html" %} {% load i18n %} {% load markup %} {% load custom_tags %} {% block link %} {% endblock %} {% block jscript %} {% endblock %} {% block script %} {% endblock %} {% block center %}

Basket

{% if basket.sizeOfBasket %}
Loading
{% for c in basket.imageInBasket %} {% endfor %}
{% trans "Image" %} {% trans "Name" %} {% trans "Date" %} {% trans "Negative" %} {% trans "Positive" %}
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 %} {% endblock %} {% block right %}

{% trans "Basket" %}

{% trans "This page shows the current contents of your basket." %} {% if not basket.sizeOfBasket %} {% trans "Your basket is empty. Please add some of your bio-data from" %} {% trans "Data" %} {% trans "or initiate a discussion." %} {% else %}

Loading

{% trans "Now you can manage items from your basket by selecting them and then clicking the button on the toolbar. To select more then one item just click and move mouse over them or use CTRL key and select each individual. Selected items are market by gray." %} {% endif %}

{% endblock %}