{% extends 'index/base.html' %} {% load staticfiles %} {% load group_tag %} {% block content %}
{{ product.description|linebreaksbr }}
{{ product.price|linebreaksbr }} zł
{% if request.user|group_tag:"Provider" %} Nowy {% if user == product.manufacturer %} Edytuj Usuń {% endif %} {% endif %} {% if request.user|group_tag:"Customer" %} Dodaj do koszyka Usuń z koszyka {% endif %}