{% if basket.username %}
{{ lang("button.logout") }}
{% endif %}
-
{% for currency in store.currencies %}
{% if currency.code in [store.currency, "AUD", "BRL", "CAD", "DKK", "EUR", "NOK", "NZD", "GBP", "SEK", "USD", "PLN"] %}
- {{ currency.code }} {% endif %} {% endfor %}
{% if basket.packages|length > 0 %}
-
{% for package in basket.packages %}
-
{{ package.name[:25] }}{{ package.price|money }} {{ basket.currency }}
{% endfor %}
-
{{ lang("basket.total") }}: {{ basket.price|money }} {{ basket.currency }}
{{ lang("title.index") }}
{{ index.description|raw }}