{% extends "baselayout.html" %} {% load i18n %} {% block title %} {% translate "Drinks - History" %} {% endblock %} {% block content %}

{% translate "History" %}

{% if history %} {% for h in history %} {% endfor %}
{% translate "last 30 actions" %}
{{ h.0 }} {{ h.1 }}
{% else %} {% translate "No history." %} {% endif %} {% endblock %}