{{ ctrans('texts.order') }}

@isset($this->context['bundle'])
@foreach($this->items() as $item)
{{ $item['quantity'] }}x {{ $item['product_key'] }} {{ $item['total'] }}
@endforeach
{{ ctrans('texts.one_time_purchases') }} {{ $this->oneTimePurchasesTotal() }}
{{ ctrans('texts.recurring_purchases') }} {{ $this->recurringPurchasesTotal() }}
{{ ctrans('texts.total') }} {{ $this->total() }}
@endif