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