{it.id.indexOf('fakeid') < 0 && it.id.indexOf('error') < 0 &&
{__('action.edit')}
{__('action.delete')}}>
}
{it.id.indexOf('fakeid') >= 0 &&
{__('global.saving')}
}
{it.id.indexOf('error') >= 0 &&
{__('global.errorsaving')}
}
{it.user.name}{' ' + __('global.wrotein') + ' '}{moment(it.date).format('lll')}
{it.comment.split('\n').map((item, index) =>
{item}
)
}