12. {{ __('general.Duty to inform') }}

{{-- Frage 1 --}}

{{ __('general.Does the procedure give rise to information obligations under Art. 13 and/or Art. 14 GDPR?') }}

{{-- Restliche Felder nur anzeigen, wenn "Ja" gewählt wurde --}} {{--Für welche Betroffene? (Lesen wir alle Personenkreis von Abschnitt 6, dass gewählt wurden) --}}
@if($showQuestion5)

{{ __('general.List of affected groups of people:') }}

    @foreach($vvtOptions as $vvt)
  • {{ $vvt->persk_txt }}
  • @endforeach
@endif {{-- Drei weitere Fragen mit Ja/Nein-Buttons --}} @if($showQuestion2)

{{ __('general.Does the change in procedure give rise to new information obligations?') }}

@endif @if($showQuestion3)

{{ __('general.Has the documentation already been adapted?') }}

@endif @if($showQuestion4)

{{ __('general.Has the new information already been provided to those affected?') }}

@endif @if(!$readonly && isset($answersInfoPfli[1]) && $answersInfoPfli[1] === 'ja')

Wählen Sie bitte die Dateien aus, die Sie hochladen möchten:

{{-- Text --}}

Auf den Button klicken oder Dateien auf den Button ziehen (Drag & Drop)

{{-- "Button" für browser Upload--}}

{{-- echter Input (hidden) --}}
@endif @foreach($this->dateien as $file) @endforeach