This is the admin page
-
Faire de quelqu'un un admin
-
enlever un admin
-
Commandes
<% if (commandeData.length === 0) {%>Pas encore de commande
<% } %> <% commandeData.forEach(commande => { %> <% if (!commande.isFinish) { %><%= commande.nom %> <%= commande.prenom %>
<%= commande.commentaire %> <%= commande.garniture %>
<% } %> <% }) %> -
Créer un poste pour la hotLine
-
Les postes
<% postData.forEach(post => { %> <% if (post.isFinish) {%><%= post.titre %>
<%= post.commentairePost %>
Récompense : <%= post.recompense %>
statue : Accepté
gagnant : <%= post.winner %>
<%= post.titre %>
Déscription : <%= post.commentaire %>
Récompense : <%= post.recompense %>
statue : en attente
<%= res.nom %> <%= res.prenom %>
<%= res.description %>