{{ __('Event cancelled.') }}
@if ($cs['refunds_issued'] > 0){{ trans_choice(':count paid registration refunded.|:count paid registrations refunded.', $cs['refunds_issued']) }}
@endif @if ($cs['refunds_failed'] > 0){{ trans_choice(':count refund could not be processed automatically โ please handle manually.|:count refunds could not be processed automatically โ please handle manually.', $cs['refunds_failed']) }}
@endif @if ($cs['notifications'] > 0){{ trans_choice(':count person notified.|:count people notified.', $cs['notifications']) }}
@endif @if ($cs['charge_amount'] > 0){{ __('Refund processing costs of โฌ:amount have been charged to you via Mollie.', ['amount' => number_format($cs['charge_amount'], 2, ',', '.')]) }}
@endif{{ count($activeFilters) > 0 ? __('No events match your filters.') : __('No upcoming events.') }}
@if(count($activeFilters) > 0) {{ __('Clear filters') }} @endif{{ $event->title }}
{{ $event->starts_at->translatedFormat('j M Y') }}
๐ {{ $event->starts_at->translatedFormat('l j F Y') }} {{ $event->starts_at->format('H:i') }}@if($event->ends_at) โ {{ $event->ends_at->format('H:i') }}@endif
{{-- Titel + tagline --}}{{ $event->tagline }}
@endif