{gettext("Records")}

<%!-- TODO: replace with OSS version --%>
<.album_preview record={@latest_record} title={gettext("Latest purchase")} class="col-span-2 sm:col-span-3" /> <.counter title={gettext("Total collection")} count={@collection_count} path={~p"/collection"} /> <.counter title={gettext("Total wishlist")} count={@wishlist_count} path={~p"/wishlist"} />

{gettext("Formats")}

<%!-- TODO: replace with OSS version --%>
{format_label(format)}
<.link class="text-xl lg:text-2xl font-semibold hover:text-zinc-500 dark:text-zinc-300 dark:hover:text-zinc-200" navigate={~p"/collection?query=format:#{format}"} > {count}

{gettext("Types")}

<%!-- TODO: replace with OSS version --%>
{type_label(type)}
<.link class="text-xl lg:text-2xl font-semibold hover:text-zinc-500 dark:text-zinc-300 dark:hover:text-zinc-200" navigate={~p"/collection?query=type:#{type}"} > {count}

{gettext("Scrobble activity")}

<%!-- TODO: replace with OSS version --%>