.widget header> h5 ' Lista de span.fw-semi-bold Recolhimento da Receita .widget-body - if taloes_da_receita.empty? h6 Nenhum registro encontrado. - else .table-responsive table.table.table-hover thead tr th Data Número th Talão th Classificação th Valor th width="140" tbody - taloes_da_receita.each do |talao_de_receita| tr td = talao_de_receita.data_do_talao td = talao_de_receita.numero_do_talao td = talao_de_receita.try(:natureza_da_receita).try(:classificacao).try(:formatar) td b = talao_de_receita.valor.to_f.real_contabil