{% extends '../global.html' %} {% load responsive_images %} {% block content %} {% if uploaded_images|length > 0 %}

Images you uploaded

  • {% for image in uploaded_images %} {% endfor %}
  • {% endif %} {% if shared_images|length > 0 %}

    Images shared with you

  • {% for image in shared_images %} {% endfor %}
  • {% endif %} {% endblock content %}