header h5 ' Lista de span.fw-semi-bold Notas Fiscais .widget-body - if liquidacoes_filhas.empty? h6 Nenhum registro encontrado. - else .table-responsive table.table.table-hover thead tr th.text-center width='20%'Número da NF th.text-center width='20%' Valor th Número da liquidação th.text-center width="20%" Itens Cadastrados th width="280" - liquidacoes_filhas.each do |liquidacao_filha| tr td.text-center = liquidacao_filha.nota_fiscal_numero td.text-center = liquidacao_filha.valor.to_f.real_contabil td = liquidacao_filha.empenho_e_numero td.text-center = label_sim_nao(liquidacao_filha.itens_da_nota_fiscal.any?)