{% if package.customPrice %} {{ __("You decide how much to pay.") }} {% elseif package.price == 0.00 %} {{ __("This item is free.") }} {% else %} {{ package.price|money }} {{ basket.currency }} {% endif %}
{% if package.basket %} {{ __("Remove") }} {% else %} {% if package.type != "single" %} {{ __("Subscribe") }} {% endif %} {% if package.type != "subscription" %} {{ __("Add to cart") }} {% endif %} {% endif %} {% if package.disable_gifting == false and package.storeGiftingEnabled %} {{ __("Gift this package") }} {% endif %}
Gift