{% load static %} {% block title %}E - S H O P{% endblock title %}
{% if user.id is None %}

Добро пожаловать, гость!

{% else %}

Добро пожаловать, {{user.first_name | capfirst}}!

{% endif %}
{{quantityyy}} штук : ${{totalll}}
{% for x in cart_itemsss %}
{% endfor %}
Общий = ${{totalll}}

{% if '/cart/' not in request.path %} Перейти в корзину {% endif %}
{% block content %} {% endblock content %}