<% info_emissioni_mese_totals_importo.each do |my_fund_key, my_section| %> <% next if my_fund_key == :total %> <% my_section.each do |item_key, item_value| %> <% end %> <% end %> <% info_emissioni_mese_totals_importo.each do |my_fund_key, my_section| %> <% next if my_fund_key == :total %> <% my_section.each do |item_key, item_value| %> <% end %> <% end %> <% if view_incassato %> <% info_emissioni_mese_totals_incassato.each do |my_fund_key, my_section| %> <% next if my_fund_key == :total %> <% my_section.each do |item_key, item_value| %> <% end %> <% end %> <% end %> <% info_emissioni_mese_totals_daincassare.each do |my_fund_key, my_section| %> <% next if my_fund_key == :total %> <% my_section.each do |item_key, item_value| %> <% end %> <% end %>
<%= notetext("Voci") %><%= item_value[:label] %>Totale voci
Totali di tutte le <%= "#{region_rowscount_regionscope} #{Region.label}" %> elencate <%= notetext("emesso") %><%= money_format_zero(item_value[:value]) %><%= money_format_zero(info_emissioni_mese_totals_importo[:total]) %>
<%= notetext("incassato") %><%= money_format_zero(item_value[:value]) %><%= money_format_zero(info_emissioni_mese_totals_incassato[:total]) %>
<%= notetext("da incassare") %><%= money_format_zero(item_value[:value]) %><%= money_format_zero(info_emissioni_mese_totals_daincassare[:total]) %>