Status Selalu Di Update

Jadwal Mabar

Pantau status slot dan antrean mabar secara realtime. Gunakan tiket Anda untuk bergabung pada sesi yang sedang bersiap (Preparing).

<% if (typeof success !=='undefined' && success) { %>
<%= success %>
<% } %> <% if (typeof error !=='undefined' && error) { %>
<%= error %>
<% } %>

Sesi Mabar Hari Ini

<% ['pagi', 'siang' , 'sore' , 'malam' ].forEach(timeSlot=> { const slotNames = { pagi: 'Pagi (08:00 WIB)', siang: 'Siang (12:00 WIB)', sore: 'Sore (15:30 WIB)', malam: 'Malam (19:30 WIB)' }; const session = sessions.today[timeSlot] || { status: 'closed', participants: {} }; const status = schedule.today[timeSlot] ? schedule.today[timeSlot].status : 'offline'; const participantsList = Object.values(session.participants || {}); %>

Sesi <%= slotNames[timeSlot] %>

<%= status.toUpperCase() %>
<% if (participantsList.length> 0) { %> <% participantsList.forEach(p=> { %> <% const isAbsent = String(p.attendanceStatus || '').toLowerCase() === 'absent'; %> <% }) %> <% } else { %> <% } %>
Player Role
<%= p.username %> <% if (p.isTemp) { %> TEMP <% } %> <% if (isAbsent) { %> TIDAK HADIR <% } %> <%= p.roleMl || p.role || '-' %>
Lobby kosong.
<% if (status==='preparing' ) { %> <% } else if (status==='streaming' ) { %> Lihat Live <% } else { %> <% } %>
<% }) %>