Asset Types
{#each $assetTypes as type}
{selectAssetType(type)}}>
{type.name}
{type.description}
{/each}
Assets
{#if dirtyAsset}
{#each $assetTypes as assetType}
{assetType.name}
{/each}
Provide a unique asset ID string.
Provide a unique serial string for the asset.
check
close
{/if}