{% load static %}
{% comment %} {% endcomment %}Role: {% if request.user.is_superuser == True %} Admin {% elif request.user.is_superuser == False and request.user.is_staff == True %} Staff {% endif %}
{% endif %}Hello {{user.first_name}}
{% if request.user.is_authenticated == True %}