.table-responsive table.table.table-hover.font-small thead tr th Item th width="120px" Quantidade th width="120px" Valor Unitário th width="120px" Valor Total tbody - projeto.itens_do_lote.anulados.each do |item_do_lote| tr td = item_do_lote.item_do_pedido.item.try(:codigo_descricao_unidade_codigo_da_prefeitura) td = item_do_lote.item_do_pedido.quantidade_total_requisitada.try(:valor, precision: 2) td = item_do_lote.valor_unitario.try(:contabil) td = item_do_lote.valor_total.try(:contabil)