+
+ | Brazil |
+ {% for qty in order.brazil %}
+ {% if qty %}Qty: {{ qty }}{% endif %} |
+ {% endfor %}
+
+
+ | Dante's Tornado |
+ {% for qty in order.dantes_tornado %}
+ {% if qty %}Qty: {{ qty }}{% endif %} |
+ {% endfor %}
+
+ | Decaf |
+ {% for qty in order.decaf %}
+ {% if qty %}Qty: {{ qty }}{% endif %} |
+ {% endfor %}
+
+ | Ethiopia |
+ {% for qty in order.ethiopia %}
+ {% if qty %}Qty: {{ qty }}{% endif %} |
+ {% endfor %}
+
+ | Loop d' Loop |
+ {% for qty in order.loop_d_loop %}
+ {% if qty %}Qty: {{ qty }}{% endif %} |
+ {% endfor %}
+
+ | Moka Java |
+ {% for qty in order.moka_java %}
+ {% if qty %}Qty: {{ qty }}{% endif %} |
+ {% endfor %}
+
+ | Nicaragua |
+ {% for qty in order.nicaragua %}
+ {% if qty %}Qty: {{ qty }}{% endif %} |
+ {% endfor %}
+
+ | Pantomime |
+ {% for qty in order.pantomime %}
+ {% if qty %}Qty: {{ qty }}{% endif %} |
+ {% endfor %}
+
+ | Sumatra |
+ {% for qty in order.sumatra %}
+ {% if qty %}Qty: {{ qty }}{% endif %} |
+ {% endfor %}
+
+
+