{{ first_letter }}
View Profile
Order History
Logout
Select a Category:
{% for category in categories %}
{{ category }}
{% endfor %}
Customized Dish
Menu
{% if selected_category == "Customized Dish" %}
Create Your Custom Dish
Dish Name
Dish Description
Submit
{% else %} {% for section, items in ordered_menu.items() %}
{{ section }}
{% for item in items %}
{{ item.Name }}
${{ item.Price__c }}
{% if item.Section__c == 'Soft Drinks' %}
−
1
+
ADD
{% else %}
ADD
{% if item.Section__c != 'Apetizer' and item.Section__c != 'Customized dish' and item.Section__c != 'Soft Drinks' %}
Customisable
{% endif %}
{% endif %}
{% endfor %}
{% endfor %} {% endif %}
View Cart
Item Details
Customization Options
Loading customization options...
Custom Request