.widget header> h5 ' Lista de span.fw-semi-bold Convênios .widget-body - if transferencias.convenio.empty? h6 Nenhum registro encontrado. - else .table-responsive table.table.table-hover thead tr th Data th Cód. Trans. 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.convenio.each do |convenio| tr td = convenio.data td = convenio.codigo_transferencia td = convenio.localizar(:tipo) td = convenio.localizar(:modalidade) td = convenio.orgao_cedente.nome_e_cpf_ou_cnpj td = convenio.fim_da_vigencia td = convenio.unidade_orcamentaria.try(:sigla) - if !convenio.status.nil? td = convenio.localizar(:status) - else td td - if logado_na_obra? = link_to convenio, class: "btn btn-default btn-sm mb-xs", title: "Ver Detalhes" do i.icone-detalhar .widget header> h5 ' Lista de span.fw-semi-bold Operações de Crédito .widget-body - if operacoes_de_credito.empty? h6 Nenhum registro encontrado. - else .table-responsive table.table.table-hover thead tr th Cód. th Data th Modalidade th Início da Vigência th Fim da Vigência th UG Executora th Status th width="150" tbody - operacoes_de_credito.each do |operacao_de_credito| tr td = operacao_de_credito.codigo td = operacao_de_credito.data td = operacao_de_credito.localizar(:modalidade) td = operacao_de_credito.inicio_da_vigencia td = operacao_de_credito.fim_da_vigencia td = operacao_de_credito.unidade_orcamentaria.codigo_completo_e_nome - if !operacao_de_credito.status.nil? td = operacao_de_credito.localizar(:status) - else td td - if logado_na_obra? = link_to operacao_de_credito, class: "btn btn-default btn-sm mb-xs", title: "Ver Detalhes" do i.icone-detalhar