<%= gettext("Basics") %>
<.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"/records"} />
<.counter title={gettext("Total wishlist")} count={@wishlist_count} path={~p"/wishlist"} />
<%= gettext("Formats") %>
<%= gettext("Scrobble activity") %>
-
<%= track.artist.name %>
<%= track.title %>