{#if iface}
Interface {iface.name}
Attribute
Value
{#each Object.entries(iface) as e}
{e[0]}
{e[1]}
{/each}
{:else}No such interface{/if}