.widget-body
- if @processo.ganhadores_dos_lotes.empty?
h6 Nenhum registro encontrado.
- else
.table-responsive
table.table.table-hover
thead
tr
th width="750" Ganhador
th Valor homologado
tbody
- @processo.ganhadores_dos_lotes.each do |ganhador|
tr
td = ganhador.pessoa.nome_e_cpf_ou_cnpj
td = ganhador.proposta_final.to_f.try(:real_contabil)