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

{% translate 'Images you uploaded' %}

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

    {% translate 'Images shared with you' %}

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