{% translate "Your orders per drink" %}
{% if noyopd %}{% translate "drink" %} | {% translate "count" %} |
---|---|
{{ row.0 }} | {{ row.1 }} |
{% translate "No history." %}
{% endif %}
{% translate "All orders per drink" %}
{% if noaopd %}{% translate "drink" %} | {% translate "count" %} |
---|---|
{{ row.0 }} | {{ row.1 }} |
{% translate "No history." %}
{% endif %}
{% translate "Your orders per month (last 12 months)" %}
{% if yopml12m %}{% translate "month" %} | {% translate "count" %} |
---|---|
{{ row.0 }} | {{ row.1 }} |
{% translate "No history." %}
{% endif %}
{% translate "All orders per month (last 12 months)" %}
{% if aopml12m %}{% translate "month" %} | {% translate "count" %} |
---|---|
{{ row.0 }} | {{ row.1 }} |
{% translate "No history." %}
{% endif %}
{% translate "Your orders per weekday" %}
{% if yopwd %}{% translate "day" %} | {% translate "count" %} |
---|---|
{{ row.0 }} | {{ row.1 }} |
{% translate "No history." %}
{% endif %}
{% translate "All orders per weekday" %}
{% if aopwd %}{% translate "day" %} | {% translate "count" %} |
---|---|
{{ row.0 }} | {{ row.1 }} |
{% translate "No history." %}
{% endif %}