{% trans "My basket" %}
{% with lines=basket.get_lines %}-
{% for line in lines %}
{% for subject, quantity, unit_amount, total_amount in line.get_items %}
- {{ line.user_name }} - {{ subject }} {% blocktrans with amount=total_amount|floatformat:"2" %}{{ amount }}€{% endblocktrans %} {% endfor %} {% endfor %}