Notifications for {subscription!.topic}:

← Return to Subscriptions
{#if notifications.length === 0}

No notifications found for this topic.

{:else} {/if} {#if !allLoaded && notifications.length > 0}
{/if} {#if selectedNotification}

Notification Details

Title:

{selectedNotification.title}

Message:

{selectedNotification.message}

Priority:

{selectedNotification.priority}

Created At:

{new Date(
							selectedNotification.created_at
						).toLocaleString()}
{/if}