{#if $controlledDocument !== undefined && changeControl}
{#if $isEditable} { void handleFieldUpdated('description', ev) }} /> {:else} {changeControl.description ?? '—'} {/if}
{#if $isEditable} { void handleFieldUpdated('reason', ev) }} /> {:else} {changeControl.reason ?? '—'} {/if}
{#if $isEditable} { void handleFieldUpdated('impact', ev) }} /> {:else} {changeControl.impact ?? '—'} {/if}
{#if $isEditable || changeControl.impactedDocuments.length > 0} updateCCField('impactedDocuments', detail)} /> {:else}
{/if}