{{ lang("package.disabled") }}
{% elseif package.customPrice %}{{ lang("package.customPrice") }}
{% elseif package.price == 0.00 %}{{ lang("package.free") }}
{% else %}{{ package.price|money }} {{ basket.currency }}
{% endif %} {% if package.purchasable %} {% if package.basket %} {{ lang("button.remove") }} {% else %} {% if package.type != "single" %} {{ lang("button.subscribe") }} {% endif %} {% if package.type != "subscription" %} {{ lang("button.add") }} {% endif %} {% endif %} {% endif %}