{% extends 'psu_base.html' %} {% load base_taglib %} {%block title%}Proxy Search{%endblock%} {% 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%} {%endif%} {%if can_proxy%} {%endif%}
{%endif%}
{% endblock %}