{% extends "base.html" %} {% block body %}
{{locale.buy_history}}
{% if history is not empty %} {% for row in history %} {% endfor %}
{{locale.product}} {{locale.date}}
{{row.data}} {{row.timestamp|date("d-m-Y - H:i")}}
{% else %} {{locale.buy_history_empty}} {% endif %}
{% endblock %}