{% load base_taglib %}
{%set_auth_object%}
{%set_current_user%}
{# AUTHENTICATED USER (LOGGED IN) #}
{% if logged_in %}
Logged in as: {{ current_user.display_name }}
{## IMPERSONATION FORM ########################################}
{%if can_impersonate %}
{# Link to Remove Current Impersonation ########}
{% if is_impersonating %}
Be Yourself
{% endif %}
{# Link for impersonation selection form #######}
Impersonate Someone{%if is_impersonating%} Else{%endif%}