class QPoolManageTagsView(ListView):
    template_name = 'cpanel/qpool_managetags.html'
    context_object_name = 'tags'

    def get_queryset(self):