{{ __('vpn.get_config_title', ['name' => $name]) }}

@if ($config === null)

{{ __('vpn.get_config_body') }}

{{-- autocomplete hint keeps password managers from offering to save this as a new login for the site. --}}
{{ __('vpn.cancel') }} {{ __('vpn.reveal') }}
@else
{{ $config }}
{{ __('vpn.download') }} {{ $showQr ? __('vpn.qr_hide') : __('vpn.qr_show') }}

{{ __('vpn.copy_failed') }}

@if ($qrSvg)
{!! $qrSvg !!}

{{ __('vpn.qr_hint') }}

@endif
{{ __('common.close') }}
@endif