{% load static %}
{{ user.get_full_name|default:user.username }} {{ current_user_management_tier.title }}
{% if user.profile.profile_pic %} {{ user.username }} {% else %}
{% endif %}
{% if can_view_user_directory %} {% endif %} {% if can_view_activity_log %} {% endif %}
{% csrf_token %}