{{ photo.original_name }}
{% if show_owner and photo.owner %}
@{{ photo.owner.username }}
{% endif %}
{% if delete_mode == 'admin' %}
{% elif current_user.is_authenticated and (current_user.is_admin or photo.user_id == current_user.id) %}
{% endif %}