<%# locals: (entry:) %> <%= tag.header class: "mb-4 space-y-1", id: dom_id(entry, :header) do %> <% valuation = entry.entryable %> <%= valuation.respond_to?(:opening_anchor?) && valuation.opening_anchor? ? t("valuations.show.opening_balance") : entry.name %>

<%= format_money entry.amount_money %> <%= entry.currency %>

<%= I18n.l(entry.date, format: :long) %> <% end %>