request->uri->fragment) || $this->request->uri->fragment === 'c-tab-1' ? ' checked' : ''; ?>>
= $this->getHtml('Asset'); ?>
request->uri->fragment === 'c-tab-2' ? ' checked' : ''; ?>>
= $this->data['attributeView']->render(
$asset->attributes,
$this->data['attributeTypes'] ?? [],
$this->data['units'] ?? [],
'{/api}accounting/asset/attribute?csrf={$CSRF}',
$asset->id
);
?>
request->uri->fragment === 'c-tab-3' ? ' checked' : ''; ?>>
= $this->data['media-upload']->render('asset-file', 'files', '', $asset->files, '{/api}accounting/asset/file?csrf={$CSRF}', (string) $asset->id); ?>
request->uri->fragment === 'c-tab-4' ? ' checked' : ''; ?>>
= $this->data['asset-notes']->render('asset-notes', '', $asset->notes, '{/api}accounting/asset/note?csrf={$CSRF}', (string) $asset->id); ?>
request->uri->fragment === 'c-tab-5' ? ' checked' : ''; ?>>