AS
Size: a a a
AS
R
ММ
<section id="header">
<div class="top-bl">
<div class="container">
<div class="cart" style="color: #1b1e21">
{% with total_items=cart|length %}
{% if cart|length > 0 %}
details
<a href="{% url "cart:CartDetail" %}">
{{ total_items }} тов. {{ cart.get_total_price }} руб.
</a>
{% else %}
empty
{% endif %}
{% endwith %}
</div>
</div>
</div>
</section>
AS
AS
AS
R
AS
YA
R
RQ
AS
AS