class ReportsView(ListView):
    template_name = 'cpanel/reports.html'
    context_object_name = 'reports'

    def get_queryset(self):