header h5 ' Lista de span.fw-semi-bold Anulações .widget-body - if @empenho.anulacoes_do_empenho.empty? h6 Nenhum registro encontrado. - else table.table.table-hover.table-responsive style="font-size: 14px;" thead tr th width="130" Número th width="200" Data da Anulacão th Tipo th Valor tbody - @empenho.anulacoes_do_empenho.each do |anulacao_do_empenho| tr td = anulacao_do_empenho.numero td = anulacao_do_empenho.data_da_anulacao td = anulacao_do_empenho.tipo_de_anulacao.try(:humanize).try(:upcase) td = anulacao_do_empenho.valor.try(:real_contabil)