Listing of sources and their configured owners

{#await data.sources}
{:then sources}
{#each sources as source} {/each}
Source Name Type Modified Created Owner
{source.name} {source.type} {formatDate(source.modified)} {formatDate(source.created)} {source.owner.name} Open Source
{/await}