{% load i18n %} {% load tagging_tags %} {% load threadedcommentstags %}

{% trans "Photos" %}

{% if owner.added_photos.all %}
{% for photo in owner.added_photos.all %} {% endfor %}
{% else %} {% trans "No photos uploaded yet." %} {% endif %}