from games.models import GameSystem def game_systems(request): return { "game_systems": GameSystem.objects.all(), }