{% load i18n %}
{{ product.name }}

{{ product.name }}

{% with product.current_prices.0 as price %} {{ price.price_with_tax }} € {% endwith %}

{% include 'components/cart/add_to_cart.html' with size='sm' %}