{% if user_info.is_staff %}
Staff
{% endif %}
{% if user_info.is_superuser %}
Superuser
{% endif %}
Authenticated
{% endif %}
How to get your API token?
Your API token can be found in your user profile or generated through the Django admin panel.
Contact your system administrator if you need assistance obtaining your token.