ReferenceError: /root/liveu_onflow/views/erro.ejs:77
   75|    
   76|
>> 77|     <%- include('tabela_participantes_mobile') %>
   78|
   79|     <%- include('loader') %>
   80| </body>

/root/liveu_onflow/views/tabela_participantes_mobile.ejs:15
   13|
   14|     <div class="participantes c10">
>> 15|         <%- include('tabela_participantes') %>
   16|     </div>
   17| </div>
   18|

/root/liveu_onflow/views/tabela_participantes.ejs:37
   35|             <button class="proximo" onclick="finalizar_free()" hidden>Finalizar Pedido</button>
   36|             <button class="proximo" onclick="start_etapa2()">Próximo</button>
>> 37|             <% if(id_tipo_projeto != 31){ %>
   38|             <button class="proximo volta_tudo pagaddbuton" onclick="volta_tudo()">Adicionar Participante</button>
   39|             <% } %>
   40|         </div>

id_tipo_projeto is not defined
   at eval (/root/liveu_onflow/views/tabela_participantes.ejs:18:8)
   at tabela_participantes (/root/liveu_onflow/node_modules/ejs/lib/ejs.js:691:17)
   at include (/root/liveu_onflow/node_modules/ejs/lib/ejs.js:689:39)
   at eval (/root/liveu_onflow/views/tabela_participantes_mobile.ejs:12:17)
   at tabela_participantes_mobile (/root/liveu_onflow/node_modules/ejs/lib/ejs.js:691:17)
   at include (/root/liveu_onflow/node_modules/ejs/lib/ejs.js:689:39)
   at eval (/root/liveu_onflow/views/erro.ejs:12:17)
   at erro (/root/liveu_onflow/node_modules/ejs/lib/ejs.js:691:17)
   at tryHandleCache (/root/liveu_onflow/node_modules/ejs/lib/ejs.js:272:36)
   at View.exports.renderFile [as engine] (/root/liveu_onflow/node_modules/ejs/lib/ejs.js:489:10)