{% load base_filters %} {% load base_tags %}
{% if detail_view %}
{% if user.profile.is_superuser or user.pk == profile.creator_id or user.pk == profile.owner_id %} {% meta_creator_owner profile %} {% endif %}
{% endif %}
{% if user.profile.is_superuser %}
{% endif %}