{#if !clientDb} Loading DB... {/if}
{#if (formMal ?? "").trim() && data.username && (data.malResponse?.data.length ?? 0) === 0}No anime returned from MAL (did you set a restrictive status?).
{/if} {#if (formMal ?? "").trim() && data.username && (data.malResponse?.data.length ?? 0) > 0 && data.songRows.length === 0}No songs matched in the local database. This likely means none of the MAL anime IDs exist in the AMQ DB.
{/if} {#if data.songRows.length > 0}More results exist on MAL, but pagination is not wired yet.
{/if}