{% extends 'psu_base.html' %} {% load base_taglib %} Proxy Search Page {% block pagecontent %}

Find a User to Proxy

{%csrf_token%}


{%if found%}
{# ID Card of the resulting user #} {%id_card found%}
{# Option to proxy the selected user #}
{%if_can_impersonate%} {%end_if_can_impersonate%} {%if_has_authority 'proxy'%} {%end_if_has_authority%}
{%endif%}
{% endblock %}