Iasystem Search (Proxy)
{% url 'restclients_proxy' 'iasystem' 'uw/api/v1/evaluation.html' as uw_url %}
{% if uw_url %}
- Seattle Domain
{% endif %}
{% url 'restclients_proxy' 'iasystem' 'uwb/api/v1/evaluation.html' as uwb_url %}
{% if uwb_url %}
- Bothell Domain
{% endif %}
{% url 'restclients_proxy' 'iasystem' 'uwt/api/v1/evaluation.html' as uwt_url %}
{% if uwt_url %}
- Tacoma Domain
{% endif %}
{% url 'restclients_proxy' 'iasystem' 'uweo_ap/api/v1/evaluation.html' as ap_url %}
{% if ap_url %}
- PCE AP
{% endif %}
{% url 'restclients_proxy' 'iasystem' 'uweo_ielp/api/v1/evaluation.html' as ielp_url %}
{% if ielp_url %}
- PCE IELP
{% endif %}