{% extends 'Webcashier/base.html' %} {% block content %}
{% csrf_token %} {% for pd in order %} {% if pd.p_type == 'COLD' %}
{% endif %} {% endfor %}
{% endblock %}