display('insights.html.twig', [ 'lastLoginPlayers' => $insights->getLastLoggedPlayers($getYear, $getMonth), 'lastCreatedAccounts' => $insights->getLastCreatedAccounts($getYear, $getMonth), 'firstYear' => $insights->getFirstYear(), 'getYear' => $getYear, 'getMonth' => $getMonth, 'months' => $insights->getMonths(), ]);