{{ $t('welcome')}}
{{ $t('scan_self')}}
{{ $t('your_score') }} {{ $store.state.user ? $store.state.user .additional_field_values.filter(a => { return [ 'masterclass-1', 'masterclass-2', 'masterclass-3', 'action-dart', 'action-dosenwerfen', 'action-torwand', 'action-basketball', 'action-gluecksrad', 'action-cornhole', 'action-ringwurf', 'boutique-1', 'boutique-2', 'boutique-3', 'boutique-4', 'boutique-5', 'boutique-6', 'boutique-7', ].includes(a.field.key); }).map(a => { if(a.field.key.startsWith('masterclass-')) { return ((parseInt(a.value, 10) || 0) > 0 ? 5 : 0); }else{ return (parseInt(a.value, 10) || 0); } }).reduce((a, b) => a + b, 0) : "-1" }}
{{ $t('scan_self')}}