.widget header> h5 ' Lista de span.fw-semi-bold Transferências/Convênios .widget-body - if @transferencias.empty? h6 Nenhum registro encontrado. - else table.table.table-hover.table-responsive thead tr th Data th Código th width="10%" Tipo th Modalidade th width="20%" Órgão Cedente th Fim da Vigência th UG Executora th Status th width="150" tbody - @transferencias.each do |transferencia| - if transferencia.porcentagem_de_vigencia_maior_ou_igual_a_80_por_cento? && transferencia.porcentagem_de_execucao_menor_ou_igual_a_50_por_cento? tr td = transferencia.data td = transferencia.codigo_transferencia td = transferencia.localizar(:tipo) td = transferencia.localizar(:modalidade) td = transferencia.orgao_cedente.nome_e_cpf_ou_cnpj td = transferencia.fim_da_vigencia td = transferencia.unidade_orcamentaria.codigo_completo_e_nome - if !transferencia.status.nil? td = transferencia.localizar(:status) - else td td = link_to transferencia, class: "btn btn-default btn-sm mb-xs", title: "Ver Detalhes" do i.icone-detalhar