This is data monitoring page
move to upload page
order_data
2023-10-01
{% for row in date %}
{{ row }}
{% endfor %}
Filter
order_data
item_id
price
country_code
{% for row in result %}
{{ row[0] }}
{{ row[1] }}
{{ row[2] }}
{{ row[3] }}
{% endfor %}