class EmployeeReportRequestForm(forms.Form): EMPLOYEECHOICE = [] employees = User.objects.filter(group_name=\'rep\') for employee in