Dashboard
Uitloggen
AI Consultancy Framework
Mek-Tech.nl — Datacenter & AI Architectuur
Koppel aan cliënt (optioneel)
— Geen cliënt —
<% clients.forEach(function(c) { %>
><%= c.name %>
<% }) %>
<% questions.forEach(function(q, index) { %>
Stap <%= index + 1 %> / <%= questions.length %>
<%= q.title %>
<% q.fields.forEach(function(field) { %>
<%= field.label %>
<% if (field.type === 'textarea') { %>
>
<% } else { %>
> <% } %>
<% }) %>
<% if (index > 0) { %>
Vorige
<% } %> <% if (index < questions.length - 1) { %>
Volgende
<% } else { %>
Genereer Rapport
<% } %>
<% }) %>