<% if (typeof success_msg !== 'undefined' && success_msg && success_msg.length > 0) { %>
<%= success_msg %>
<% } %>

<%= 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) { %>
<% posts.slice(0, 5).forEach((post, index) => { %> <% }); %>
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
<% if (userRole === 'admin' || userRole === 'editor' || (userRole === 'author' && post.author === user.username)) { %> <% } %> <% if (userRole === 'admin' || (userRole === 'author' && post.author === user.username)) { %> <% } %>
<% } else { %>
Belum ada artikel

Mulai dengan membuat artikel pertama Anda!

<% if (userRole === 'admin' || userRole === 'editor' || userRole === 'author') { %> Tambah Artikel <% } %>
<% } %>
<% if (userRole === 'author') { %> <% } else { %>
Tautan Cepat
<% if (userRole === 'admin' || userRole === 'editor' || userRole === 'author') { %> <% } %> <% if (userRole === 'admin' || userRole === 'editor' || userRole === 'author') { %> <% } %> <% if (userRole === 'admin') { %> <% } %> <% if (userRole === 'admin') { %> <% } %>
<% } %>