+ + + + + {{ course.title }} + + {{ Boolean(course.is_active) ? 'Enabled' : 'Disabled' }} + + + + + + + {{ course.description }} + + + + + Backend course + + #{{ course.id }} + + +
+ + + {{ question.title }} + + {{ question.intro || 'No question intro available.' }} + + + + {{ difficultyMeta(question.difficulty).label }} · {{ question.difficulty }} + + + + + + {{ question.lang }} + + + ID {{ question.id }} + + +
+ + Recent users + {{ recentUsers.length }} items + + + + + + + {{ user.username }} + + {{ statusText(user) }} + + + {{ user.email || 'No email set' }} + + + #{{ user.id }} + {{ user.created_at ? new Date(user.created_at).toLocaleDateString('en-US') : '-' }} + + + +
+ + Recent questions + {{ recentQuestions.length }} items + + + + + + + {{ question.title }} + + {{ question.difficulty }} + + + {{ question.lang }} + + + #{{ question.id }} + {{ question.created_at ? new Date(question.created_at).toLocaleDateString('en-US') : '-' }} + + + +