def get_context_data(self, **kwargs):\\ context_data = super().get_context_data(**kwargs)\\ context_data[\'queryset1\'] = Choice.objects.all()\\