Management Users
Orders Statement
{% if orders %}
ID | Order ID | User ID | Price | Phone | Currency | Package | Duration | Status |
---|---|---|---|---|---|---|---|---|
{{ order.id }} | {{ order.order_id }} | {{ order.user_id }} | ${{ order.price }} | +{{ order.phone }} | {{ order.currency }} | {{ order.package }} | {{ order.duration }} | {{ order.status }} |
Total | ${{total_price}} | |||||||
Sonetel Total Price | ${{total_price_sonetel}} | |||||||
Profit | ${{profit}} |
No orders found.
{% endif %}