def get_context_data(self, **kwargs): context = super(ListView, self).get_context_data(**kwargs) context.update( option=self.option, ) return context