%# locals: { trend: } %>
<% if trend.direction.flat? %> No change <% else %> <%= trend.value.is_a?(Money) ? format_money(trend.value) : trend.value.round(2) %> <% unless trend.percent.infinite? %> (<%= lucide_icon(trend.icon, class: "w-4 h-4 align-text-bottom inline") %><%= trend.percent_formatted %>) <% end %> <% end %>