{# RESUME #}
Pending Requests | {% for status in demandsstatus %} {% if status.name == "Pending" %} {{ status.total }} {% endif %} {% endfor %} |
---|---|
Assigned Requests | {% for status in demandsstatus %} {% if status.name == "Assigned" %} {{ status.total }} {% endif %} {% endfor %} |
Declined Requests | {% for status in demandsstatus %} {% if status.name == "Declined" %} {{ status.total }} {% endif %} {% endfor %} |