{% set show_delivery_option = False %}

Basket

Basket icon
{% for basket_item in model.basket.items %} {% include 'components/store/_basket_item.html' %} {% endfor %}

Total: {{ model.output_basket_total() }}

{% if not model.app.is_included_VAT %}

+ VAT

{% endif %}

Buy some shit dawg!