request->uri->fragment === 'c-tab-1' ? ' checked' : ''; ?>>
request->uri->fragment === 'c-tab-2' ? ' checked' : ''; ?>>
= $this->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' : ''; ?>>
= $this->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' : ''; ?>>
= $this->data['media-upload']->render('option-file', 'files', '', $option->files, '{/api}finance/investment/option/file?csrf={$CSRF}', (string) $option->id); ?>