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