{% load i18n %}

{% trans "Items to buy now" %}

{% trans "Quantity" %}

{% if not hide_price %} {% trans "Price" %} {% endif %}

{% if not hide_price %} {% trans "Total" %} {% endif %}