{% load i18n %} {% load markup %} {% load custom_tags %} {% load wikitags %} {% if share.imgSize %}
Loading
{% for c in share.imageInShare %} {% endfor %}
{% trans "Image" %} {% trans "Name" %} {% trans "Date" %}
{% if share.share.isOwned %} image {% else %} image {% endif %} {{ c.name|truncatebefor:"65" }} {{ c.getDate }}
{% else %}

{% trans "No data." %}

{% endif %}