Also, you don’t need to pass querystring
to the template from your view. So you can remove that from your view, and you don’t need all the lines like querystring = request.GET.copy()
Also, you don’t need to pass querystring
to the template from your view. So you can remove that from your view, and you don’t need all the lines like querystring = request.GET.copy()