<% if (typeof success_msg !== 'undefined' && success_msg && success_msg.length > 0) { %>
<% if (userRole === 'author') { %>
<% } else { %>
<% } %>
<%= success_msg %>
<% } %>
Dashboard
<% if (userRole === 'admin' || userRole === 'editor' || userRole === 'author') { %> Tambah Artikel Baru <% } %><%= posts ? posts.length : 0 %>
Total Artikel
<%= commentsCount %>
Komentar
<%= categories ? categories.length : 0 %>
Game
Artikel Terbaru
<% if (userRole === 'admin' || userRole === 'editor' || userRole === 'author') { %> Lihat Semua <% } %>
<% if (posts && posts.length > 0) { %>
<% } else { %>
<% } %>
No. | Judul | Tanggal | Game | Views | Status | Aksi |
---|---|---|---|---|---|---|
<%= index + 1 %> | <%= post.title %> | <% try { const date = new Date(post.date || post.createdAt); if (!isNaN(date.getTime())) { %><%= date.toLocaleDateString('id-ID', { day: 'numeric', month: 'short', year: 'numeric' }) %><% } else { %>Tidak ada tanggal<% } } catch (e) { %>Tidak ada tanggal<% } %> | <%= post.category || 'Umum' %> | <%= post.views || 0 %> | Published |
Belum ada artikel
Mulai dengan membuat artikel pertama Anda!
<% if (userRole === 'admin' || userRole === 'editor' || userRole === 'author') { %> Tambah Artikel <% } %>Menu Penulis
Tautan Cepat
<% if (userRole === 'admin' || userRole === 'editor' || userRole === 'author') { %>
<% } %>
<% if (userRole === 'admin' || userRole === 'editor' || userRole === 'author') { %>
<% } %>
<% if (userRole === 'admin') { %>
<% } %>
<% if (userRole === 'admin') { %>
<% } %>