{% load i18n %} {% load pagination_tags %} {% load username from common_tags %}
{% if not viewed_user %} {% endif %}
{% if not viewed_user %} {% endif %} {% with cnt=objects|length %} {% autopaginate objects 100 %} {% for item in objects %} {{ item.short_html|safe }} {% endfor %} {% endwith %}
{% paginate %} {% blocktrans count c=cnt %}{{c}} image{% plural %}{{c}} images{% endblocktrans %}
{% if not objects %}

{% trans "No images found." %}

{% endif %}