MyGrad Search (Proxy)
{% url 'restclients_proxy' 'grad' 'services/students/v1/api/committee.html' as committee_url %}
{% if committee_url %}
- Committee
{% endif %}
{% url 'restclients_proxy' 'grad' 'services/students/v1/api/request.html' as degree_url %}
{% if degree_url %}
- Degree
{% endif %}
{% url 'restclients_proxy' 'grad' 'services/students/v1/api/leave.html' as leave_url %}
{% if leave_url %}
- Leave
{% endif %}
{% url 'restclients_proxy' 'grad' 'services/students/v1/api/petition.html' as petition_url %}
{% if petition_url %}
- Petition
{% endif %}