{% extends 'base.html' %} {% load pagination_tags %} {% block content%}
{% for image in all %}
{{ image.name }}
{% endfor %}
{% endblock content %}