{% extends 'store/Main.html' %} {% load static %} {% block content %}

Enter your details and get your order

{% csrf_token %}


{% for orderid in dic %}
OrderID {{orderid.order}}

{% endfor %}
{% endblock content %}