{% set tdcls = '' %} {% if meal_of_orders is defined and meal_of_orders is not empty %} {# {% for i in 1..60 %}
{{i}}
{% endfor %} #} {% for meal_of_orders in meal_of_orders %} {% set addOnCount = 0 %} {% if meal_of_orders.raw_eggs != 0 %} {% set addOnCount = addOnCount + 1 %} {% endif %} {% if meal_of_orders.white_eggs != 0 %} {% set addOnCount = addOnCount + 1 %} {% endif %} {% if meal_of_orders.carbs_amount != 0 %} {% set addOnCount = addOnCount + 1 %} {% endif %} {% if meal_of_orders.proteins_amount != 0 %} {% set addOnCount = addOnCount + 1 %} {% endif %}
{{meal_of_orders.unique_no}} {{meal_of_orders.firstCharacter}}
{{meal_of_orders.product_name}}
{% if meal_of_orders.proteins_amount != 0 %} Pro - {{meal_of_orders.proteins_amount}} / {% endif %} {% if meal_of_orders.carbs_amount != 0 %} Carb - {{meal_of_orders.carbs_amount}} {% endif %} {% if meal_of_orders.raw_eggs != 0 %} Raw Egg - {{meal_of_orders.raw_eggs}} / {% endif %} {% if meal_of_orders.raw_eggs != 0 %} White Egg - {{meal_of_orders.white_eggs}} {% endif %}
{#
{{meal_of_orders.unique_no}}

Chicken Chilly with fried rice and sauce

Pro - {{meal_of_orders.proteins_amount}} / Carb - {{meal_of_orders.proteins_amount}} Raw Egg - {{meal_of_orders.raw_eggs}} / White Egg - {{meal_of_orders.white_eggs}}

#} {% endfor %} {% endif %}