.widget header> h5 ' Lista de span.fw-semi-bold Percentuais da Alocações De Recurso De Rpps .widget-body - if percentuais_da_alocacao_de_recurso.empty? h6 Nenhum registro encontrado. - else .table-responsive table.table.table-hover thead tr th th Percentual tbody - percentuais_da_alocacao_de_recurso.each do |percentual_da_alocacao| tr td = percentual_da_alocacao.localizar(:tipo) td = percentual_da_alocacao.valor.to_f.to_s + "%" tfoot tr td.bold | Total: #{total_percentual}%