def annotate_checkins(queryset, t): return get_checkins(queryset, t, 'checkin_window_venues')
def annotate_checkins(queryset, t): return get_checkins(queryset, t, 'checkin_window_people')
def populate_checkins(debates, tournament): get_checkins(debates, tournament, None)