Thanks for your order, but is that all? {{ loginacc[0] }}
Yes
{% if current_url == '/completeorder' %}
No
{% endif %}
{% if error %}
{{ error }}
{% endif %} {% if current_url == '/cardchecker' %}
Enter your card (security):
Confirm
{% elif current_url == '/change' %}
+
-
What you chose:
Price
{% for i in range(foodlen) %}
{{ food[i] }}
${{ price[i],count+1 }}
{% endfor %}
Total:
${{ total }}
New Total:
${{ new_total }}
{% endif %}