{% if name %}

Hello, {{ name }}!

{% if counts|length > 0 %}

You've had {% for c in counts %} {%- if counts|length > 1 -%} {%- if loop.last -%} {%- if counts|length > 2 -%} , {% endif %} and {%- elif not loop.first -%} , {% endif %} {% endif %} {{ c[1] }} {% if c[0] == "" %} other beverage {%- else -%} {{ c[0] }} {%- endif -%} {%- if c[1] != 1 -%}s{%- endif -%} {% endfor %} today.

{% endif %}

{% if flavors %}

{% for flavor in flavors %} {% endfor %}
{% endif %}


{% for id in identifiers %} {% endfor %}
Identifiers:
#{{ id[1] }}
{% else %}

Use your card/token to log in...

{% endif %}