{% extends 'base.html' %}
{{ user["email"] }}
Age: {{ user["age"] }}
{{ user["phone"][0]["num"] }}
Shipping Address:
{{ user["hno"] }}
{{ user["location"] }}
{{ user["state"]}}, {{ user["country"] }}
Balance: {{ user["balance"] }}
No currently active orders. Your undelivered orders will be shown here.
{% else %} {% for order in ([orders[0][0]] if orders[0]|length == 1 else [orders[0][0], orders[0][1]]) %} {% endfor %} {% if orders[0] | length > 2 %}No history to show. Your past orders will be shown here.
{% else %} {% for order in ([orders[1][0]] if orders[1]|length == 1 else [orders[1][0], orders[1][1]]) %} {% endfor %} {% if orders[0] | length > 2 %}