.widget header> h5 ' Lista de - if params[:processo_licitatorio].present? span.fw-semi-bold Processos Licitatórios - else span.fw-semi-bold Processos .widget-body - if @processos.empty? h6 Nenhum registro encontrado. - else .table-responsive table.table.table-hover.font-small thead tr th width="90" Data th Número th width="180" Modalidade th width="300" UG th width="120" Valor Estimado th width="120" Valor Final th Objeto th Status th width="50" tbody - @processos.each do |processo| - if !current_usuario.secretario? || processo.pos_sessao_em_diante? tr td = processo.data_do_projeto td = processo.try(:numero_do_processo) td = processo.try(:modalidade_do_processo_e_modalidade_de_licitacao) td = processo.pedido.unidade_orcamentaria.try(:unidade_gestora).codigo_e_nome td b = processo.valor_estimado_global.try(:real_contabil) td - if processo.homologado? b = processo.try(:valor_total).try(:real_contabil) td.text-center style=("width: 5%") span.fa.fa-question-circle data-toggle="tooltip" data-placement="bottom" title="#{processo.pedido.try(:objeto)}" td - if processo.aguardando_publicacao? && processo.publicacoes.any? ' Aguardando início da sessão - elsif processo.homologado? && processo.homologado_parcialmente? ' Homologado Parcialmente - else = processo.localizar :status td = link_to rota_processo(processo), class: "btn btn-default btn-sm mb-xs", title: "Ver Detalhes" do i.icone-detalhar = will_paginate @processos, :params => { @action_processos => true }, previous_label: "<", next_label: ">"