{#if statsError}
{at(revenueChartHintKey(), {}, "")} {at("stats_revenue_no_chart", {}, "")} {at("stats_panel_unavailable_detail", {}, "")}
{at("stats_panel_inner_nodes_hint", {}, "")}
{at(
"stats_panel_nodes_overflow",
{ count: panelNodeTraffic.seven.length - PANEL_NODE_TILE_LIMIT },
""
)}
{at("stats_panel_nodes_empty", {}, "")}
{at("stats_panel_inner_nodes", {}, "")}
{#each stats.recent_payments as p}
{at("id", {}, "")}
{at("user", {}, "")}
{at("amount", {}, "")}
{at("provider", {}, "")}
{at("status", {}, "")}
{at("date", {}, "")}
{/each}
#{p.payment_id}
{p.user_label || p.user_id}
{fmtMoney(p.amount, p.currency)}
{p.provider}
{fmtDate(p.created_at)}