{% load static %} {% if pictures_list %} {% for picture in pictures_list %}
{{ picture.name }}
{% endfor %} {% if is_paginated %} {% endif %} {% else %}

No posts were found.

{% endif %}