Revival Index
{#if revivals.length > 0}
{#each revivals as revival}
{revival.name}
{#if revival.defunct}
[defunct]
{/if}
{#each revival.clients || [] as year}
{year}
{/each}
{#if revival.logo}
{/if}
{@html revival.overview || ""}
{#if revival.rating}
Rating:
{/if}
{/each}
{:else}
No revivals yet. Watch this space!
{/if}