{% load base_tags %} {% load base_filters %}
{% if user.is_authenticated %} {% if not user.profile.is_superuser %} {% if user == location.creator or user == location.owner %}
{% trans 'Owned by you' %}{% if not location.status_detail == "active" %} - status: {{ location.obj_status }}{% endif %}
{% endif %} {% endif %} {% if user.profile.is_superuser or user == location.creator or user == location.owner %} {% meta_creator_owner location %} {% endif %} {% endif %}
{% if user.profile.is_superuser %}
{% endif %}