{% load static %}
{% if user.is_superuser %}Super Admin{% elif user.is_staff %}Staff{% else %}User{% endif %}