.widget header> h5 ' Lista de span.fw-semi-bold Empenhos Complementares .widget-body - if empenhos.empty? h6 Nenhum registro encontrado. - else .table-responsive.font-small table.table.table-hover thead tr th Data th NĂºmero th Modalidade/Status th width="80" Valor - unless logado_na_licitacao? th width="40" tbody - empenhos.each do |empenho| tr td = empenho.data_do_empenho td style="font-weight: 600" = empenho.numero_do_empenho td =< modalidade_label empenho.localizar(:modalidade), empenho.modalidade =< status_empenho_label empenho.localizar(:status), empenho.status td = empenho.definir_valor_do_empenho.to_f.real_contabil - unless logado_na_licitacao? td = link_to empenho_path(empenho), class: "btn btn-default btn-sm mb-xs", title: "Ver Detalhes", target: '_blank' do i.icone-detalhar