{{ __('withdrawal.admin_title') }}

{{ __('withdrawal.admin_sub', ['name' => $customerName]) }}

@if ($refusal !== null) {{-- The same sentence the customer would be shown. An operator being told "nicht möglich" in developer's words would then explain it to the customer in their own, and the two would not match. --}}
{{ $refusal }}
@else
{{ __('withdrawal.admin_window') }}
{{ $right->endsAt?->local()->isoFormat('LL') }}
{{-- Nothing is charged for them any more. Still shown, because an operator taking a withdrawal on the telephone is asked how long the cloud has been running and should not have to work it out. --}}
{{ __('withdrawal.admin_delivered') }}
{{ $deliveredDays }} / {{ $termDays }}

{{ __('withdrawal.admin_effect') }}

@endif
{{ __('withdrawal.keep') }} @if ($refusal === null) {{ __('withdrawal.admin_confirm') }} @endif