{% load static %}
{{ request.user.username }}
{% if is_agent %}
View Profile
{% endif %} {% comment %}
Change My Profile
Change My Password
{% endcomment %} {% if request.user.is_authenticated %}
Logout
{% endif %}