%# locals: (entry:) %>
<%= tag.header class: "mb-4 space-y-1", id: dom_id(entry, :header) do %>
<%= format_money -entry.amount_money %>
<%= entry.currency %>
<% if entry.transaction.transfer? %>
<%= icon "arrow-left-right", class: "mt-1" %>
<% end %>
<% if entry.linked? %>
<%= icon("refresh-ccw", size: "sm") %>
<% end %>
<%= I18n.l(entry.date, format: :long) %>
<% end %>