@extends('layout.default') @if($mode == 'edit') @section('title', $__t('Edit user')) @else @section('title', $__t('Create user')) @endif @section('viewJsName', 'userform') @section('grocyConfigProps') EditMode: '{{ $mode }}', @if($mode == 'edit') EditObjectId: {{ $user->id }}, @if(!empty($user->picture_file_name)) UserPictureFileName: '{{ $user->picture_file_name }}', @endif @endif @endsection @section('content')
{{ $__t('The current picture will be deleted on save') }}
@else{{ $__t('No picture available') }}
@endif