{% extends 'theme/base.html' %} {% load static %} {% load i18n %} {% block main %} {% include 'components/generic/navbar.html' %} {% for image in product.images.all %} {% endfor %} {{ product.name }} {{ product.price.price_with_tax }} € {% if user.is_authenticated %} {% endif %} {% include 'components/cart/add_to_cart.html' %} {{ product.description }} {% endblock %}
{{ product.price.price_with_tax }} €
{{ product.description }}