{% load base_filters %} {% load base_tags %} {% load photo_tags %} {% load perm_tags %} {% load humanize %} {% load i18n %} {% if image %}
{% if user.is_authenticated %} {% if not user.profile.is_superuser %} {% if user == image.creator or user == image.owner %}
Owned by you{% if not image.status_detail == "active" %} - status: {{ image.obj_status }}{% endif %}
{% endif %} {% endif %} {% if user.profile.is_superuser or user == image.creator or user == image.owner %} {% meta_creator_owner image %} {% endif %} {% endif %}
{% if user.profile.is_superuser %}
{% endif %} {% endif %}