- {% if item.Section__c == 'Soft Drinks' %}
-
- {% else %}
-
- {% endif %}
- {% if item.Section__c != 'Apetizer' and item.Section__c != 'Customized dish' and item.Section__c != 'Soft Drinks' %}
-
- {% endif %}
+
+
+ {% if item.Section__c == 'Soft Drinks' %}
+
+ {% else %}
+
+ {% endif %}
+ {% if item.Section__c != 'Apetizer' and item.Section__c != 'Customized dish' and item.Section__c != 'Soft Drinks' %}
+ Customisable
+ {% endif %}
+