def insert_(request): if request.method==\'GET\': form=ClientServicesForm() return render(request,"ClientServices/insert.html",{\'form\