{% extends "base.html" %} {% from "components/alert.html" import Alert %} {% from "components/modal.html" import Modal %} {% from "components/empty_state.html" import EmptyState %} {% block content %} {% call Modal(name='pendingFinancialVerification', dismissable=True) %}
Order ID | Request Date | Requester | Total Apps | Status | Actions |
---|---|---|---|---|---|
{{ r['order_id'] }} {% if r['is_new'] %}New | {% endif %}{{ r['date'] }} | {{ r['full_name'] }} | {{ r['app_count'] }} | {{ r['status'] }} | Download Approval |