|  |  |  | {% if not viewed_user %} | {% endif %} |  |  | 
    {% autopaginate objects 100 as objects_page %}
    
    {% for image in objects_page %}
        {% include 'documents/image_short.html' %}
    {% endfor %}
    
    {% paginate %}
    {% blocktrans count c=objects|length %}{{c}} image{% plural %}{{c}} images{% endblocktrans %}
{% if not objects %}
    
{% trans "No images found." %}
{% endif %}