<%# locals: (entry:) %>

<%= format_money -entry.amount_money %> <%= entry.currency %> <% if entry.transaction.transfer? %> <%= icon "arrow-left-right", size: "sm", class: "text-secondary" %> <% end %> <% if entry.linked? %> <%= icon("refresh-ccw", size: "sm") %> <% end %>

<%= I18n.l(entry.date, format: :long) %> <% if entry.transaction.pending? %> "> <%= icon "clock", size: "sm", color: "current" %> <%= t("transactions.transaction.pending") %> <% end %>