render('game/admin/email_log/index.html.twig', [ 'logs' => $emailLogRepository->findBy([], ['sentAt' => 'DESC']), ]); } }