{#if iface}

Interface {iface.name}

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