<% reconciliation_items.each_with_index do |item, index| %>
<% if item[:style] == :subtotal %>
<% end %>
-
<%= item[:label] %>
<%= render DS::Tooltip.new(text: item[:tooltip], placement: "left", size: "sm") %>
">
- ">
<%= item[:value].format %>
<% if item[:style] == :adjustment %>
<% end %>
<% end %>