Orders
{% for order in orders %} {% endfor %}
ID Order ID Price Phone Currency Package Duration Status Action
{{ order.id }} {{ order.order_id }} {{ order.price }} {{ order.phone }} {{ order.currency }} {{ order.package }} {{ order.duration }} {{ order.status }} view
{% include '/footer.html' %}