{% extends 'base.html' %} {% block title %}Photos{% endblock %} {% block content %} {% for image in data %}

User :{{ image.user }}

{% for b in image.images %} {% endfor %}
{% endfor %} {% endblock content %}