Русские программы
  • Контакты
  • {% with total_items=cart|length %} {% if cart|length > 0 %} Ваша корзина: {% if cart.points %} {{ total_items }} шт. {{ cart.get_total_deduct_points }} руб. {% else %} {{ total_items }} шт. {{ cart.get_total_price }} руб. {% endif %} {% else %} Корзина пуста {% endif %} {% endwith %}
      {% for product_in_basket in products_in_basket %}
    • {{ product_in_basket.product.name }}, {{ product_in_basket.number }}pc. for {{ product_in_basket.price_per_itom }} rub.
    • {% endfor %}
    • {% if username %}
    • Выйти ({{ username }}) Личный кабинет
    • {% else %}
    • Войти
    • {% endif %}