{{ product.name }}
{{ product.description }}
Entrega por unidad: {{ product.amount|number }}{% if product.item_key %} de {{ product.item_key }}{% endif %}.
{{ "%.2f"|format(product.price_cents / 100) }} {{ product.currency }} por unidad.
{% if product.per_account_limit %}Límite por cuenta: {{ product.per_account_limit }}.
{% endif %}