Foo
+ <% if @transactions.any? %> ++ "> + <%= tx["received"] ? "+" : "" %><%= number_with_delimiter tx["amount_sats"] %> + sats + +
++ <%= tx["description"].present? ? tx["description"] : raw("No memo") %> +
++ + <%= tx["datetime"].strftime("%B %e, %H:%M") %> + +
++ No transactions to show. +
+ <% end %>