for student in wtem_contact.body['student']:
if not Submission.objects.filter(email = student['email']).exists():
args = dict()
for student in wtem_contact.body['student']:
if not Submission.objects.filter(email = student['email']).exists():
args = dict()