.widget header> h5 ' Lista de span.fw-semi-bold Empenhos .widget-body - if @empenhos.empty? h6 Nenhum registro encontrado. - else table.table.table-hover.table-responsive thead tr th Data th NĂºmero th Fornecedor th width="15%" Valor tbody - @empenhos.each do |empenho| tr td style="font-weight: 600" = empenho.data_do_empenho td style="font-weight: 600" =< link_to empenho.numero_do_empenho, empenho_path(empenho), target: "_blank" td = empenho.try(:pessoa).try(:nome_e_cpf_ou_cnpj) td = empenho.definir_valor_do_empenho.to_f.real_contabil = will_paginate @empenhos, previous_label: "<", next_label: ">"