{#if isLoading}
{:else}

Price History {#if currentPrice !== null} ({currentCurrency} {currentPrice.toFixed(2)} {#if priceChange !== null} {priceChange >= 0 ? '+' : ''}{priceChange.toFixed(2)}% {/if} ) {/if}

{#if lastUpdated}

Last updated: {lastUpdated.toLocaleString('en-GB', { day: '2-digit', month: '2-digit', year: 'numeric', hour: '2-digit', minute: '2-digit', hour12: true })}

{/if}
{#each ranges as range} {/each}
{/if}