data['option'] ?? new NullInvestmentObject(); $isNew = $option->id === 0; ?>
request->uri->fragment === 'c-tab-1' ? ' checked' : ''; ?>>
getHtml('Option'); ?>
request->uri->fragment === 'c-tab-2' ? ' checked' : ''; ?>>
data['attributeView']->render( $option->attributes, $this->data['attributeTypes'] ?? [], $this->data['units'] ?? [], '{/api}finance/investment/option/attribute?csrf={$CSRF}', $option->id ); ?>
request->uri->fragment === 'c-tab-4' ? ' checked' : ''; ?>>
data['note']->render('option-note', 'notes', $option->notes, '{/api}finance/investment/option/note?csrf={$CSRF}', (string) $option->id); ?>
request->uri->fragment === 'c-tab-5' ? ' checked' : ''; ?>>
data['media-upload']->render('option-file', 'files', '', $option->files, '{/api}finance/investment/option/file?csrf={$CSRF}', (string) $option->id); ?>