{{ __('profile.dsgvo_description') }}
@if ($user->dsgvo_consent_file) @php $ext = strtolower(pathinfo($user->dsgvo_consent_file, PATHINFO_EXTENSION)); $dsgvoIsPdf = $ext === 'pdf'; $dsgvoIsImage = in_array($ext, ['jpg', 'jpeg', 'png', 'gif', 'webp']); @endphp {{-- Status-Banner --}}@if ($user->isDsgvoConfirmed()) {{ __('profile.dsgvo_confirmed') }} {{ __('profile.dsgvo_confirmed_by', [ 'name' => $user->dsgvoAcceptedBy?->name ?? '—', 'date' => $user->dsgvo_accepted_at->translatedFormat(__('ui.date_format')) ]) }} @else {{ __('profile.dsgvo_pending') }} @endif
{{ __('profile.delete_account_hint') }}
@php $orphanedChildren = $user->getOrphanedChildren(); @endphp @if ($orphanedChildren->isNotEmpty()){{ __('profile.delete_warning_children') }}