{data.name} • Revival Archive
{#if data.logo} {/if} ← Back to Index

{data.name}

{#if data.defunct}

[defunct]

{/if}
{when(data.date)} {#if data.updated}
{when(data.updated, true)} {/if}

Rating

{#each Object.keys(ratingCategories) as category}
{/each}
{category.charAt(0).toUpperCase() + category.slice(1)}
{#if data.revivals.length > 0}

Other revivals

{#each data.revivals as revival}
{#if revival.logo} {/if}

{revival.name}

{#if revival.defunct}

[defunct]

{/if}
{when(revival.date)}
{/each}
{/if}