{{ package.name[:20] }}
{% if package.countdownEnds %}
{{ __("Ending Soon!") }}{% endif %}
{{ __("Ending Soon!") }}{% endif %}
{% if package.customPrice == false and package.price > 0.00 %}
{% if package.discount.applied %}
{{ package.discount.original|money }}
{% endif %}
{{ package.price|money }} {{ basket.currency }}
{% endif %}