- if acao_permitida?(@projeto, :arquivo) && esta_autorizado?(:update) && @projeto.pregao_eletronico? = link_to arquivo_licitacao_projeto_path(@projeto, format: :xlsx), class: "btn btn-default btn-sm" do i.icone-arquivo ' Gerar Arquivo .grid style="margin-top: 20px" - if pessoas_do_projeto.empty? h6 Nenhum registro encontrado. - else .table-responsive table.table.table-hover.font-small thead tr th width="150px" CNPJ th Licitante - unless @projeto.processo_licitatorio? && @projeto.global? th Valor da Proposta - if @projeto.global? th Menor Proposta? tbody - pessoas_do_projeto.each do |pessoa_do_projeto| tr - estilo = "text-decoration: line-through; text-decoration-color: #111;" unless pessoa_do_projeto.credenciado? && pessoa_do_projeto.classificado? td style="#{estilo}" = pessoa_do_projeto.pessoa.cnpj.try(:as_cnpj) td style="#{estilo}" = pessoa_do_projeto.pessoa.nome - unless @projeto.processo_licitatorio? && @projeto.global? td style="#{estilo}" = pessoa_do_projeto.valor_total.try(:real_contabil) - if @projeto.global? td = label_sim_nao(pessoa_do_projeto.menor_proposta?)