commit ae4908e9cafe692c366b8803e746d3b1eac42221 Author: Benjamin Dauvergne Date: Mon May 7 13:34:36 2018 +0200 mini analyse sur les conditions w.c.s. diff --git a/wcs-conditions/analyze.py b/wcs-conditions/analyze.py new file mode 100644 index 0000000..fee9e88 --- /dev/null +++ b/wcs-conditions/analyze.py @@ -0,0 +1,66 @@ +import sys +import ast +from collections import Counter +conditions = map(str.strip, open('conditions.txt').readlines()) + + + +class NodeVisitor(ast.NodeVisitor): + def __init__(self, names=None): + self.names = [] if names is None else names + super(NodeVisitor, self).__init__() + + def visit_Name(self, node): + self.names.append(node.id) + + +def longest_prefix(s1, s2): + for i, (a, b) in enumerate(zip(s1, s2)): + if a != b: + return i + return 0 + + +class Analyzer(object): + ok = 0 + nok = [] + count_nodes = Counter() + names = [] + + + def analyze_condition(self, condition): + try: + parsed = ast.parse(condition, mode='eval') + except SyntaxError as e: + exc_info = sys.exc_info() + self.nok.append((condition, e.args[1][2], e)) + return + else: + self.ok += 1 + for node in ast.walk(parsed): + self.count_nodes[type(node)] += 1 + visitor = NodeVisitor(self.names) + visitor.visit(parsed) + + + def analyze(self): + for condition in conditions: + self.analyze_condition(condition) + print 'Bad conditions' + for condition, offset, e in self.nok: + print '-', condition, e + print ' ', ' ' * (offset-1) + '^' + print 'Node by types:' + for node, count in sorted(self.count_nodes.iteritems(), key=lambda (x, y): -y): + if node is ast.Load: + continue + print '%30s: %5d' % (node, count) + print 'Names:', len(set(self.names)) + for name in sorted(set(self.names)): + print '-', name + + + +analyzer = Analyzer() +analyzer.analyze() + diff --git a/wcs-conditions/conditions.txt b/wcs-conditions/conditions.txt new file mode 100644 index 0000000..21940d4 --- /dev/null +++ b/wcs-conditions/conditions.txt @@ -0,0 +1,3001 @@ +False +False +False +False +False +False +False +1 == 0 +f45==oui +f76==oui +f77==oui +f78==oui +f79==oui +f80==oui +f41=="oui" +f45=="oui" +f45=="oui" +f45=="oui" +f45=="oui" +f45=="oui" +f75 == oui +f17 == "Oui" +f17 == "Oui" +f17 == "Oui" +f17 == "Oui" +f17 == "Oui" +f19 == "Oui" +f19 == "Oui" +f46 == 'Oui' +f46 == 'Oui' +f46 == 'Oui' +f46 == 'Oui' +f46 == 'Oui' +f46 == 'Oui' +f79 == "Oui" +f79 == "Oui" +f188 == "Oui" +f13 == "Autre" +f13 == "Autre" +f13 == "Autre" +f14 == "Autre" +f14 == "Autre" +f14 == "Autre" +f14 == "Autre" +f14 == "Autre" +f14 == "Autre" +f14 == "Autre" +f14 == "Autre" +f4 == "Autres" +f4 == "Autres" +f4 == "Autres" +f4 == "Autres" +f18 == "17 ans" +f18 == "17 ans" +f4 == "Meyzieu" +f4 == "Meyzieu" +f4 == "Meyzieu" +f4 == "Meyzieu" +form_var_niveau +form_var_statut +is_in_backoffice +is_in_backoffice +is_in_backoffice +is_in_backoffice +is_in_backoffice +is_in_backoffice +is_in_backoffice +is_in_backoffice +is_in_backoffice +is_in_backoffice +is_in_backoffice +is_in_backoffice +is_in_backoffice +is_in_backoffice +is_in_backoffice +is_in_backoffice +is_in_backoffice +var_benef=="Non" +var_benef=="Non" +var_ecole=="Non" +var_ecole=="Non" +var_ecole=="Non" +var_ecole=="Non" +var_ecole=="Oui" +var_ecole=="Oui" +var_ecole=="Oui" +var_ecole=="Oui" +var_enfant=="oui" +var_enfant=="oui" +var_enfant=="oui" +var_enfant=="oui" +var_enfant=="oui" +var_enfant=="oui" +var_enfant=="oui" +var_enfant=="oui" +var_enfant=="oui" +var_enfant=="oui" +var_enfant=="oui" +var_enfant=="oui" +var_enfant=="oui" +var_enfant=="oui" +var_enfant=="oui" +var_enfant=="oui" +var_enfant=="oui" +var_enfant=="oui" +var_enfant=="oui" +var_enfant=="oui" +var_enfant=="oui" +var_enfant=="oui" +var_enfant=="oui" +var_enfant=="oui" +var_marier=="Non" +var_marier=="Oui" +(var_enfants=="5") +(var_enfants=="5") +(var_enfants=="5") +(var_enfants=="5") +form_var_event_2_1 +form_var_event_2_1 +form_var_event_2_1 +form_var_event_2_1 +form_var_event_2_1 +form_var_event_2_1 +form_var_event_2_1 +form_var_event_2_1 +form_var_event_2_1 +form_var_event_2_1 +form_var_event_2_1 +form_var_event_2_1 +form_var_event_3_1 +form_var_event_3_1 +form_var_event_3_1 +form_var_event_3_1 +form_var_event_3_1 +form_var_event_3_1 +form_var_event_3_1 +form_var_event_3_1 +form_var_event_3_1 +form_var_event_3_1 +form_var_event_3_1 +form_var_event_3_1 +form_var_event_3_1 +form_var_event_3_1 +form_var_event_3_1 +form_var_event_3_1 +var_contact=="Oui" +var_cuisine=="oui" +var_ecole_2=="Non" +var_ecole_2=="Non" +var_ecole_2=="Non" +var_ecole_2=="Non" +var_ecole_2=="Oui" +var_ecole_2=="Oui" +var_ecole_2=="Oui" +var_ecole_2=="Oui" +var_ecole_3=="Non" +var_ecole_3=="Non" +var_ecole_3=="Non" +var_ecole_3=="Non" +var_ecole_3=="Oui" +var_ecole_3=="Oui" +var_ecole_3=="Oui" +var_ecole_3=="Oui" +var_mariage=="oui" +var_marie == "Oui" +var_motif=="Autre" +var_motif=="Autre" +var_nbenfants=="5" +var_nbenfants=="5" +var_partiel=="Oui" +var_partiel=="Oui" +var_partiel=="Oui" +var_partiel=="Oui" +var_reponse=="non" +var_reponse=="oui" +var_travail=="oui" +var_tutelle=="oui" +var_tutelle=="oui" +var_tutelle=="oui" +var_agglo=="Lattes" +var_agglo=="Pignan" +var_aide == "Autre" +var_organe == "Oui" +var_permis == "Non" +var_permis == "Non" +var_permis == "Oui" +var_permis == "Oui" +var_purgence=="oui" +var_purgence=="oui" +var_purgence=="oui" +form_var_Grue=="Oui" +len(var_choix_raw)>3 +len(var_choix_raw)>3 +not form_var_event_2 +not form_var_event_2 +not form_var_event_2 +not form_var_event_2 +not form_var_event_2 +not form_var_event_3 +not form_var_event_3 +not form_var_event_3 +not form_var_event_3 +not form_var_event_3 +not form_var_event_4 +not form_var_event_4 +not form_var_event_4 +not form_var_event_4 +not form_var_event_4 +not is_in_backoffice +not is_in_backoffice +not is_in_backoffice +not is_in_backoffice +not is_in_backoffice +not is_in_backoffice +not is_in_backoffice +not is_in_backoffice +not is_in_backoffice +not is_in_backoffice +not is_in_backoffice +not is_in_backoffice +not is_in_backoffice +not is_in_backoffice +not is_in_backoffice +not is_in_backoffice +not is_in_backoffice +not is_in_backoffice +not is_in_backoffice +not is_in_backoffice +not is_in_backoffice +not is_in_backoffice +var_adresse == "Non" +var_adresse == "Non" +var_cantine == 'Oui' +var_enfants == "oui" +var_laureat == "Oui" +var_laureat == "Oui" +var_laureat == "Oui" +var_laureat == "Oui" +var_purgence2=="oui" +var_purgence2=="oui" +var_purgence2=="oui" +var_urgence == "Oui" +var_urgence == "Oui" +var_urgence == "Oui" +var_urgence == "Oui" +'enfant' in var_choix +'enfant' in var_choix +'enfant' in var_choix +'parent' in var_choix +'parent' in var_choix +'parent' in var_choix +form_var_Eau == "Oui" +form_var_child_age<11 +form_var_nomorganisme +form_var_nomorganisme +form_var_nomorganisme +form_var_nomorganisme +int(var_date_duree)<5 +int(var_date_duree)<5 +int(var_date_duree)<5 +var_agglo=="Castries" +var_aide_caf == 'Non' +var_aide_caf == 'Oui' +var_magazine == "non" +var_magazine == "oui" +[form_var_AG] == "Oui" +form_var_Sono == "Oui" +form_var_child_age>=11 +not form_var_event_1_1 +not form_var_event_1_1 +not form_var_event_1_1 +not form_var_event_1_1 +not form_var_event_1_1 +not form_var_event_1_1 +not form_var_event_1_1 +not form_var_event_1_1 +not form_var_event_1_2 +not form_var_event_1_2 +not form_var_event_1_2 +not form_var_event_1_2 +not form_var_event_1_2 +not form_var_event_1_2 +not form_var_event_1_2 +not form_var_event_1_2 +not form_var_event_1_2 +not form_var_event_1_2 +not form_var_event_1_2 +not form_var_event_1_2 +not form_var_event_2_1 +not form_var_event_2_1 +not form_var_event_2_1 +not form_var_event_2_1 +not form_var_event_2_1 +not form_var_event_2_1 +not form_var_event_2_1 +not form_var_event_2_1 +not form_var_event_2_1 +not form_var_event_2_1 +not form_var_event_2_1 +not form_var_event_2_1 +not form_var_event_2_2 +not form_var_event_2_2 +not form_var_event_2_2 +not form_var_event_2_2 +not form_var_event_2_2 +not form_var_event_2_2 +not form_var_event_2_2 +not form_var_event_2_2 +not form_var_event_2_2 +not form_var_event_2_2 +not form_var_event_2_2 +not form_var_event_2_2 +not form_var_event_3_1 +not form_var_event_3_1 +not form_var_event_3_1 +not form_var_event_3_1 +not form_var_event_3_1 +not form_var_event_3_1 +not form_var_event_3_1 +not form_var_event_3_1 +not form_var_event_3_1 +not form_var_event_3_1 +not form_var_event_3_1 +not form_var_event_3_1 +not form_var_event_3_1 +not form_var_event_3_1 +not form_var_event_3_1 +not form_var_event_3_1 +not form_var_event_3_1 +not form_var_event_3_1 +not form_var_event_3_1 +not form_var_event_3_1 +not form_var_event_3_2 +not form_var_event_3_2 +not form_var_event_3_2 +not form_var_event_3_2 +not form_var_event_3_2 +not form_var_event_3_2 +not form_var_event_3_2 +not form_var_event_3_2 +not form_var_event_3_2 +not form_var_event_3_2 +not form_var_event_3_2 +not form_var_event_3_2 +var_adresse == "Autre" +var_adresse == "Autre" +var_adresse == "Autre" +var_annualise == "oui" +var_annualise == "oui" +var_contact == 'Autre' +var_discipline=="Foot" +var_ecogestes == "oui" +var_enAttente == 'non' +var_enAttente == 'oui' +var_situation == "Oui" +var_titulaire == "Oui" +var_titulaire == "Oui" +form_var_Choix == 'Non' +form_var_Choix == 'Oui' +form_var_Contact=="Oui" +form_var_Liste == "oui" +form_var_Nacelle=="Oui" +form_var_Qualite=="Non" +form_var_Qualite=="Oui" +form_var_Salle == "Oui" +form_var_Sport == "Oui" +form_var_bilan == "Non" +form_var_bilan == "Non" +form_var_bilan == "Oui" +form_var_bilan == "Oui" +form_var_carte != "Oui" +form_var_carte == "Oui" +form_var_liste == "Oui" +form_var_marie == "Oui" +form_var_nb_places=="2" +form_var_nb_places=="2" +form_var_nb_places=="3" +form_var_nb_places=="3" +form_var_nb_places=="4" +form_var_nb_places=="4" +form_var_nb_places=="5" +form_var_nb_places=="5" +form_var_nb_places=="6" +form_var_nb_places=="6" +form_var_radio == "Oui" +form_var_remplir=="Oui" +form_var_scene == "Oui" +form_var_ville == "paf" +not form_var_event_1_1 +not form_var_event_1_1 +not form_var_event_1_1 +not form_var_event_1_1 +var_BAFAage == "17 ans" +var_thermostat == "non" +var_thermostat == "oui" +var_transports == "Oui" +(form_var_offre == "??") +(form_var_offre == "??") +check_response_data_lien +form_var_Contact =="Non" +form_var_Enfant == "Non" +form_var_Enfant == "Oui" +form_var_Majeur == "Non" +form_var_Qualite <>"---" +form_var_copies == "Oui" +form_var_mineur == "oui" +form_var_motif=="Voirie" +form_var_usager_2=="oui" +var_Coordonnees == "Oui" +var_SENIORSpole == "Oui" +var_participation=="Oui" +"A" == decision_v.upper() +"Aucune" in var_autonomie +"Aucune" in var_autonomie +"Aucune" in var_autonomie +"Aucune" in var_autonomie +"Danse" in var_discipline +"Danse" in var_discipline +"Danse" in var_discipline +"Danse" in var_discipline +"Danse" in var_discipline +"Danse" in var_discipline +"Danse" in var_discipline +"Danse" in var_discipline +"Danse" in var_discipline +"J" == decision_v.upper() +"Jeudi" in var_choix_jour +"Jeudi" in var_choix_jour +"Jeudi" in var_choix_jour +"Jeudi" in var_choix_jour +"Lundi" in var_choix_jour +"Lundi" in var_choix_jour +"Lundi" in var_choix_jour +"Lundi" in var_choix_jour +"Mardi" in var_choix_jour +"Mardi" in var_choix_jour +"Mardi" in var_choix_jour +"Mardi" in var_choix_jour +"R" == decision_v.upper() +5 < utils.now().hour < 23 +decision_v.upper() == "A" +decision_v.upper() == "A" +decision_v.upper() == "A" +decision_v.upper() == "A" +decision_v.upper() == "A" +decision_v.upper() == "J" +decision_v.upper() == "J" +decision_v.upper() == "R" +decision_v.upper() == "R" +decision_v.upper() == "R" +decision_v.upper() == "R" +decision_v.upper() == "R" +form_var_Adresse == "Non" +form_var_Adresse == "Non" +form_var_Adresse == "Non" +form_var_COenvoi == "SMS" +form_var_COenvoi == "SMS" +form_var_Capital == "Oui" +form_var_FEenvoi == "SMS" +form_var_FEenvoi == "SMS" +form_var_Pays != "FRANCE" +form_var_Transport=="TER" +form_var_Transport=="TER" +form_var_Transport=="TER" +form_var_adultes == "Oui" +form_var_i_invite=="Jean" +form_var_nometablissement +form_var_remplir == "Oui" +form_var_reponse == "Non" +form_var_reponse == "Oui" +form_var_secours == "Oui" +form_var_travail == "Non" +len(var_choix_jour_raw)>3 +len(var_choix_jour_raw)>3 +len(var_choix_jour_raw)>3 +len(var_choix_jour_raw)>3 +not (comment_RefusUsager) +not form_var_nomorganisme +not form_var_nomorganisme +not form_var_nomorganisme +not form_var_nomorganisme +var_FOYERdeficit == "Oui" +var_adressedem == "Autre" +var_adressedem == "Autre" +var_adressedem == "Autre" +var_bienimmobilier=="Oui" +var_bienimmobilier=="Oui" +var_bienimmobilier=="Oui" +var_bienimmobilier=="Oui" +var_bienimmobilier=="Oui" +var_bienimmobilier=="Oui" +var_bienimmobilier=="Oui" +var_bienimmobilier=="Oui" +var_bienimmobilier=="Oui" +var_bienimmobilier=="Oui" +var_bienimmobilier=="Oui" +var_bienimmobilier=="Oui" +var_bienimmobilier=="Oui" +var_bienimmobilier=="Oui" +var_demenagement == 'Oui' +var_objet == "Logement" +cloture_var_preavis=="oui" +f48 == "Par documents PDF" +f48 == "Par documents PDF" +f48 == "Par documents PDF" +f48 == "Par documents PDF" +form_var_Majorite == "Non" +form_var_Vehicule == "Oui" +form_var_aliments == "Oui" +form_var_besoins != "Rien" +form_var_besoins == "Rien" +form_var_boissons == "Oui" +form_var_civilite =="TRUC" +form_var_conjoint == "Oui" +form_var_eligible == "Non" +form_var_eligible == "Oui" +form_var_etranger == "Oui" +form_var_statut== "Avocat" +var_FOYERabsences == "Oui" +var_FOYERdotation == "Oui" +var_SDPdecision == "Refus" +var_agglo=="Prades-Le-Lez" +var_aide == "CAF Touraine" +var_facturation == 'Autre' +var_facturation == 'Autre' +var_facturation == 'Autre' +var_objet_demande=="Autre" +var_voiture == "1 voiture" +verification_response_data +verification_status != 200 +"Musique" in var_discipline +"Musique" in var_discipline +"Musique" in var_discipline +"Musique" in var_discipline +"Musique" in var_discipline +"Musique" in var_discipline +"Musique" in var_discipline +"Musique" in var_discipline +"Musique" in var_discipline +form_criticality_level == 0 +form_var_Dirigeant == "Non" +form_var_Inscription=="Oui" +form_var_Livraison == "Oui" +form_var_Partenaire =="Oui" +form_var_Partenaire =="Oui" +form_var_Statut == 'Mineur' +form_var_choix_pilote=="CG" +form_var_choix_pilote=="CG" +form_var_cible=="En Mairie" +form_var_cible=="En Mairie" +form_var_cible=="En Mairie" +form_var_cible=="En Mairie" +form_var_civilite=="Madame" +form_var_civilite=="Madame" +form_var_commune == "AUTRE" +form_var_elu=="M. Le maire" +form_var_etat_enfant=="né" +form_var_i_invite=="Sylvie" +form_var_motif=="Eclairage" +form_var_motif=="Urbanisme" +form_var_participants =="1" +form_var_participants =="1" +form_var_participants =="2" +form_var_participants =="2" +form_var_participants =="3" +form_var_participants =="3" +form_var_participants =="4" +form_var_participants =="4" +form_var_participants >="1" +form_var_participants >="1" +form_var_participants >="2" +form_var_participants >="2" +form_var_participants >="2" +form_var_participants >="2" +form_var_participants >="2" +form_var_participants >="2" +form_var_participants >="3" +form_var_participants >="3" +form_var_participants >="3" +form_var_participants >="3" +form_var_participants >="3" +form_var_participants >="3" +form_var_participants >="4" +form_var_participants >="4" +form_var_participants >="4" +form_var_participants >="4" +form_var_participants >="4" +form_var_participants >="4" +inscription_response_err==1 +var_FOYERetudiants == "Oui" +var_KARAOKEtype == "Enfant" +var_KARAOKEtype == "Enfant" +var_KARAOKEtype == "Senior" +var_KARAOKEtype == "Senior" +var_SENIORSportage == "Oui" +var_choixservice=="Enfance" +var_echange_retour == "Oui" +var_echange_retour == "Oui" +var_echange_retour == "Oui" +var_voiture == "2 voitures" +"Mercredi" in var_choix_jour +"Mercredi" in var_choix_jour +"Mercredi" in var_choix_jour +"Mercredi" in var_choix_jour +"Vendredi" in var_choix_jour +"Vendredi" in var_choix_jour +"Vendredi" in var_choix_jour +"Vendredi" in var_choix_jour +"en cours" in form_var_year +calcul_var_recalcul == "oui" +f48 == "Par mon dossier CAF" +f48 == "Par mon dossier CAF" +form_var_Electrique == "Oui" +form_var_Electrique == "Oui" +form_var_Equipement == "Oui" +form_var_Habitation == "Oui" +form_var_Logistique == "Oui" +form_var_Secondsite == "Oui" +form_var_SecuPrivee == "Oui" +form_var_elu=="Un autre Elu" +form_var_lieuarrivee== "Oui" +form_var_lieudepart == "Oui" +form_var_lieudepart == "Oui" +form_var_lieudepart == "Oui" +form_var_liste = = « oui » +form_var_nom_societe_modifie +form_var_sujet=="Actualité" +form_var_vincennois == "Non" +form_var_vincennois == "Non" +form_var_vincennois == "Non" +var_FOYERtemporaire == "Oui" +var_Situation == "Marié-es" +var_Situation == "Pacsé-es" +var_Situation == "Veuf-ve" +var_ecole != "La Guignière" +var_ecole == "La Guignière" +var_ecole == 'La Guignière' +vars().get('transaction_id') +vars().get('transaction_id') +vars().get('transaction_id') +vars().get('transaction_id') +vars().get('transaction_id') +verification_2_response_data +"Naissance" in var_evenements +"Naissance" in var_evenements +"Naissance" in var_evenements +"Naissance" in var_evenements +"REFUS" in decision_v.upper() +(var_situation == 'Divorcé') +form_criticality_level == 101 +form_criticality_level == 102 +form_criticality_level == 103 +form_criticality_level == 104 +form_criticality_level == 104 +form_criticality_level == 105 +form_var_Circulation == "Oui" +form_var_STGservice == "CCAS" +form_var_STGservice == "CCAS" +form_var_Signalement=="Autre" +form_var_Situation == "Cas 1" +form_var_Situation == "Cas 2" +form_var_Situation == "Cas 3" +form_var_Situation == "Cas 4" +form_var_Transport=="Voiture" +form_var_Transport=="Voiture" +form_var_Transport=="Voiture" +form_var_autre_copie == "Oui" +form_var_choix_pilote=="CAUE" +form_var_choix_pilote=="CAUE" +form_var_circulation == "Oui" +form_var_emploi == "Archives" +form_var_emploi == "Archives" +form_var_gardiennage == "Oui" +form_var_lieuarrivee == "Oui" +form_var_lieuarrivee == "Oui" +form_var_mater_stras == "Non" +form_var_moyenalerte == "SMS" +form_var_parent_deux == "Non" +form_var_parent_deux == "Oui" +form_var_parent_deux == "Oui" +form_var_parent_deux == "Oui" +form_var_profil=="Entreprise" +form_var_profil=="Entreprise" +form_var_profil=="Entreprise" +form_var_profil=="Entreprise" +form_var_profil=="Entreprise" +form_var_profil=="Entreprise" +form_var_profil=="Entreprise" +form_var_profil=="Entreprise" +form_var_profil=="Entreprise" +form_var_profil=="Entreprise" +form_var_profil=="Entreprise" +form_var_profil=="Entreprise" +form_var_profil=="Entreprise" +form_var_rdvpasseport20mn_raw +form_var_rdvpasseport60mn_raw +liaison_var_horaires == "oui" +liaison_var_horaires == "oui" +liaison_var_horaires == "oui" +liaison_var_horaires == "oui" +var_SENIORSbenevoles == "Oui" +var_SENIORStransport == "Non" +var_SENIORStransport == "Oui" +var_TMequipe == "par équipe" +var_agglo=="Castelnau-Le-Lez" +var_bac=="Réparation de bac" +var_logement == "Appartement" +var_logement == "Appartement" +var_logement == "Appartement" +var_logement == "Appartement" +"ACCEPT" in decision_v.upper() +"Aucune" in form_var_autonomie +form_var_Besoin == "régulier" +form_var_Besoin == "régulier" +form_var_Besoin == "régulier" +form_var_COenvoi == "Courriel" +form_var_COenvoi == "Courriel" +form_var_FEenvoi == "Courriel" +form_var_FEenvoi == "Courriel" +form_var_OccupationDP == "Oui" +form_var_Parentunactif =="Oui" +form_var_PremiereFois == "Non" +form_var_accompagnant == "Non" +form_var_autre_adulte == "Oui" +form_var_autre_enfant == "Oui" +form_var_confirmation == "oui" +form_var_deux_parents == "Oui" +form_var_espace == "L'atelier" +form_var_espace == "L'atelier" +form_var_i_invite=="Jean-Marc" +form_var_intervention="Voirie" +form_var_monoparental == "Non" +form_var_monoparental == "Oui" +form_var_pas_present != "True" +form_var_pas_present == "True" +form_var_profil=="Association" +form_var_profil=="Association" +form_var_profil=="Association" +form_var_profil=="Association" +form_var_profil=="Association" +form_var_profil=="Association" +form_var_profil=="Particulier" +form_var_profil=="Particulier" +form_var_profil=="Particulier" +form_var_profil=="Particulier" +form_var_profil=="Particulier" +form_var_profil=="Particulier" +form_var_profil=="Particulier" +form_var_profil=="Particulier" +form_var_profil=="Particulier" +form_var_profil=="Particulier" +form_var_profil=="Particulier" +form_var_profil=="Particulier" +form_var_representant == "Non" +form_var_satisfaction == "non" +form_var_satisfaction == "oui" +form_var_sonorisation == "Oui" +form_var_sonorisation == "Oui" +form_var_tel_conjoint == "Oui" +form_var_ville == "Strasbourg" +form_var_ville == "Strasbourg" +redirection_var_Choix == 'Non' +redirection_var_Choix == 'Oui' +var_FOYERrestauration == "Non" +var_FOYERrestauration == "Oui" +var_FOYERtarification == "Non" +var_FOYERtarification == "Oui" +var_SDPdecision == "Radiation" +var_SENIORSanimations == "Oui" +var_SENIORSvolontaire == "Non" +var_SENIORSvolontaire == "Oui" +var_choixservice=="Etat-Civil" +var_test=="2" or var_test=="1" +"Danse" in var_choix_discipline +MIELinscription_response_err==1 +MIELinscription_response_err==1 +form_var_BNMGLnature == "Devis" +form_var_DebitBoissons == "Oui" +form_var_Repas1 == "de régime" +form_var_Repas2 == "de régime" +form_var_STGservice == "Emploi" +form_var_STGservice == "Emploi" +form_var_STGservice == "Santé" +form_var_STGservice == "Santé" +form_var_Stationnement == "Oui" +form_var_autre_adulte == "Oui" +form_var_autre_adulte2 == "Oui" +form_var_autre_adulte2 == "Oui" +form_var_autre_enfant1 == "Oui" +form_var_autre_enfant2 == "Oui" +form_var_autre_enfant2 == "Oui" +form_var_autre_enfant3 == "Oui" +form_var_autre_enfant4 == "Oui" +form_var_entite == 'Entreprise' +form_var_entite == 'Entreprise' +form_var_entite == 'Entreprise' +form_var_entite == 'Entreprise' +form_var_entite == 'Entreprise' +form_var_motif=="Espaces verts" +form_var_objet_demande=="Autre" +form_var_service_ordre == "Oui" +form_var_stationnement == "Oui" +not check_response_data_famille +not district_response_data_text +var_agglo=="Montpellier Centre" +var_agglo=="Montpellier Mosson" +var_choixservice=="Facturation" +var_retraitebeneficiaire=="Oui" +var_retraitebeneficiaire=="Oui" +var_retraitebeneficiaire=="Oui" +var_retraitebeneficiaire=="Oui" +var_retraitebeneficiaire=="Oui" +var_retraitebeneficiaire=="Oui" +var_retraitebeneficiaire=="Oui" +var_retraitebeneficiaire=="Oui" +var_retraitebeneficiaire=="Oui" +var_retraitebeneficiaire=="Oui" +var_retraitebeneficiaire=="Oui" +var_retraitebeneficiaire=="Oui" +var_retraitebeneficiaire=="Oui" +var_type_calcul=="Modification" +var_voiture == "aucune voiture" +"Mariage/Pacs" in var_evenements +"Mariage/Pacs" in var_evenements +"Mariage/Pacs" in var_evenements +"Mariage/Pacs" in var_evenements +Qualification_var_Refus == "Oui" +dispatch_var_service == "Divers" +dispatch_var_service_raw == "rh" +form_var_BNMGLpasseport == "Non" +form_var_Besoin != "occasionnel" +form_var_Besoin == "occasionnel" +form_var_LoterieTombola == "Oui" +form_var_STGservice == "Accueil" +form_var_STGservice == "Accueil" +form_var_VenteDeballage == "Oui" +form_var_autres_personnes!="Non" +form_var_change_adresse == "Oui" +form_var_commune == "Strasbourg" +form_var_commune == "Strasbourg" +form_var_commune_reliee == "non" +form_var_commune_reliee == "non" +form_var_commune_reliee == "non" +form_var_commune_reliee == "non" +form_var_commune_reliee == "oui" +form_var_commune_reliee == "oui" +form_var_commune_reliee == "oui" +form_var_commune_reliee == "oui" +form_var_entite == 'Association' +form_var_entite == 'Association' +form_var_entite == 'Association' +form_var_entite == 'Association' +form_var_entite == 'Association' +form_var_moyenalerte == "e-mail" +form_var_nationalite != "France" +form_var_nationalite == "France" +form_var_nom_autre_professionnel +int(form_var_nb_deplacement) = 1 +motif_var_refus != "Autre motif" +var_LWECLAIRsignalement == "Oui" +var_LWECLAIRsignalement == "Oui" +var_LWVOIRIEsignalement == "Oui" +var_LWVOIRIEsignalement == "Oui" +var_SVEdemandeur == "Entreprise" +var_Situation == "Divorcé-es" +var_Situation == "Séparé-es" +var_Situation == "Union libre" +var_participationconjoint=="Oui" +var_salarie == 'Emploi salarié' +var_salarie == 'Emploi salarié' +var_situation == "Parent isolé" +var_typeacte=="Copie intégrale" +var_typeacte=="Copie intégrale" +var_voiture == "3 voitures ou +" +"Filière voix" in var_discipline +"Filière voix" in var_discipline +"Filière voix" in var_discipline +"Musique" in var_choix_discipline +dispatch_var_service == "Maçons" +dispatch_var_service_raw == "dej" +dispatch_var_service_raw == "dsi" +form_var_Demande == "Une loterie" +form_var_Demande == "Une loterie" +form_var_ETMPcotraitance == "Non" +form_var_ETMPcotraitance == "Oui" +form_var_Nombre == "Deux auteurs" +form_var_Nombre == "Deux auteurs" +form_var_Parentdeuxactif == "Oui" +form_var_SDPdecision == 'Accord' +form_var_VousEtes == "Une école" +form_var_autres_enfants == "True" +form_var_instructeur_raw == "EPT" +form_var_instructeur_raw == "EPT" +form_var_nombreconducteurs == "5" +form_var_saisie_contact2 == "Oui" +form_var_saisie_contact2 == "Oui" +form_var_saisie_contact2 == "Oui" +form_var_saisie_contact2 == "Oui" +form_var_saisie_contact2 == "Oui" +form_var_situation == "Marié(e)" +form_var_structure<>"Association" +form_var_structure<>"Association" +form_var_structure=="Association" +form_var_structure=="Association" +form_var_theme in ["État-civil"] +form_var_theme in ["État-civil"] +form_var_typologie_raw == "neige" +form_var_typologie_raw == "neige" +regularisation_var_copie == "oui" +var_SVEdemandeur == "Association" +var_Situation == "Célibataire" +var_agglo=="Montpellier Lemasson" +var_choixservice=="Compte Usager" +var_informations_bancaires=="oui" +var_informations_bancaires=="oui" +var_informations_bancaires=="oui" +var_informations_bancaires=="oui" +var_objet == "Gestion locative" +var_objet == "Gestion locative" +var_objet == "Habitat et travaux" +var_objet == "Habitat et travaux" +Qualification_var_Complet == "Oui" +attribution_var_choix_pilote=="CG" +attribution_var_choix_pilote=="CG" +dispatch_var_service_raw == "dgst" +form_submission_backoffice == True +form_submission_backoffice == True +form_var_SDPcommunication == "SMS" +form_var_cible=="dans le proxibus" +form_var_cible=="dans le proxibus" +form_var_entite == 'Collectivité' +form_var_loyer or is_in_backoffice +form_var_temps_de_travail == "Non" +form_var_temps_de_travail == "Non" +var_choixservice=="Petite Enfance" +var_commune not in ['MONTPELLIER'] +var_motif=="Suspension temporaire" +var_motif=="Suspension temporaire" +vars().get('paiement_response_id') +vars().get('paiement_response_id') +vars().get('paiement_response_id') +vars().get('paiement_response_id') +vars().get('paiement_response_id') +Decimal(form_var_nb_personnes) >= 1 +Decimal(form_var_nb_personnes) >= 2 +Decimal(form_var_nb_personnes) >= 3 +dispatch_var_service == "Plombiers" +dispatch_var_service == "Transport" +dispatch_var_service_raw=="sejours" +form_var_BNMGLsurveillance == "Oui" +form_var_BNMGLsurveillance == "Oui" +form_var_adresse_complement_modifie +form_var_adresse_complement_modifie +form_var_demandeur == "Particulier" +form_var_motif=="Affaires sociales" +form_var_structure <> "Association" +form_var_structure == "Association" +form_var_structure == "Association" +form_var_typologie_raw == "hygiene" +form_var_typologie_raw == "hygiene" +form_var_vehiculeidentique == "Non" +form_var_vehiculeidentique == "Non" +form_var_vehiculeidentique == "Non" +form_var_vehiculeidentique == "Non" +form_var_vehiculeidentique == "Oui" +form_var_vehiculeidentique == "Oui" +form_var_ville_residence == "Autre" +form_var_ville_residence == "Autre" +var_LWRDVcivilite == "Organisation" +var_LWRDVcivilite == "Organisation" +var_agglo=="Montpellier Beaux-Arts" +var_urgence == "Une autre personne" +var_urgence == "Une autre personne" +var_urgence == "Une autre personne" +var_urgence == "Une autre personne" +var_urgence == "Une autre personne" +var_urgence == "Une autre personne" +var_urgence == "Une autre personne" +var_urgence == "Une autre personne" +var_urgence == "Une autre personne" +var_urgence == "Une autre personne" +var_urgence == "Une autre personne" +var_urgence == "Une autre personne" +vars().get('form_var_beneficiaire') +(var_test=="3") and (var_test2=="3") +Decimal(form_var_nb_personnes) >= 10 +attribution_var_choix_pilote=="CAUE" +attribution_var_choix_pilote=="CAUE" +clicrdv_cancel_response_data_success +clicrdv_cancel_response_data_success +clicrdv_cancel_response_data_success +dispatch_var_service == "Entreprise" +dispatch_var_service == "Menuisiers" +dispatch_var_service == "Serruriers" +dispatch_var_service_raw == "voirie" +form_var_STGservice == "Pole senior" +form_var_STGservice == "Pole senior" +form_var_Transport=="Train du Livre" +form_var_Transport=="Train du Livre" +form_var_Transport=="Train du Livre" +form_var_choix_contact == "Par mail" +form_var_elu=="L'Elu à l'urbanisme" +form_var_rdv_cni_participants == "1" +form_var_rdv_cni_participants == "1" +form_var_rdv_cni_participants == "1" +form_var_rdv_cni_participants == "2" +form_var_rdv_cni_participants == "2" +form_var_rdv_cni_participants == "2" +form_var_rdv_cni_participants == "3" +form_var_rdv_cni_participants == "3" +form_var_rdv_cni_participants == "3" +form_var_rdv_cni_participants == "4" +form_var_rdv_cni_participants == "4" +form_var_rdv_cni_participants == "4" +form_var_rdv_cni_participants == "5" +form_var_rdv_cni_participants == "5" +form_var_rdv_cni_participants == "5" +form_var_saisie_commune=="Vincennes" +form_var_typestruct == "Association" +form_var_typestruct == "Association" +form_var_typestruct == "Association" +form_var_typestruct == "Association" +len(data_source.solis_apa_users) > 0 +not form_var_nom_autre_professionnel +not form_var_regretraitebeneficiaire +not form_var_regretraitebeneficiaire +retour_clicrdv_response_data_success +retour_clicrdv_response_data_success +retour_clicrdv_response_data_success +retour_clicrdv_response_data_success +retour_clicrdv_response_data_success +retour_clicrdv_response_data_success +retour_clicrdv_response_data_success +retour_clicrdv_response_data_success +retour_clicrdv_response_data_success +retour_clicrdv_response_data_success +retour_clicrdv_response_data_success +retour_clicrdv_response_data_success +retour_clicrdv_response_data_success +retour_clicrdv_response_data_success +var_LWRENCcivilite == "Organisation" +var_LWURBAcivilite == "Organisation" +var_filiation_maternelle == "connue" +var_filiation_maternelle == "connue" +var_filiation_paternelle == "connue" +var_filiation_paternelle == "connue" +vars().get('form_var_child_age') >=1 +(f18 == "6 ans") or (f18 == "7 ans") +(f18 == "6 ans") or (f18 == "7 ans") +Decimal(form_var_nb_personnes) >= "1" +Decimal(form_var_nb_personnes) >= "4" +Decimal(form_var_nb_personnes) >= "5" +Decimal(form_var_nb_personnes) >= "6" +Decimal(form_var_nb_personnes) >= "7" +Decimal(form_var_nb_personnes) >= "8" +Decimal(form_var_nb_personnes) >= "9" +dispatch_var_service == "État-civil" +dispatch_var_service =="Aire de jeux" +dispatch_var_service_raw == "accueil" +dispatch_var_service_raw == "sejours" +dispatch_var_service_raw =="le_carre" +dispatch_var_service_raw =="logement" +form_var_COquartier == "Hors Meyzieu" +form_var_STGservice == "Diététique" +form_var_STGservice == "Diététique" +form_var_STGservice == "Informatique" +form_var_STGservice == "Informatique" +form_var_appel == "Appel transféré" +form_var_code_postal.startswith('31') +form_var_demandeur == "Professionnel" +form_var_motif=="Enfance et jeunesse" +form_var_situation == "Une société" +form_var_telephone or form_var_mobile +form_var_telephone or form_var_mobile +form_var_telephone or form_var_mobile +int(form_var_nombre_habitants) < 1001 +int(form_var_nombre_habitants) < 5001 +len(cherche_homonyme_response_data)>0 +len(cherche_homonyme_response_data)>0 +len(cherche_homonyme_response_data)>0 +len(cherche_homonyme_response_data)>0 +len(cherche_homonyme_response_data)>0 +len(data_source.solis_apa_users) == 0 +validation_donnees_var_choix == "Oui" +var_FCtype == "Réponse à une offre" +var_FCtype == "Réponse à une offre" +var_LWSECURcivilite == "Organisation" +var_objet == "Demande de logements" +var_objet == "Développement durable" +(f18 == "12 ans") or (f18 == "13 ans") +(f18 == "12 ans") or (f18 == "13 ans") +Decimal(form_var_nb_personnes) >= "10" +dispatch_var_service_raw == "collecte" +dispatch_var_service_raw == "finances" +dispatch_var_service_raw == "le_carre" +dispatch_var_service_raw == "tourisme" +form_var_STGservice == "Communication" +form_var_STGservice == "Communication" +form_var_STGservice == "Médiathèque" +form_var_STGservice == "Médiathèque" +form_var_VousEtes == "Une association" +form_var_lieu == "Toulouse - Capitole" +form_var_lieu == "Toulouse - Capitole" +form_var_personne == "Personne morale" +form_var_rdv_cni_participants == "- -" +form_var_situation == "Un particulier" +form_var_typologie_raw == "déjection" +form_var_typologie_raw == "déjection" +int(form_var_nombre_habitants) < 10001 +int(form_var_nombre_habitants) < 20001 +int(form_var_nombre_habitants) < 50001 +len(cherche_homonyme_response_data)==0 +len(cherche_homonyme_response_data)==0 +len(cherche_homonyme_response_data)==0 +len(cherche_homonyme_response_data)==0 +len(cherche_homonyme_response_data)==0 +not teamnet_axel_ws_auth_response_data +var_FCtype == "Candidature spontanée" +var_FCtype == "Candidature spontanée" +var_LWAUTREScivilite == "Organisation" +var_LWECLAIRcivilite == "Organisation" +var_LWGDSTADcivilite == "Organisation" +var_LWVOIRIEcivilite == "Organisation" +var_agglo=="Villeneuve-Lès-Maguelone" +var_filiation_maternelle_2 == "connue" +var_filiation_paternelle_2 == "connue" +var_marier<>'Non' or var_enfant<>'non' +webservice.concerto_enfant['count']!=1 +webservice.concerto_enfant['count']!=1 +"Séparation/Divorce" in var_evenements +"Séparation/Divorce" in var_evenements +"Séparation/Divorce" in var_evenements +"Séparation/Divorce" in var_evenements +commission_2_var_decision == "Accepté" +commission_2_var_decision == "Accepté" +commission_2_var_decision == "Accepté" +commission_2_var_decision == "Accepté" +dispatch_var_service == "Signalisation" +dispatch_var_service == "Équipe tonte" +dispatch_var_service_raw == "redaction" +dispatch_var_service_raw == "urbanisme" +form_option_type_acte_code == 'MARIAGE' +form_option_type_acte_code == 'MARIAGE' +form_var_STGservice == "Action sociale" +form_var_STGservice == "Action sociale" +form_var_STGservice == "Petite enfance" +form_var_STGservice == "Petite enfance" +form_var_Transport=="Chauffeur Navette" +form_var_Transport=="Chauffeur Navette" +form_var_Transport=="Chauffeur Navette" +form_var_appel == "Répondu et traité" +form_var_association != "Sélectionner" +form_var_situation == "Une association" +form_var_sujet=="Gendarmerie nationale" +form_var_ville_residence_raw == "Autre" +int(form_var_nombre_habitants) < 100001 +int(form_var_nombre_habitants) < 200001 +int(form_var_nombre_habitants) < 500001 +var_facturation == "Une autre personne" +var_facturation == "Une autre personne" +var_facturation == "Une autre personne" +var_facturation == "Une autre personne" +var_facturation == "Une autre personne" +var_facturation == "Une autre personne" +var_facturation == "Une autre personne" +var_facturation == "Une autre personne" +var_facturation == "Une autre personne" +var_facturation == "Une autre personne" +var_facturation == "Une autre personne" +var_facturation == "Une autre personne" +vars().get('form_var_nometablissement') +vars().get('form_var_nometablissement') +vars().get('form_var_nometablissement') +vars().get('form_var_nometablissement') +vars().get('form_var_nometablissement') +(var_enfants=="4") or (var_enfants=="5") +(var_enfants=="4") or (var_enfants=="5") +(var_enfants=="4") or (var_enfants=="5") +(var_enfants=="4") or (var_enfants=="5") +dispatch_var_service == "Sous traitance" +form_var_BNMGLmodepaiement == "En ligne" +form_var_STGservice == "Autres services" +form_var_STGservice == "Autres services" +form_var_choix_contact == "Par courrier" +form_var_personne == "Personne physique" +form_var_type_demandeur != "Particulier" +form_var_type_demandeur == "Association" +form_var_type_demandeur == "Particulier" +not clicrdv_cancel_response_data_success +not retour_clicrdv_response_data_success +not retour_clicrdv_response_data_success +not retour_clicrdv_response_data_success +not retour_clicrdv_response_data_success +not retour_clicrdv_response_data_success +not retour_clicrdv_response_data_success +not retour_clicrdv_response_data_success +not retour_clicrdv_response_data_success +not retour_clicrdv_response_data_success +not retour_clicrdv_response_data_success +not retour_clicrdv_response_data_success +not retour_clicrdv_response_data_success +not retour_clicrdv_response_data_success +not retour_clicrdv_response_data_success +var_nbenfants=="4" or var_nbenfants=="5" +var_nbenfants=="4" or var_nbenfants=="5" +dispatch_var_service == "Mobilier urbain" +dispatch_var_service_raw == "citoyennete" +dispatch_var_service_raw == "sports_asso" +form_var_STGservice == "Cuisine centrale" +form_var_STGservice == "Cuisine centrale" +form_var_STGservice == "Marchés Publics" +form_var_STGservice == "Marchés Publics" +form_var_STGservice == "Service culturel" +form_var_STGservice == "Service culturel" +form_var_VousEtes =="Un groupe de jeunes" +form_var_dechets == "Déchets végétaux" +form_var_identite=="un habitant de Nancy" +form_var_inscription_type == "Maternelle" +form_var_intervention=="Eclairage public" +form_var_justificatif or is_in_backoffice +form_var_justificatif or is_in_backoffice +form_var_justificatif or is_in_backoffice +form_var_justificatif or is_in_backoffice +form_var_justificatif or is_in_backoffice +form_var_justificatif or is_in_backoffice +form_var_justificatif or is_in_backoffice +form_var_justificatif or is_in_backoffice +form_var_justificatif or is_in_backoffice +form_var_justificatif or is_in_backoffice +form_var_justificatif or is_in_backoffice +form_var_justificatif or is_in_backoffice +form_var_justificatif or is_in_backoffice +form_var_justificatif or is_in_backoffice +form_var_justificatif or is_in_backoffice +form_var_justificatif or is_in_backoffice +form_var_organisme == "Votre préfecture" +form_var_organisme == "Votre préfecture" +form_var_projet != "Je viens sans projet" +form_var_type_inscription == "A l'école" +form_var_typetransmission == "par e-mail" +form_var_typetransmission == "par e-mail" +form_var_typetransmission == "par e-mail" +form_var_ville_residence == "Alfortville" +form_var_ville_residence == "Alfortville" +reattribution_var_commune_reliee == "non" +reattribution_var_commune_reliee == "non" +reattribution_var_commune_reliee == "non" +reattribution_var_commune_reliee == "non" +reattribution_var_commune_reliee == "oui" +reattribution_var_commune_reliee == "oui" +reattribution_var_commune_reliee == "oui" +reattribution_var_commune_reliee == "oui" +utils.age_in_days(form_var_date_fin) >= 0 +var_PPEfamille == "marié / vie maritale" +var_PPEfamille == "marié / vie maritale" +var_PPEfamille == "marié / vie maritale" +var_PPEfamille == "marié / vie maritale" +var_PPEresp1emploi == "Formation / Ecole" +var_PPEresp1emploi == "Formation / Ecole" +var_PPEresp2emploi == "Formation / Ecole" +var_PPEresp2emploi == "Formation / Ecole" +var_contact == "Messagerie électronique" +var_contact == "Messagerie électronique" +var_salarie_conjoint == 'Emploi salarié' +var_salarie_conjoint == 'Emploi salarié' +var_salle=="Centre sportif Léo Lagrange" +var_salle=="Centre sportif Léo Lagrange" +vars().get('semaine_response_booking_id') +SVE_archives_var_SVE_conservation == "non" +SVE_archives_var_SVE_conservation == "non" +SVE_archives_var_SVE_conservation == "oui" +SVE_archives_var_SVE_conservation == "oui" +dispatch_var_service == "Équipe élagage" +dispatch_var_service_raw == "cadre_de_vie" +dispatch_var_service_raw == "dga_jeunesse" +dispatch_var_service_raw == "mediatheques" +dispatch_var_service_raw == "restauration" +form_var_FCtype == "Réponse à une offre" +form_var_FCtype == "Réponse à une offre" +form_var_FCtype == "Réponse à une offre" +form_var_espace == "La salle de formation" +form_var_personne == "Une personne morale" +form_var_situation_logement == "Locataire" +form_var_sujet=="Documents administratifs" +inscription_response_in_waiting_list==True +inscription_response_in_waiting_list==True +inscription_response_in_waiting_list==True +var_PPEcalendrier == "Calendrier variable" +var_PPEcalendrier == "Calendrier variable" +var_nb_enfants=="J'inscris trois enfants" +var_nb_enfants=="J'inscris trois enfants" +var_nb_enfants=="J'inscris trois enfants" +var_nb_enfants=="J'inscris trois enfants" +var_salle=="Centre culturel Henri Matisse" +var_salle=="Centre culturel Henri Matisse" +dispatch_var_service == "Éclairage public" +dispatch_var_service =="Service proximité" +dispatch_var_service_raw == "cabinet_Maire" +dispatch_var_service_raw == "cabinet_maire" +dispatch_var_service_raw == "communication" +dispatch_var_service_raw == "conservatoire" +dispatch_var_service_raw == "dga_animation" +dispatch_var_service_raw == "espaces_verts" +enregistre_response_data_status_code != 201 +form_var_inscription_type == "Elémentaire" +form_var_naturedemande == "Acte de décès" +form_var_naturedemande == "Acte de mariage" +form_var_piece_identite or is_in_backoffice +form_var_type_document_raw=="cert_info_sco" +form_var_typetransmission == "par courrier" +form_var_typetransmission == "par courrier" +form_var_typetransmission == "par courrier" +inscription_response_in_waiting_list==False +regularisation_var_type=="Facture annulée" +utils.age_in_days(form_var_datedebut) <= -7 +var_domicile !="Je ne vis pas à Vincennes" +var_domicile !="Je ne vis pas à Vincennes" +vars().get('semaine_2_response_booking_id') +vars().get('semaine_2_response_booking_id') +vars().get('semaine_2_response_booking_id') +vars().get('semaine_2_response_booking_id') +vars().get('semaine_3_response_booking_id') +vars().get('semaine_3_response_booking_id') +vars().get('semaine_3_response_booking_id') +vars().get('semaine_3_response_booking_id') +vars().get('semaine_3_response_booking_id') +vars().get('semaine_3_response_booking_id') +vars().get('semaine_3_response_booking_id') +vars().get('semaine_3_response_booking_id') + var_nb_habitants=="Moins de 2000 habitants" +"1 parent (autre que moi)" in var_signataire +"1 parent (autre que moi)" in var_signataire +date(form_var_rdv_datetime) == utils.today() +dispatch_var_service == "Équipe entretient" +dispatch_var_service_raw == "contrat_creche" +dispatch_var_service_raw == "cœur_de_ville" +dispatch_var_service_raw == "dga_ressources" +dispatch_var_service_raw == "dvp_economique" +dispatch_var_service_raw =="moyens_generaux" +form_var_Proprietaire != "Votre propriété" +form_var_STGservice == "Ressources Humaines" +form_var_STGservice == "Ressources Humaines" +form_var_STGservice == "Services techniques" +form_var_STGservice == "Services techniques" +form_var_STGservice == "Sports – Jeunesse" +form_var_STGservice == "Sports – Jeunesse" +form_var_avis_imposition or is_in_backoffice +form_var_avis_imposition or is_in_backoffice +form_var_categorie == "Téléphone portable" +form_var_justif_domicile or is_in_backoffice +form_var_justif_domicile or is_in_backoffice +form_var_justif_domicile or is_in_backoffice +form_var_parents_ailleurs == "Oui, la mère" +form_var_parents_ailleurs == "Oui, la mère" +form_var_parents_ailleurs == "Oui, le père" +form_var_parents_ailleurs == "Oui, le père" +form_var_personne == "Une personne physique" +form_var_projekt != "Ich komme ohne Projekt" +inscription_response_in_waiting_list == True +inscription_response_in_waiting_list == True +utils.age_in_days(form_var_datedebut1) <= -7 +utils.age_in_days(form_var_datedebut2) <= -7 +utils.age_in_days(today, form_var_date) >= 2 +utils.age_in_years(form_var_date_acte) > 100 +utils.age_in_years(form_var_date_acte) > 100 +var_choix_personne_facture=="Autre personne" +var_domicile != "Je ne vis pas à Vincennes" +var_domicile != "Je ne vis pas à Vincennes" +var_domicile != "Je ne vis pas à Vincennes" +var_domicile != "Je ne vis pas à Vincennes" +var_domicile != "Je ne vis pas à Vincennes" +var_domicile != "Je ne vis pas à Vincennes" +var_domicile != "Je ne vis pas à Vincennes" +var_domicile != "Je ne vis pas à Vincennes" +var_domicile != "Je ne vis pas à Vincennes" +var_domicile != "Je ne vis pas à Vincennes" +var_domicile == "Je ne vis pas à Vincennes" +var_domicile == "Je ne vis pas à Vincennes" +var_motif=="Résiliation de la téléalarme" +var_motif=="Résiliation de la téléalarme" +vars().get('minisejour_response_booking_id') +vars().get('minisejour_response_booking_id') +vars().get('minisejour_response_booking_id') +vars().get('minisejour_response_booking_id') +vars().get('minisejour_response_booking_id') +vars().get('minisejour_response_booking_id') +vars().get('minisejour_response_booking_id') +vars().get('minisejour_response_booking_id') +vars().get('minisejour_response_booking_id') +vars().get('minisejour_response_booking_id') +vars().get('minisejour_response_booking_id') +vars().get('minisejour_response_booking_id') +dispatch_var_service == "Décapage des sols " +dispatch_var_service == "Décapage des sols " +dispatch_var_service == "Traitement des tags" +dispatch_var_service == "Traitement des tags" +dispatch_var_service_raw == "cellule_durable" +dispatch_var_service_raw == "dga_citoyennete" +dispatch_var_service_raw == "hygiene_habitat" +dispatch_var_service_raw == "patrimoine_bati" +dispatch_var_service_raw == "projets_urbains" +dispatch_var_service_raw=="secretariat_maire" +dispatch_var_transfert == "Transfert partiel" +form_var_autres_personnes not in ["Non","1"] +form_var_choix_saisissant == 'un particulier' +form_var_demandeur_adresse_complement!="SANS" +form_var_demandeur_adresse_complement=="SANS" +form_var_naturedemande == "Acte de naissance" +form_var_restriction=="Circulation alternée" +form_var_type_document_raw=="fiche_familiale" +form_var_type_document_raw=="fiche_familiale" +form_var_ville_enfant.lower() == 'strasbourg' +var_choix_personne_urgence=="Autre_ personne" +var_motif=="Déménagement du bénéficiaire" +var_motif=="Déménagement du bénéficiaire" +"L'année civile en cours" in var_choix_revenu +"L'année civile suivante" in var_choix_revenu +MIELinscription_response_in_waiting_list==True +MIELinscription_response_in_waiting_list==True +dispatch_var_service_raw == "centre_technique" +dispatch_var_service_raw == "secretariat_elus" +dispatch_var_service_raw =="commande_publique" +dispatch_var_service_raw =="coordination_alsh" +dispatch_var_service_raw =="coordination_alsh" +dispatch_var_service_raw =="direction_habitat" +form_option_id_semaine_2 in form_var_event_raw +form_option_id_semaine_2 in form_var_event_raw +form_option_id_semaine_3 in form_var_event_raw +form_option_id_semaine_3 in form_var_event_raw +form_option_id_semaine_3 in form_var_event_raw +form_option_id_semaine_3 in form_var_event_raw +form_var_Demarche=="Une première inscription" +form_var_Nature=="Equipement pour particulier" +form_var_Operation == "Votre départ de Nancy" +form_var_Requete =="Une première inscription" +form_var_Requete=="Un changement de véhicule" +form_var_Requete=="Une modification d'adresse" +form_var_Signalement=="Un défaut de collecte" +form_var_changement_situation_familiale=='Oui' +form_var_changement_situation_familiale=='Oui' +form_var_choix_saisissant == 'une association' +form_var_naturesignalement_raw == "éclairage" +form_var_naturesignalement_raw == "éclairage" +form_var_situation_logement == "Propriétaire" +form_var_type_demandeur == "Bailleur / Syndic" +len(cherche_homonyme_conjoint_response_data)>0 +len(cherche_homonyme_conjoint_response_data)>0 +len(cherche_homonyme_conjoint_response_data)>0 +len(cherche_homonyme_conjoint_response_data)>0 +len(cherche_homonyme_conjoint_response_data)>0 +utils.age_in_days(form_var_rdv_datetime) >= -2 +utils.age_in_years(form_var_DateNaissance) > 0 +var_motif=="Reprise d'abonnement téléalarme" +var_motif=="Reprise d'abonnement téléalarme" +vars().get('form_var_papier_nometablissement') +(f48 == "15") or (f48 == "16") or (f48 == "17") +(f48 == "15") or (f48 == "16") or (f48 == "17") +MIELinscription_response_in_waiting_list==False +MIELinscription_response_in_waiting_list==False +date(form_var_dateBonjour) > date('30/06/2018') +dispatch_var_service =="Hygiène et sécurité" +dispatch_var_service_raw == "action_culturelle" +dispatch_var_service_raw == "dir_communication" +dispatch_var_service_raw == "logistique_ecoles" +dispatch_var_service_raw == "logistique_ecoles" +form_option_libelle_semaine_1 in form_var_event +form_option_libelle_semaine_1 in form_var_event +form_option_libelle_semaine_1 in form_var_event +form_option_libelle_semaine_1 in form_var_event +form_option_libelle_semaine_1 in form_var_event +form_option_libelle_semaine_2 in form_var_event +form_option_libelle_semaine_2 in form_var_event +form_option_libelle_semaine_2 in form_var_event +form_option_libelle_semaine_3 in form_var_event +form_option_libelle_semaine_3 in form_var_event +form_option_libelle_semaine_3 in form_var_event +form_var_Demarche=="Un changement de véhicule" +form_var_Demarche=="Une modification d'adresse" +form_var_STGservice == "Résidence les Tamaris" +form_var_STGservice == "Résidence les Tamaris" +form_var_choix_saisissant == 'un professionnel' +form_var_restriction == "Circulation alternée" +len(cherche_homonyme_conjoint_response_data)==0 +len(cherche_homonyme_conjoint_response_data)==0 +len(cherche_homonyme_conjoint_response_data)==0 +len(cherche_homonyme_conjoint_response_data)==0 +len(cherche_homonyme_conjoint_response_data)==0 +not vars().get('semaine_1_response_booking_id') +not vars().get('semaine_1_response_booking_id') +not vars().get('semaine_1_response_booking_id') +not vars().get('semaine_1_response_booking_id') +not vars().get('semaine_2_response_booking_id') +not vars().get('semaine_2_response_booking_id') +not vars().get('semaine_2_response_booking_id') +not vars().get('semaine_2_response_booking_id') +not vars().get('semaine_3_response_booking_id') +not vars().get('semaine_3_response_booking_id') +not vars().get('semaine_3_response_booking_id') +not vars().get('semaine_3_response_booking_id') +teamnet_axel_ws_auth_response_data_estidentifie +var_domaine_petite_enfance == "Contrat crèche" +'Autre' not in form_var_liste or form_var_autre +dispatch_var_service_raw =="affaires_juridiques" +form_name == "Demande d'enlèvement de graffiti" +form_var_objet == "les emplacements funéraires" +form_var_statut and 'Artisan' in form_var_statut +form_var_structure == "Entreprise (ou commerce)" +int(form_var_index) < len(form_var_trajet_lines) +not vars().get('minisejour_response_booking_id') +not vars().get('minisejour_response_booking_id') +not vars().get('minisejour_response_booking_id') +not vars().get('minisejour_response_booking_id') +var_domicile == "Je suis hébergé à Vincennes" +var_domicile == "Je suis hébergé à Vincennes" +vars().get('Id_semaine_1_error_response_reason') +vars().get('etablissement_var_nometablissement') +vars().get('etablissement_var_nometablissement') +vars().get('etablissement_var_nometablissement') +vars().get('etablissement_var_nometablissement') +vars().get('etablissement_var_nometablissement') + form_var_cout_projet=="Plus de 100 000 euros HT" +date(form_var_datefin) > date(form_var_datedebut) +dispatch_var_service == "Entretien espace public" +dispatch_var_service == "Entretien espace public" +dispatch_var_service_raw == "annuler_attribution" +dispatch_var_service_raw == "annuler_attribution" +dispatch_var_service_raw == "archives_patrimoine" +dispatch_var_service_raw == "relations_publiques" +form_option_id_minisejour in form_var_event_2_raw +form_option_id_minisejour in form_var_event_2_raw +form_option_id_minisejour in form_var_event_2_raw +form_var_BNMGLmodepaiement == "Paiement en ligne" +form_var_domicile == "Je ne vis pas à Vincennes" +form_var_domicile == "Je ne vis pas à Vincennes" +form_var_organisme == "Un territoire d'Outre-mer" +form_var_organisme == "Un territoire d'Outre-mer" +form_var_participation_id == "ne participera pas" +form_var_participation_id == "ne participera pas" +int(form_var_index) >= len(form_var_trajet_lines) +var_defunt_vivait<>"---Sélectionner un choix---" +vars().get('form_var_type_courrier') != "Guichet" +date(form_var_datefin) >= date(form_var_datedebut) +date(form_var_datefin) >= date(form_var_datedebut) +date(form_var_datefin) >= date(form_var_datedebut) +date(form_var_datefin) >= date(form_var_datedebut) +dispatch_var_service == "Ordures ménagères capm" +dispatch_var_service == "Ordures ménagères capm" +form_option_id_semaine_1 not in form_var_event_raw +form_option_id_semaine_1 not in form_var_event_raw +form_option_id_semaine_2 not in form_var_event_raw +form_option_id_semaine_2 not in form_var_event_raw +form_option_id_semaine_3 not in form_var_event_raw +form_option_id_semaine_3 not in form_var_event_raw +form_var_Demarche == "Une prolongation des droits" +form_var_STGservice == "Archive – Documentation" +form_var_STGservice == "Archive – Documentation" +form_var_appel == "Transfert non abouti - message" +form_var_courriel == form_var_ConfirmationCourriel +form_var_espace!="Le carrel de travail numérique" +form_var_livret_famille_enfant or is_in_backoffice +form_var_livret_famille_enfant or is_in_backoffice +form_var_livret_famille_enfant or is_in_backoffice +form_var_titre == "résident de la ville de Nancy" +logitud_demand_status_response_data_closed == True +regularisation_var_type=="Remboursement effectué" +webservice.vac_en_sport['places']['available'] > 0 +"1ère demande de carte" in var_choix_stationnement +datetime.date.today() > datetime.date(2015, 01, 01) +datetime.date.today() > datetime.date(2015, 01, 01) +datetime.date.today() > datetime.date(2016, 03, 15) +datetime.date.today() > datetime.date(2016, 03, 15) +datetime.date.today() > datetime.date(2017, 02, 18) +datetime.date.today() > datetime.date(2017, 02, 18) +datetime.date.today() > datetime.date(2017, 02, 18) +datetime.date.today() > datetime.date(2017, 02, 18) +dispatch_var_service_raw == "conseiller_prevention" +dispatch_var_service_raw == "direction_vie_sociale" +form_var_Nature=="Equipement sur le domaine public" +form_var_agent != "n'être dans aucun de ces 2 cas" +form_var_agent != "n'être dans aucun de ces 2 cas" +form_var_agent != "n'être dans aucun de ces 2 cas" +form_var_agent != "n'être dans aucun de ces 2 cas" +form_var_informations_situation or is_in_backoffice +form_var_paiement == "Je souhaite payer au guichet" +form_var_paiement == "Je souhaite payer au guichet" +form_var_paiement == "Je souhaite payer au guichet" +form_var_paiement == "Je souhaite payer au guichet" +form_var_paiement == "Je souhaite payer au guichet" +form_var_paiement == "Je souhaite payer au guichet" +form_var_paiement == "Je souhaite payer au guichet" +form_var_paiement == "Je souhaite payer au guichet" +form_var_paiement == "Je souhaite payer au guichet" +form_var_paiement == "Je souhaite payer au guichet" +form_var_paiement == "Je souhaite payer au guichet" +form_var_paiement=="Je souhaite payer par internet" +form_var_paiement=="Je souhaite payer par internet" +form_var_paiement=="Je souhaite payer par internet" +form_var_piece_justif_domicile1 or is_in_backoffice +form_var_piece_justif_domicile2 or is_in_backoffice +form_var_statut and 'Brocanteur' in form_var_statut +form_var_statut and 'Producteur' in form_var_statut +regularisation_var_type=="Rétroactivité refusée" +var_LWACCESnature == "Mise à jour de coordonnées" +var_defunt_vivait<>"Non" or var_lieu_deces<>"Autre" +vars().get('paiement_response_result') != 'success' +"Changement de véhicule" in var_choix_stationnement +"Changement de véhicule" in var_choix_stationnement +"Je joins ma taxe d'habitation" in var_justificatifs +date(form_var_date_fin) >= date(form_var_date_debut) +date(form_var_datefin1) >= date(form_var_datedebut1) +date(form_var_datefin2) >= date(form_var_datedebut2) +f17 == "Je suis français résident à l'étranger." +f17 == "Je suis français résident à l'étranger." +f17 == "Je suis français résident à l'étranger." +form_var_BNMGLmodepaiement == "Mandat administratif" +form_var_Venue == "Non, je viendrai accompagné(e)." +form_var_Venue == "Non, je viendrai accompagné(e)." +form_var_elu=="L'Elu délégué à l'Action Sociale" +form_var_espace == "Le carrel de travail numérique" +form_var_fiche=="3.2 - Conseils en lecture publique" +form_var_fiche=="3.4 - Conseil restauration église" +form_var_piece_identite_conjoint or is_in_backoffice +regularisation_var_type=="Rétroactivité acceptée" +reponsefamille_response_data_family_decision != "-1" +reponsefamille_response_data_family_decision == "-1" +utils.age_in_years(form_var_BNMGLdatenaissance) < 13 +utils.age_in_years(form_var_BNMGLdatenaissance) < 18 +var_demandeur != "La personne concernée par l'acte" +var_demandeur != "La personne concernée par l'acte" +form_option_id_minisejour not in form_var_event_2_raw +form_option_id_minisejour not in form_var_event_2_raw +form_var_aec_nature not in ["Extrait sans filiation"] +form_var_aec_nature not in ["Extrait sans filiation"] +form_var_complement_technique=="la défense incendie" +form_var_nom_enfant or form_var_pas_present == "True" +form_var_paiement == "Je souhaite payer par internet" +form_var_paiement == "Je souhaite payer par internet" +form_var_paiement == "Je souhaite payer par internet" +form_var_paiement == "Je souhaite payer par internet" +form_var_paiement == "Je souhaite payer par internet" +form_var_paiement == "Je souhaite payer par internet" +gdc_status != 200 or gdc_response_data_result != "OK" +regularisation_var_type=="Régularisation effectuée" +var_Transmission_referent == "Par voie électronique" +var_nationalitebeneficiaire=="Hors Union européenne" +var_nationalitebeneficiaire=="Hors Union européenne" +var_nationalitebeneficiaire=="Hors Union européenne" +var_nationalitebeneficiaire=="Hors Union européenne" +var_nationalitebeneficiaire=="Hors Union européenne" +var_nationalitebeneficiaire=="Hors Union européenne" +"Le bénéficiaire a changé de RIB" in var_modifinfos +(form_var_Salle == "Oui") or (form_var_Sport == "Oui") +f48 == "Je ne souhaite pas communiquer mes ressources" +f48 == "Je ne souhaite pas communiquer mes ressources" +f48 == "Je ne souhaite pas communiquer mes ressources" +f48 == "Je ne souhaite pas communiquer mes ressources" +form_objects.count_status_3 < int(form_option_attente) +form_objects.count_status_3 < int(form_option_attente) +form_objects.count_status_3 < int(form_option_attente) +form_objects.count_status_3 < int(form_option_attente) +form_objects.count_status_3 < int(form_option_attente) +form_var_BNMGLville in ["Meyzieu","MEYZIEU","meyzieu"] +form_var_BNMGLville in ["Meyzieu","MEYZIEU","meyzieu"] +form_var_etablissement == "Concessionnaire automobile" +form_var_situation_familiale_demandeur_couple == "oui" +retourcommission_response_data_decision == "favorable" +retourcommission_response_data_decision == "favorable" +'retour_clicrdv_response_data_appointment_id' in vars() +'retour_clicrdv_response_data_appointment_id' in vars() +'retour_clicrdv_response_data_appointment_id' in vars() +'retour_clicrdv_response_data_appointment_id' in vars() +'retour_clicrdv_response_data_appointment_id' in vars() +'retour_clicrdv_response_data_appointment_id' in vars() +'retour_clicrdv_response_data_appointment_id' in vars() +'retour_clicrdv_response_data_appointment_id' in vars() +'retour_clicrdv_response_data_appointment_id' in vars() +'retour_clicrdv_response_data_appointment_id' in vars() +'retour_clicrdv_response_data_appointment_id' in vars() +'retour_clicrdv_response_data_appointment_id' in vars() +choixquartier_var_quartier_raw in ('larris', 'redoute') +choixquartier_var_quartier_raw in ('larris', 'redoute') +dispatch_var_service_raw == "relations_internationales" +form_objects.count_status_3 <= int(form_option_attente) +form_objects.count_status_3 <= int(form_option_attente) +form_objects.count_status_3 >= int(form_option_attente) +form_objects.count_status_3 >= int(form_option_attente) +form_objects.count_status_3 >= int(form_option_attente) +form_objects.count_status_3 >= int(form_option_attente) +form_objects.count_status_3 >= int(form_option_attente) +form_objects.count_status_3 >= int(form_option_attente) +form_objects.count_status_3 >= int(form_option_attente) +form_objects.count_status_3 >= int(form_option_attente) +form_objects.count_status_3 >= int(form_option_attente) +form_objects.count_status_3 >= int(form_option_attente) +form_objects.count_status_3 >= int(form_option_attente) +form_objects.count_status_3 >= int(form_option_attente) +form_objects.count_status_3 >= int(form_option_attente) +form_objects.count_status_3 >= int(form_option_attente) +form_objects.count_status_3 >= int(form_option_attente) +form_objects.count_status_3 >= int(form_option_attente) +form_objects.count_status_3 >= int(form_option_attente) +form_objects.count_status_3 >= int(form_option_attente) +form_objects.count_status_3 >= int(form_option_attente) +form_objects.count_status_3 >= int(form_option_attente) +form_objects.count_status_3 >= int(form_option_attente) +form_objects.count_status_3 >= int(form_option_attente) +form_objects.count_status_3 >= int(form_option_attente) +form_objects.count_status_3 >= int(form_option_attente) +form_objects.count_status_3 >= int(form_option_attente) +form_objects.count_status_3 >= int(form_option_attente) +form_objects.count_status_3 >= int(form_option_attente) +form_objects.count_status_3 >= int(form_option_attente) +form_objects.count_status_3 >= int(form_option_attente) +form_objects.count_status_3 >= int(form_option_attente) +form_objects.count_status_3 >= int(form_option_attente) +form_objects.count_status_3 >= int(form_option_attente) +form_objects.count_status_3 >= int(form_option_attente) +form_objects.count_status_3 >= int(form_option_attente) +form_objects.count_status_3 >= int(form_option_attente) +form_objects.count_status_3 >= int(form_option_attente) +form_objects.count_status_3 >= int(form_option_attente) +form_objects.count_status_3 >= int(form_option_attente) +form_objects.count_status_3 >= int(form_option_attente) +form_objects.count_status_3 >= int(form_option_attente) +form_objects.count_status_3 >= int(form_option_attente) +form_objects.count_status_3 >= int(form_option_attente) +form_var_Enfants == "Oui" and form_var_adultes == "Non" +form_var_adultes == "Non" and form_var_enfants == "Non" +form_var_adultes == "Oui" and form_var_enfants == "Non" +form_var_anterieur_situation == "Changement de commune" +form_var_enfants == "Oui" and form_var_adultes == "Non" +form_var_enfants == "Oui" and form_var_adultes == "Oui" +utils.age_in_days(form_var_datedebutdemenagement) <= -7 +utils.age_in_days(form_var_datedebutdemenagement) <= -7 +var_demandeur != "L'un des époux concerné par l'acte" +form_criticality_level == 0 and form_var_urgent == "Oui" +form_var_STGservice == "Ecoles maternelles et primaires" +form_var_STGservice == "Ecoles maternelles et primaires" +form_var_fiche=="3.6 - Conseil en classement d'archives" +form_var_intervention="Circulation relative aux travaux" +logitud_demand_status_response_data_status == 'accepted' +logitud_demand_status_response_data_status == 'accepted' +logitud_demand_status_response_data_status == 'rejected' +logitud_demand_status_response_data_status == 'rejected' +retourcommission_response_data_decision == "defavorable" +retourcommission_response_data_decision == "defavorable" +dispatch_var_service_raw == "contrat_creche_vie_scolaire" +dispatch_var_service_raw == "coordination_petite_enfance" +dispatch_var_service_raw == "coordination_petite_enfance" +form_option_id_minisejour in (form_var_event_2_raw or []) +form_option_id_minisejour in (form_var_event_2_raw or []) +form_option_id_minisejour in (form_var_event_2_raw or []) +form_var_identite=="un(e) représentant(e) d'association" +form_var_motif=="Vie associative, sportive et culturelle" +form_var_payeur == "Autre" or form_var_payeur2 == "Autre" +form_var_payeur == "Autre" or form_var_payeur2 == "Autre" +form_var_payeur == "Autre" or form_var_payeur2 == "Autre" +form_var_payeur2 == 'Autre' or form_var_payeur == 'Autre' +is_in_backoffice or form_var_organisation_ville == "True" +open('/tmp/nap','a').write('vars: %r\n' % vars()) or True +clicrdv_cancel_response_data_error[0]['errorCode'] == "10" +clicrdv_cancel_response_data_error[0]['errorCode'] == "10" +form_var_alm_gd_vac == "False" or form_var_alm_gd_vac_lieu +form_var_alm_gd_vac == "False" or form_var_alm_gd_vac_lieu +form_var_alm_pt_vac == "False" or form_var_alm_pt_vac_lieu +form_var_alm_pt_vac == "False" or form_var_alm_pt_vac_lieu +form_var_fs_autre == "False" or form_var_fs_autre_preciser +form_var_fs_autre == "False" or form_var_fs_autre_preciser +not form_var_BNMGLville in ["Meyzieu","MEYZIEU","meyzieu"] +not form_var_nom_enfant or form_var_pas_present == "False" +var_aidebeneficiaire!=None and len(var_aidebeneficiaire)>0 +var_aidebeneficiaire!=None and len(var_aidebeneficiaire)>0 +var_aidebeneficiaire!=None and len(var_aidebeneficiaire)>0 +var_aidebeneficiaire!=None and len(var_aidebeneficiaire)>0 +var_aidebeneficiaire!=None and len(var_aidebeneficiaire)>0 +var_aidebeneficiaire!=None and len(var_aidebeneficiaire)>0 +var_aidebeneficiaire!=None and len(var_aidebeneficiaire)>0 +var_aidebeneficiaire!=None and len(var_aidebeneficiaire)>0 +"2 parents (moi-même et l'autre parent)" in var_signataire +"2 parents (moi-même et l'autre parent)" in var_signataire +"2 parents (moi-même et l'autre parent)" in var_signataire +'retour_clicrdv_response_data_appointment_id' not in vars() +form_var_mater_stras == "Non" and form_var_comm_qf == "Non" +form_var_mater_stras == "Non" and form_var_comm_qf == "Oui" +form_var_mater_stras == "Oui" and form_var_comm_qf == "Oui" +form_var_rdv_cni_participants == "- -" and is_in_backoffice +form_var_rdv_cni_participants == "- -" and is_in_backoffice +form_var_rdv_cni_participants == "- -" and is_in_backoffice +regularisation_var_type=="Maintien de la tranche calculée" +"Compléter le relevé de capitaux" in infocompdef_var_liste +"Compléter le relevé de capitaux" in infocompdef_var_liste +"Compléter le relevé de capitaux" in infocompdef_var_liste +(form_var_Capital =="Oui") and (form_var_Benefices == "Oui") +form_var_complement_technique=="le patrimoine non protégé" +form_var_perisco_qf1=="Oui" or form_var_perisco_qf2 == "Oui" +form_var_velo3=="cargo" and form_var_carte-sxb=="strasbourg" +(f18 == "14 ans") or (f18 == "15 ans") or (f18 == "16 ans") +(f18 == "14 ans") or (f18 == "15 ans") or (f18 == "16 ans") +form_var_Situation in ['Marié(e)','Pacsé(e)','Concubinage'] +form_var_choix_formule_teletravail=="Télétravail régulier" +form_var_fiche=="3.7 - Conseil en archéolologie préventive" +form_var_fs_port_de!="autres" or form_var_fs_port_de_preciser +form_var_fs_port_de!="autres" or form_var_fs_port_de_preciser +form_var_lieudepart == "Oui" or form_var_lieuarrivee == "Oui" +form_var_lieudepart == "Oui" or form_var_lieuarrivee == "Oui" +form_var_lieudepart == "Oui" or form_var_lieuarrivee == "Oui" +form_var_nb_personnes and Decimal(form_var_nb_personnes) >= 1 +form_var_nb_personnes and Decimal(form_var_nb_personnes) >= 2 +form_var_nb_personnes and Decimal(form_var_nb_personnes) >= 3 +form_var_nb_personnes and Decimal(form_var_nb_personnes) >= 4 +form_var_nb_personnes and Decimal(form_var_nb_personnes) >= 5 +form_var_nb_personnes and Decimal(form_var_nb_personnes) >= 6 +form_var_nb_personnes and Decimal(form_var_nb_personnes) >= 7 +form_var_nb_personnes and Decimal(form_var_nb_personnes) >= 8 +form_var_nb_personnes and Decimal(form_var_nb_personnes) >= 9 +var_modifinfos=="Le bénéficiaire est retourné à domicile" +var_reclamation=="Une activité séjour et sorties scolaires" +"Le bénéficiaire est désormais retraité" in var_modifinfos +"responsable_nom_2" in webservice.concerto_enfant['result'][0] +"responsable_nom_2" in webservice.concerto_enfant['result'][0] +"responsable_nom_2" in webservice.concerto_enfant['result'][0] +"responsable_nom_2" in webservice.concerto_enfant['result'][0] +(var_enfants=="3") or (var_enfants=="4") or (var_enfants=="5") +(var_enfants=="3") or (var_enfants=="4") or (var_enfants=="5") +(var_enfants=="3") or (var_enfants=="4") or (var_enfants=="5") +(var_enfants=="3") or (var_enfants=="4") or (var_enfants=="5") +form_var_Demarche=="Un renouvellement de la vignette annuelle" +form_var_Requete=="Un renouvellement annuel du macaron Santé" +form_var_Urgence== "Non, il faut contacter une autre personne" +form_var_identite=="un(e) représentant(e) de conseil citoyen" +form_var_nb_personnes and Decimal(form_var_nb_personnes) >= 10 +var_nbenfants=="3" or var_nbenfants=="4" or var_nbenfants=="5" +var_nbenfants=="3" or var_nbenfants=="4" or var_nbenfants=="5" +vars().get('annulation_paiement_response_result') == "success" +vars().get('annulation_paiement_response_result') == "success" +vars().get('annulation_paiement_response_result') == "success" +vars().get('annulation_paiement_response_result') == "success" +vars().get('annulation_paiement_response_result') == "success" +vars().get('annulation_paiement_response_result') == "success" +form_var_Qun <> "Renouvellement sans modification des données" +form_var_Signalement=="Un dépôt de déchets ou d'encombrants" +form_var_choix_formule_teletravail=="Télétravail occasionnel" +form_var_rdv_cni_participants == "- -" and not is_in_backoffice +form_var_rdv_cni_participants == "- -" and not is_in_backoffice +form_var_rdv_cni_participants == "- -" and not is_in_backoffice +form_var_type_paiement == "Paiement par chèque ou en espèces" +form_var_type_paiement == "Paiement par chèque ou en espèces" +var_objet_demande=="Vous souhaitez clore votre contrat crèche" +var_situation == "Marié(e)" or var_situation == "Vie maritale" +var_situation == "Marié(e)" or var_situation == "Vie maritale" +datetime.datetime.now() > datetime.datetime(2017, 12, 1, 11, 50) +form_var_STGservice == "Urbanisme et développement économique" +form_var_STGservice == "Urbanisme et développement économique" +form_var_fiche=="3.1 - Accompagnement des projets bibliothèque" +form_var_fs_allergie == "False" or form_var_fs_allergie_preciser +form_var_fs_allergie == "False" or form_var_fs_allergie_preciser +form_var_intervention=="Environnement, propreté, espaces verts" +form_var_objet == "l'urbanisme et les documents réglementaires" +regularisation_var_type=="Rectification de la tranche calculée" +Decimal(form_var_rental)==0 or form_var_loyer or is_in_backoffice +date(form_var_date_demontage) >= date(form_var_date_installation) +datetime.date.today() >= datetime.date(*form_option_date_fin[:3]) +datetime.date.today() >= datetime.date(*form_option_date_fin[:3]) +form_var_Qdeux != "Renouvellement sans modification des données" +form_var_demandescu != "Autre demande" or form_var_textedemandecu +form_var_demandespe != "Autre demande" or form_var_textedemandepe +form_var_lieu == "Toulouse - Mairie de Quartier Arènes Romaines" +form_var_lieu == "Toulouse - Mairie de Quartier Arènes Romaines" +var_reclamation_sejour and "Classe Zoo" in var_reclamation_sejour +webservice.concerto_enfant['result'][0]["autorise_compteur"]=="0" +(form_var_Transport2=="TER") and (form_var_Nombre=="Deux auteurs") +form_var_Qtrois != "Renouvellement sans modification des données" +form_var_fs_renouv_pai == "False" or form_var_fs_renouv_pai_panier +form_var_fs_renouv_pai == "False" or form_var_fs_renouv_pai_panier +form_var_type_situation!="Je quitte Clisson Sèvre et Maine Agglo" +not "responsable_nom_2" in webservice.concerto_enfant['result'][0] +not "responsable_nom_2" in webservice.concerto_enfant['result'][0] +"Etude de faisabilité" in plan_intervention_var_choix_intervention +'MARI' in var_situation.upper() or 'UNION' in var_situation.upper() +'MARI' in var_situation.upper() or 'UNION' in var_situation.upper() +("Compléter les informations de tutelle" in infocompdef_var_liste) +("Compléter les informations de tutelle" in infocompdef_var_liste) +("Compléter les informations de tutelle" in infocompdef_var_liste) +("Compléter les informations de tutelle" in infocompdef_var_liste) +form_objects.count_status_2>=int(form_option_limite_preinscription) +form_objects.count_status_2>=int(form_option_limite_preinscription) +form_objects.count_status_2>=int(form_option_limite_preinscription) +form_objects.count_status_2>=int(form_option_limite_preinscription) +form_objects.count_status_2>=int(form_option_limite_preinscription) +form_objects.count_status_2>=int(form_option_limite_preinscription) +form_objects.count_status_2>=int(form_option_limite_preinscription) +form_objects.count_status_2>=int(form_option_limite_preinscription) +form_objects.count_status_2>=int(form_option_limite_preinscription) +form_objects.count_status_2>=int(form_option_limite_preinscription) +form_objects.count_status_2>=int(form_option_limite_preinscription) +form_objects.count_status_2>=int(form_option_limite_preinscription) +form_objects.count_status_2>=int(form_option_limite_preinscription) +form_objects.count_status_2>=int(form_option_limite_preinscription) +form_objects.count_status_2>=int(form_option_limite_preinscription) +form_var_Qquatre != "Renouvellement sans modification des données" +form_var_Vehicule=="Un véhicule de fonction lié à votre travail" +form_var_autonome=="Non, j'aide quelqu'un à faire son inscription" +form_var_autonome=="Non, j'aide quelqu'un à faire son inscription" +form_var_typestationnement == "Stationnement résidant dans la rue" +form_var_vincennois == "Oui" and form_var_temps_de_travail == "Oui" +form_var_vincennois == "Oui" and form_var_temps_de_travail == "Oui" +form_var_vincennois == "Oui" and form_var_temps_de_travail == "Oui" +len(data_source.solis_apa_users) < 1 or (not form_var_beneficiaire) +var_reclamation_sejour and "Classe Poney" in var_reclamation_sejour +webservice.concerto_enfant['result'][0]["autorise_compteur"] != "0" +"Compléter les informations liées au RIB" in infocompdef_var_liste +"Compléter les informations liées au RIB" in infocompdef_var_liste +"Compléter les informations liées au RIB" in infocompdef_var_liste +"Compléter les informations liées au RIB" in infocompdef_var_liste +(var_LWRDVcivilite == "Madame") or (var_LWRDVcivilite == "Monsieur") +(var_LWRDVcivilite == "Madame") or (var_LWRDVcivilite == "Monsieur") +form_var_Choix_type == "Choix 1" or form_var_Choix_type == "Choix 4" +form_var_Choix_type == "Choix 2" or form_var_Choix_type == "Choix 3" +form_var_Choix_type == "Choix 2" or form_var_Choix_type == "Choix 3" +form_var_aidebeneficiaire!=None and len(form_var_aidebeneficiaire)>0 +form_var_commune == "Strasbourg" or form_var_commune == "strasbourg" +form_var_commune == "Strasbourg" or form_var_commune == "strasbourg" +form_var_commune == "Strasbourg" or form_var_commune == "strasbourg" +form_var_commune == "Strasbourg" or form_var_commune == "strasbourg" +form_var_objet_demande=="Vous souhaitez clore votre contrat crèche" +form_var_place == "Oui, je souhaite connaître le nom de la crèche" +form_var_place == "Oui, je souhaite connaître le nom de la crèche" +form_var_place == "Oui, je souhaite connaître le nom de la crèche" +var_loisirs_vacances_maladie and var_loisirs_vacances_maladie=="oui" +"Ingénierie financière" in plan_intervention_var_choix_intervention +(form_var_Demande == "Une loterie") and (form_var_Benefices == "Oui") +Decimal(calcul_var_tarifs_amount)-Decimal(calcul_var_agent_amount)<=0 +Decimal(calcul_var_tarifs_amount)-Decimal(calcul_var_agent_amount)<=0 +form_var_STGservice == "Comptabilité / Administratif / Secrétariat" +form_var_STGservice == "Comptabilité / Administratif / Secrétariat" +form_var_autonome == "Non, j'aide quelqu'un à faire son inscription" +form_var_commune == "Strasbourg" or form_var_commune == "strasbourg" +form_var_commune == "Strasbourg" or form_var_commune == "strasbourg" +form_var_reclamation == " Le montant de l’heure « halte jeux »" +utils.today() > utils.make_date(form_option_date_interrogation_agora) +var_motif=="Modification de l'IBAN pour le prélèvement automatique" +var_motif_changement=="Rapprochement du domicile pour un autre motif" +var_reclamation_sejour and "Classes vertes" in var_reclamation_sejour +(form_var_IRRnaissance == "2006") or (form_var_IRRnaissance == "2007") +(form_var_IRRnaissance == "2008") or (form_var_IRRnaissance == "2009") +(form_var_IRRnaissance == "2010") or (form_var_IRRnaissance == "2011") +(form_var_Transport2=="Voiture") and (form_var_Nombre=="Deux auteurs") +(form_var_VTTnaissance == "2005") or (form_var_VTTnaissance == "2006") +(form_var_VTTnaissance == "2006") or (form_var_VTTnaissance == "2007") +(form_var_VTTnaissance == "2007") or (form_var_VTTnaissance == "2008") +(form_var_VTTnaissance == "2008") or (form_var_VTTnaissance == "2009") +(var_LWRENCcivilite == "Madame") or (var_LWRENCcivilite == "Monsieur") +(var_LWURBAcivilite == "Madame") or (var_LWURBAcivilite == "Monsieur") +comment_retour_autre_motif == '' or comment_retour_autre_motif is None +form_var_Nature=="Signalement d'un véhicule en stationnement gênant" +form_var_Qualite=="Un représentant d'une société de déménagement" +form_var_SDPdecision == 'Radiation' or form_var_SDPdecision == 'Refus' +form_var_SDPdecision == 'Radiation' or form_var_SDPdecision == 'Refus' +form_var_SDPdecision == 'Radiation' or form_var_SDPdecision == 'Refus' +form_var_SDPdecision == 'Radiation' or form_var_SDPdecision == 'Refus' +form_var_Signalement=="Un problème de propreté sur la voie publique" +form_var_Ville_parent1 == "Nancy" or form_var_Ville_parent2 == "Nancy" +form_var_declarant == "Non, j'aide quelqu'un à faire son inscription" +form_var_declarant == "Non, j'aide quelqu'un à faire son inscription" +form_var_gdema_state_id == "64" or form_var_gdema_state == "Cloturée" +form_var_gdema_state_id == "64" or form_var_gdema_state == "Cloturée" +form_var_nombreconducteurs == "4" or form_var_nombreconducteurs == "5" +form_var_type_information == "Noms des professionnels pour une école" +form_var_type_information == "Noms des professionnels pour une école" +form_var_ville.lower() in ["fontenay-sous-bois", "fontenay sous bois"] +form_var_ville.lower() in ["fontenay-sous-bois", "fontenay sous bois"] +var_lieu=="Salle Jean-Louis Barrault - (capacité maximale 300 pers.)" +"Le bénéficiaire perçoit une autre aide que l'APA" in var_modifinfos +("Compléter les informations de tutelle" not in infocompdef_var_liste) +("Compléter les informations de tutelle" not in infocompdef_var_liste) +(form_objects.count_status_2) <= int(form_option_limite_preinscription) +(form_objects.count_status_2) <= int(form_option_limite_preinscription) +form_var_suppression == "Vous n'avez pas écrit au responsable du site" +retourcommission_response_data_decision in ("defavorable", "favorable") +var_PPEinfosjoursmodifiables == "Oui, je peux modifier certains jours." +var_PPEinfosjoursmodifiables == "Oui, je peux modifier certains jours." +var_reclamation_sejour and "Classes de neige" in var_reclamation_sejour +vars().get('suppression_paiement_guichet_response_result') == "success" +"Renouvellement de ma carte de stationnement" in var_choix_stationnement +"Renouvellement de ma carte de stationnement" in var_choix_stationnement +(utils.time_delta(utils.today(), form_var_date_de_naissance)).days>=6570 +(var_LWSECURcivilite == "Madame") or (var_LWSECURcivilite == "Monsieur") +Direction_var_destinataire_1_raw in ["Direction eaux et assainissement"] +dispatch_response_data and dispatch_response_data[0]['clic'] == "BESSIN" +dispatch_response_data and dispatch_response_data[0]['clic'] == "BESSIN" +dispatch_response_data and dispatch_response_data[0]['clic'] == "BESSIN" +dispatch_response_data and dispatch_response_data[0]['clic'] == "BESSIN" +dispatch_response_data and dispatch_response_data[0]['clic'] == "BESSIN" +dispatch_response_data and dispatch_response_data[0]['clic'] == "BOCAGE" +dispatch_response_data and dispatch_response_data[0]['clic'] == "BOCAGE" +dispatch_response_data and dispatch_response_data[0]['clic'] == "BOCAGE" +dispatch_response_data and dispatch_response_data[0]['clic'] == "BOCAGE" +dispatch_response_data and dispatch_response_data[0]['clic'] == "BOCAGE" +form_name == "J'ai besoin de matériel pour organiser une manifestation" +form_var_Demarche =="Des informations concernant un soldat référencé" +form_var_Operation == "Votre changement de domicile en restant à Nancy" +form_var_contestation == "Vous n'avez pas écrit au moteur de recherche" +form_var_fiche=="3.3 - Accompagnement de projets d'équipement culturel" +statutiparapheur_response_data_status in ('RejetVisa','RejetSignataire') +var_reclamation=="Une activité petite enfance (crèche, halte-jeux...)" +var_reclamation_periscolaire and "Repas" in var_reclamation_periscolaire +var_reclamation_sejour and "Séjour d’hiver" in var_reclamation_sejour +var_reclamation_sejour and "Séjour d’été" in var_reclamation_sejour +"Compléter les informations liées au conjoint" in infocompdef_var_liste +"Compléter les informations liées au conjoint" in infocompdef_var_liste +"Compléter les informations liées au conjoint" in infocompdef_var_liste +"Compléter les informations liées au conjoint" in infocompdef_var_liste +"Compléter les informations liées aux revenus" in infocompdef_var_liste +"Compléter les informations liées aux revenus" in infocompdef_var_liste +"Compléter les informations liées aux revenus" in infocompdef_var_liste +"Compléter les informations liées aux revenus" in infocompdef_var_liste +(len(cherche_homonyme_response_data)>0) and ('form_var_numero' in vars()) +(len(cherche_homonyme_response_data)>0) and ('form_var_numero' in vars()) +(len(cherche_homonyme_response_data)>0) and ('form_var_numero' in vars()) +dispatch_response_data and dispatch_response_data[0]['clic'] == "FALAISE" +dispatch_response_data and dispatch_response_data[0]['clic'] == "FALAISE" +dispatch_response_data and dispatch_response_data[0]['clic'] == "FALAISE" +dispatch_response_data and dispatch_response_data[0]['clic'] == "FALAISE" +dispatch_response_data and dispatch_response_data[0]['clic'] == "FALAISE" +form_var_intervention="Autres" or form_var_intervention=="Renseignements" +form_var_organisme == "Une direction départementale interministérielle" +form_var_organisme == "Une direction départementale interministérielle" +form_var_parcours != "Pas de parcours disponible pour ce niveau scolaire" +form_var_souhait == "Je bascule ma demande sur la liste du temps partiel" +form_var_souhait == "Je bascule ma demande sur la liste du temps partiel" +form_var_souhait == "Je bascule ma demande sur la liste du temps partiel" +form_var_type_situation!="Je m'installe à Clisson Sèvre et Maine Agglo" +'Période hivernale (1er novembre au 28 février)' in form_var_periode_raw +(var_LWAUTREScivilite == "Madame") or (var_LWAUTREScivilite == "Monsieur") +(var_LWECLAIRcivilite == "Madame") or (var_LWECLAIRcivilite == "Monsieur") +(var_LWGDSTADcivilite == "Madame") or (var_LWGDSTADcivilite == "Monsieur") +(var_LWVOIRIEcivilite == "Madame") or (var_LWVOIRIEcivilite == "Monsieur") +datetime.date.today() >= datetime.date(*form_option_date_fin_paiement[:3]) +datetime.date.today() >= datetime.date(*form_option_date_fin_paiement[:3]) +dispatch2_response_data and dispatch2_response_data[0]['clic'] == "BESSIN" +dispatch2_response_data and dispatch2_response_data[0]['clic'] == "BESSIN" +dispatch2_response_data and dispatch2_response_data[0]['clic'] == "BESSIN" +dispatch2_response_data and dispatch2_response_data[0]['clic'] == "BESSIN" +dispatch2_response_data and dispatch2_response_data[0]['clic'] == "BESSIN" +dispatch2_response_data and dispatch2_response_data[0]['clic'] == "BOCAGE" +dispatch2_response_data and dispatch2_response_data[0]['clic'] == "BOCAGE" +dispatch2_response_data and dispatch2_response_data[0]['clic'] == "BOCAGE" +dispatch2_response_data and dispatch2_response_data[0]['clic'] == "BOCAGE" +dispatch2_response_data and dispatch2_response_data[0]['clic'] == "BOCAGE" +dispatch_response_data and dispatch_response_data[0]['clic'] == "CAEN-EST" +dispatch_response_data and dispatch_response_data[0]['clic'] == "CAEN-EST" +dispatch_response_data and dispatch_response_data[0]['clic'] == "CAEN-EST" +dispatch_response_data and dispatch_response_data[0]['clic'] == "CAEN-EST" +dispatch_response_data and dispatch_response_data[0]['clic'] == "CAEN-EST" +form_slug=="lsp-inscription-des-auteurs-pris-en-charge-par-l-organisation" +form_var_BNMGLtypegroupes in ["Primaire","Collège","Lycée","Supérieur"] +form_var_demande1 == "Déménagement" and form_var_profil == "Particulier" +form_var_demande1 == "Échafaudage" or form_var_demande2 == "Échafaudage" +var_profildemandeur=="Je suis un proche du bénéficiaire (parent, autre)" +var_profildemandeur=="Je suis un proche du bénéficiaire (parent, autre)" +var_profildemandeur=="Je suis un proche du bénéficiaire (parent, autre)" +var_profildemandeur=="Je suis un proche du bénéficiaire (parent, autre)" +var_profildemandeur=="Je suis un proche du bénéficiaire (parent, autre)" +var_profildemandeur=="Je suis un proche du bénéficiaire (parent, autre)" +var_profildemandeur=="Je suis un proche du bénéficiaire (parent, autre)" +var_profildemandeur=="Je suis un proche du bénéficiaire (parent, autre)" +'autre (à préciser)' not in form_var_interpretation_raw or form_var_autre +comment_retour_autre_motif != '' and comment_retour_autre_motif is not None +dispatch2_response_data and dispatch2_response_data[0]['clic'] == "FALAISE" +dispatch2_response_data and dispatch2_response_data[0]['clic'] == "FALAISE" +dispatch2_response_data and dispatch2_response_data[0]['clic'] == "FALAISE" +dispatch2_response_data and dispatch2_response_data[0]['clic'] == "FALAISE" +dispatch2_response_data and dispatch2_response_data[0]['clic'] == "FALAISE" +form_var_demandesenfance != "Autre demande" or form_var_textedemandeenfance +form_var_demandeur == "Particulier" and form_var_vehiculeidentique == "Oui" +form_var_situation_demandeur=="Je souhaite changer la capacité de mon bac" +form_var_situation_demandeur=="Je souhaite changer la capacité de mon bac" +var_reclamation_sejour and "Séjour de printemps" in var_reclamation_sejour +("Compléter les informations liées au demandeur" in infocompdef_var_liste) +("Compléter les informations liées au demandeur" in infocompdef_var_liste) +("Compléter les informations liées au demandeur" in infocompdef_var_liste) +("Compléter les informations liées au demandeur" in infocompdef_var_liste) +dispatch2_response_data and dispatch2_response_data[0]['clic'] == "CAEN-EST" +dispatch2_response_data and dispatch2_response_data[0]['clic'] == "CAEN-EST" +dispatch2_response_data and dispatch2_response_data[0]['clic'] == "CAEN-EST" +dispatch2_response_data and dispatch2_response_data[0]['clic'] == "CAEN-EST" +dispatch2_response_data and dispatch2_response_data[0]['clic'] == "CAEN-EST" +dispatch_response_data and dispatch_response_data[0]['clic'] == "CAEN-AGGLO" +dispatch_response_data and dispatch_response_data[0]['clic'] == "CAEN-OUEST" +dispatch_response_data and dispatch_response_data[0]['clic'] == "CAEN-OUEST" +dispatch_response_data and dispatch_response_data[0]['clic'] == "CAEN-OUEST" +dispatch_response_data and dispatch_response_data[0]['clic'] == "CAEN-OUEST" +dispatch_response_data and dispatch_response_data[0]['clic'] == "CAEN-OUEST" +form_var_Presence == "Oui, je serai présent(e) et viendrai accompagné(e)." +len(gdema_response_data_Responses or []) > int(form_var_last_response_index) +len(gdema_response_data_Responses or []) > int(form_var_last_response_index) +"Compléter les informations liées au conjoint" not in infocompdef_var_liste +"Compléter les informations liées au conjoint" not in infocompdef_var_liste +"Compléter les informations liées aux revenus" not in infocompdef_var_liste +"Compléter les informations liées aux revenus" not in infocompdef_var_liste +(form_var_Transport2=="Train du Livre") and (form_var_Nombre=="Deux auteurs") +Decimal(form_var_nbvehiculeinf6t_aa)+Decimal(form_var_nbvehiculesupp6t_aa)<=3 +Decimal(form_var_nbvehiculeinf6t_ad)+Decimal(form_var_nbvehiculesupp6t_ad)<=3 +form_var_demandeur == "Professionnel" and form_var_vehiculeidentique == "Oui" +form_var_public != "Autre" or (form_var_public == "Autre" and form_var_autre) +form_var_saisie_choix == "un conjoint" or form_var_saisie_choix == "les deux" +form_var_saisie_choix == "un conjoint" or form_var_saisie_choix == "les deux" +form_var_saisie_choix == "un conjoint" or form_var_saisie_choix == "les deux" +form_var_saisie_choix == "un conjoint" or form_var_saisie_choix == "les deux" +form_var_saisie_choix == "un conjoint" or form_var_saisie_choix == "les deux" +len(gdema_response_data_Responses or []) <= int(form_var_last_response_index) +var_lieu=="Salle Georges Dezeuze (l'Oustau) - (capacité maximale 240 pers.)" +"Compléter les informations liées à l'IBAN et BIC" in infocompdef_var_liste +"Compléter les informations liées à l'IBAN et BIC" in infocompdef_var_liste +"Compléter les informations liées à l'IBAN et BIC" in infocompdef_var_liste +"Demande de carte pour un 2ème véhicule du foyer" in var_choix_stationnement +dispatch2_response_data and dispatch2_response_data[0]['clic'] == "CAEN-AGGLO" +dispatch2_response_data and dispatch2_response_data[0]['clic'] == "CAEN-OUEST" +dispatch2_response_data and dispatch2_response_data[0]['clic'] == "CAEN-OUEST" +dispatch2_response_data and dispatch2_response_data[0]['clic'] == "CAEN-OUEST" +dispatch2_response_data and dispatch2_response_data[0]['clic'] == "CAEN-OUEST" +dispatch2_response_data and dispatch2_response_data[0]['clic'] == "CAEN-OUEST" +dispatch_response_data and dispatch_response_data[0]['clic'] == "CAEN-AGGLO-1" +dispatch_response_data and dispatch_response_data[0]['clic'] == "CAEN-AGGLO-1" +dispatch_response_data and dispatch_response_data[0]['clic'] == "CAEN-AGGLO-1" +dispatch_response_data and dispatch_response_data[0]['clic'] == "CAEN-AGGLO-1" +dispatch_response_data and dispatch_response_data[0]['clic'] == "CAEN-AGGLO-2" +dispatch_response_data and dispatch_response_data[0]['clic'] == "CAEN-AGGLO-2" +dispatch_response_data and dispatch_response_data[0]['clic'] == "CAEN-AGGLO-2" +dispatch_response_data and dispatch_response_data[0]['clic'] == "CAEN-AGGLO-2" +dispatch_response_data and dispatch_response_data[0]['clic'] == "CAEN-AGGLO-3" +dispatch_response_data and dispatch_response_data[0]['clic'] == "CAEN-AGGLO-3" +dispatch_response_data and dispatch_response_data[0]['clic'] == "CAEN-AGGLO-3" +dispatch_response_data and dispatch_response_data[0]['clic'] == "CAEN-AGGLO-3" +f66 =="Oui" , f60 == "Oui",f61 == "Oui",f58 == "Oui",f62 == "Oui",f69 == "Oui" +form_var_Vehicule == "Le vôtre, carte grise à votre nom et à votre adresse" +form_var_champ_intervention=="Culture - 3.6. Conseil au classement d'archives" +form_var_champ_intervention=="Culture - 3.6. Conseil au classement d'archives" +form_var_demande1 == "Déménagement" or form_var_demande2 == "Déménagement" +"Recrutement du programmiste / MOE" in plan_intervention_var_choix_intervention +(f18 == "8 ans") or (f18 == "9 ans") or (f18 == "10 ans") or (f18 == "11 ans") +(f18 == "8 ans") or (f18 == "9 ans") or (f18 == "10 ans") or (f18 == "11 ans") +form_var_Situation_demandeur == "Citoyen vincennois propriétaire du véhicule" +form_var_champ_intervention=="Conseil juridique - 8.1. Informations juridiques" +form_var_organisme == "L'administration centrale du Ministère de l'Intérieur" +form_var_organisme == "L'administration centrale du Ministère de l'Intérieur" +var_domicile == "Je suis locataire ou propriétaire d'un logement à Vincennes" +var_domicile == "Je suis locataire ou propriétaire d'un logement à Vincennes" +"Etude de contexte / d'opportunité" in plan_intervention_var_choix_intervention +("Compléter les informations liées au demandeur" not in infocompdef_var_liste) +("Compléter les informations liées au demandeur" not in infocompdef_var_liste) +(form_var_Transport2=="Chauffeur Navette") and (form_var_Nombre=="Deux auteurs") +(form_var_espace == "La salle de formation") and (form_var_responsable == "Non") +dispatch2_response_data and dispatch2_response_data[0]['clic'] == "CAEN-AGGLO-1" +dispatch2_response_data and dispatch2_response_data[0]['clic'] == "CAEN-AGGLO-1" +dispatch2_response_data and dispatch2_response_data[0]['clic'] == "CAEN-AGGLO-1" +dispatch2_response_data and dispatch2_response_data[0]['clic'] == "CAEN-AGGLO-1" +dispatch2_response_data and dispatch2_response_data[0]['clic'] == "CAEN-AGGLO-2" +dispatch2_response_data and dispatch2_response_data[0]['clic'] == "CAEN-AGGLO-2" +dispatch2_response_data and dispatch2_response_data[0]['clic'] == "CAEN-AGGLO-2" +dispatch2_response_data and dispatch2_response_data[0]['clic'] == "CAEN-AGGLO-2" +dispatch2_response_data and dispatch2_response_data[0]['clic'] == "CAEN-AGGLO-3" +dispatch2_response_data and dispatch2_response_data[0]['clic'] == "CAEN-AGGLO-3" +dispatch2_response_data and dispatch2_response_data[0]['clic'] == "CAEN-AGGLO-3" +dispatch2_response_data and dispatch2_response_data[0]['clic'] == "CAEN-AGGLO-3" +form_var_champ_intervention=="SIG - 4.2. Structuration d’une politique de SIG" +form_var_champ_intervention=="SIG - 4.2. Structuration d’une politique de SIG" +form_var_typestationnement == "Emplacement privé dans une cour, au sous-sol..." +var_reclamation_badgeage and "Maladie non déduite " in var_reclamation_badgeage +("Compléter les informations liées au bénéficiaire" in infocompdef_var_liste) +("Compléter les informations liées au bénéficiaire" in infocompdef_var_liste) +("Compléter les informations liées au bénéficiaire" in infocompdef_var_liste) +("Compléter les informations liées au bénéficiaire" in infocompdef_var_liste) +Decimal(form_var_nbvehiculeinf6t_aaad)+Decimal(form_var_nbvehiculesupp6t_aaad)<=3 +dispatch_response_data and dispatch_response_data[0]['clic'] == "PAYS-D-AUGE-SUD" +form_var_champ_intervention=="Culture - 3.7. Conseil en archéologie préventive" +form_var_champ_intervention=="Culture - 3.7. Conseil en archéologie préventive" +form_var_demandesetatcivil != "Autre demande" or form_var_textedemande_etatcivil +form_var_usage != "Autre" or (form_var_usage == "Autre" and form_var_autre_usage) +utils.today() > utils.make_date(form_option_date_visuel_des_reponses_aux_usagers) +var_lieu=="Parc municipal Claude Leehnardt - (heure limite d'occupation : 21h00)" +var_lieu=="Parc municipal Claude Leehnardt - (heure limite d'occupation : 21h00)" +"Compléter les informations liées à la taxe foncière" in infocompdef_var_liste +"Compléter les informations liées à la taxe foncière" in infocompdef_var_liste +"Compléter les informations liées à la taxe foncière" in infocompdef_var_liste +"Compléter les informations liées à la taxe foncière" in infocompdef_var_liste +(len(cherche_homonyme_conjoint_response_data)>0) and ('form_var_numero' in vars()) +(len(cherche_homonyme_conjoint_response_data)>0) and ('form_var_numero' in vars()) +(len(cherche_homonyme_conjoint_response_data)>0) and ('form_var_numero' in vars()) +calcul_var_tarif_zero == "Je confirme que je veux bien appliquer un tarif à 0€" +calcul_var_tarif_zero == "Je confirme que je veux bien appliquer un tarif à 0€" +dispatch_response_data and dispatch_response_data[0]['clic'] == "PAYS-D-AUGE-NORD" +dispatch_response_data and dispatch_response_data[0]['clic'] == "PAYS-D-AUGE-NORD" +dispatch_response_data and dispatch_response_data[0]['clic'] == "PAYS-D-AUGE-NORD" +dispatch_response_data and dispatch_response_data[0]['clic'] == "PAYS-D-AUGE-NORD" +dispatch_response_data and dispatch_response_data[0]['clic'] == "PAYS-D-AUGE-NORD" +form_var_Nature<>"Demande d'information sur le stationnement payant / horodateurs" +form_var_SDPdatepassage != '' and utils.age_in_days(form_var_SDPdatepassage) >= 92 +form_var_fiche=="3.5 - Accompagnement conservation d'objets intérêt patrimonial" +var_vaccins=="Je dépose une copie du carnet de santé de mon enfant à la mairie" +var_vaccins=="Je dépose une copie du carnet de santé de mon enfant à la mairie" +var_vaccins=="Je dépose une copie du carnet de santé de mon enfant à la mairie" +dispatch2_response_data and dispatch2_response_data[0]['clic'] == "PAYS-D-AUGE-SUD" +dispatch_response_data and dispatch_response_data[0]['clic'] == "PAYS-D-AUGE-SUD-1" +dispatch_response_data and dispatch_response_data[0]['clic'] == "PAYS-D-AUGE-SUD-1" +dispatch_response_data and dispatch_response_data[0]['clic'] == "PAYS-D-AUGE-SUD-1" +dispatch_response_data and dispatch_response_data[0]['clic'] == "PAYS-D-AUGE-SUD-1" +dispatch_response_data and dispatch_response_data[0]['clic'] == "PAYS-D-AUGE-SUD-2" +dispatch_response_data and dispatch_response_data[0]['clic'] == "PAYS-D-AUGE-SUD-2" +dispatch_response_data and dispatch_response_data[0]['clic'] == "PAYS-D-AUGE-SUD-2" +dispatch_response_data and dispatch_response_data[0]['clic'] == "PAYS-D-AUGE-SUD-2" +form_slug=="lsp-inscription-des-auteurs-en-dedicace-categorie-litterature-generale" +form_var_Enfants == "Oui" and form_var_copievac_enfants == "Par voie électronique" +form_var_adultes == "Oui" and form_var_copievac_adultes == "Par voie électronique" +form_var_situation_demandeur=="Je souhaite faire remplacer un bac volé ou brûlé" +form_var_situation_demandeur=="Je souhaite faire remplacer un bac volé ou brûlé" +form_var_souhait == "J'annule ma demande, mon inscription sera retirée des listes" +form_var_souhait == "J'annule ma demande, mon inscription sera retirée des listes" +form_var_souhait == "J'annule ma demande, mon inscription sera retirée des listes" +var_reclamation_badgeage and "Heures supplémentaires " in var_reclamation_badgeage +(form_var_espace=="Le carrel de travail numérique") and (form_var_Duree=="1 heure") +(var_enfants=="2") or (var_enfants=="3") or (var_enfants=="4") or (var_enfants=="5") +(var_enfants=="2") or (var_enfants=="3") or (var_enfants=="4") or (var_enfants=="5") +(var_enfants=="2") or (var_enfants=="3") or (var_enfants=="4") or (var_enfants=="5") +(var_enfants=="2") or (var_enfants=="3") or (var_enfants=="4") or (var_enfants=="5") +dispatch2_response_data and dispatch2_response_data[0]['clic'] == "PAYS-D-AUGE-NORD" +dispatch2_response_data and dispatch2_response_data[0]['clic'] == "PAYS-D-AUGE-NORD" +dispatch2_response_data and dispatch2_response_data[0]['clic'] == "PAYS-D-AUGE-NORD" +dispatch2_response_data and dispatch2_response_data[0]['clic'] == "PAYS-D-AUGE-NORD" +dispatch2_response_data and dispatch2_response_data[0]['clic'] == "PAYS-D-AUGE-NORD" +form_submission_backoffice == False or form_var_creneau_type == 'Créneaux du matin' +form_var_ETMPfinecheance != '' and utils.age_in_days(form_var_ETMPfinecheance) >= 10 +form_var_demandesfacturation != "Autre demande" or form_var_textedemandefacturation +form_var_nomorganisme and (tutelle_var_organisme==None or not tutelle_var_organisme) +form_var_nomorganisme and (tutelle_var_organisme==None or not tutelle_var_organisme) +form_var_nomorganisme and (tutelle_var_organisme==None or not tutelle_var_organisme) +form_var_nomorganisme and (tutelle_var_organisme==None or not tutelle_var_organisme) +form_var_type_information == "Coordonnées d'un professionel dont je connais le nom" +form_var_type_information == "Coordonnées d'un professionel dont je connais le nom" +var_nbenfants=="2" or var_nbenfants=="3" or var_nbenfants=="4" or var_nbenfants=="5" +var_nbenfants=="2" or var_nbenfants=="3" or var_nbenfants=="4" or var_nbenfants=="5" +("Compléter les informations liées au bénéficiaire" not in infocompdef_var_liste) +("Compléter les informations liées au bénéficiaire" not in infocompdef_var_liste) +(form_var_Duree=="1 heure") and (form_var_espace =="Le carrel de travail numérique") +(form_var_espace=="Le carrel de travail numérique") and (form_var_Duree=="2 heures") +dispatch2_response_data and dispatch2_response_data[0]['clic'] == "PAYS-D-AUGE-SUD-1" +dispatch2_response_data and dispatch2_response_data[0]['clic'] == "PAYS-D-AUGE-SUD-1" +dispatch2_response_data and dispatch2_response_data[0]['clic'] == "PAYS-D-AUGE-SUD-1" +dispatch2_response_data and dispatch2_response_data[0]['clic'] == "PAYS-D-AUGE-SUD-1" +dispatch2_response_data and dispatch2_response_data[0]['clic'] == "PAYS-D-AUGE-SUD-2" +dispatch2_response_data and dispatch2_response_data[0]['clic'] == "PAYS-D-AUGE-SUD-2" +dispatch2_response_data and dispatch2_response_data[0]['clic'] == "PAYS-D-AUGE-SUD-2" +dispatch2_response_data and dispatch2_response_data[0]['clic'] == "PAYS-D-AUGE-SUD-2" +form_var_retraitebeneficiaire=="Oui" and not vars().get('retraite_var_listeretraite') +form_var_retraitebeneficiaire=="Oui" and not vars().get('retraite_var_listeretraite') +form_var_retraitebeneficiaire=="Oui" and not vars().get('retraite_var_listeretraite') +form_var_retraitebeneficiaire=="Oui" and not vars().get('retraite_var_listeretraite') +form_var_situation_demandeur=="Je souhaite faire réparer ou remplacer un bac cassé" +form_var_situation_demandeur=="Je souhaite faire réparer ou remplacer un bac cassé" +"Compléter les informations liées à la taxe foncière" not in infocompdef_var_liste +"Compléter les informations liées à la taxe foncière" not in infocompdef_var_liste +Decimal(form_var_incomes_allowance)==0 or form_var_attestation_CAF or is_in_backoffice +Decimal(form_var_nbvehiculeinf6t_aa_part)+Decimal(form_var_nbvehiculesup6t_aa_part)<=3 +Decimal(form_var_nbvehiculeinf6t_ad_part)+Decimal(form_var_nbvehiculesup6t_ad_part)<=3 +form_var_fs_allergie_medicament == "False" or form_var_fs_allergie_medicament_preciser +form_var_fs_allergie_medicament == "False" or form_var_fs_allergie_medicament_preciser +form_var_type_information == "Noms des professionnels pour une adresse que je connais" +form_var_type_information == "Noms des professionnels pour une adresse que je connais" +utils.age_in_days(form_var_SDPdatedebut) >= 300 and form_var_SDPcommunication == 'SMS' +utils.age_in_days(form_var_SDPdatedebut) >= 300 and form_var_SDPcommunication == 'SMS' +utils.age_in_days(form_var_SDPdatedebut) >= 300 and form_var_SDPcommunication == 'SMS' +var_nb_enfants=="J'inscris deux enfants" or var_nb_enfants=="J'inscris trois enfants" +var_nb_enfants=="J'inscris deux enfants" or var_nb_enfants=="J'inscris trois enfants" +var_nb_enfants=="J'inscris deux enfants" or var_nb_enfants=="J'inscris trois enfants" +var_nb_enfants=="J'inscris deux enfants" or var_nb_enfants=="J'inscris trois enfants" +var_reclamation_contrat_creche and "Forfait mensuel" in var_reclamation_contrat_creche +var_situation == "Séparé, divorcé" and var_domicile != "Je ne vis pas à Vincennes" +var_situation == "Séparé, divorcé" and var_domicile != "Je ne vis pas à Vincennes" +(form_var_espace == "La salle de formation") and (form_var_Duree_salle == "1 journée") +(form_var_espace == "La salle de formation") and (form_var_Duree_salle == "1 journée") +form_var_budget == "Avec financement (15% du budget de production doit être en place)" +form_var_budget == "Avec financement (15% du budget de production doit être en place)" +form_var_moyenalerte == "appel vocal sur un poste fixe (numéros français uniquement)" +form_var_nouveau_deplacement_1=="Non, je souhaite pouvoir saisir un autre déplacement" +form_var_nouveau_deplacement_2=="Non, je souhaite pouvoir saisir un autre déplacement" +form_var_nouveau_deplacement_3=="Non, je souhaite pouvoir saisir un autre déplacement" +form_var_nouveau_deplacement_4=="Non, je souhaite pouvoir saisir un autre déplacement" +form_var_nouveau_deplacement_5=="Non, je souhaite pouvoir saisir un autre déplacement" +form_var_nouveau_deplacement_6=="Non, je souhaite pouvoir saisir un autre déplacement" +form_var_nouveau_deplacement_7=="Non, je souhaite pouvoir saisir un autre déplacement" +form_var_nouveau_deplacement_8=="Non, je souhaite pouvoir saisir un autre déplacement" +form_var_nouveau_deplacement_9=="Non, je souhaite pouvoir saisir un autre déplacement" +form_var_souhait == "Je reporte ma demande et je fournis une date de report souhaitée" +form_var_souhait == "Je reporte ma demande et je fournis une date de report souhaitée" +form_var_souhait == "Je reporte ma demande et je fournis une date de report souhaitée" +form_var_type_inscription in ['A l'école','A l'école et aux services périscolaires'] +form_var_type_inscription in ['A l'école','A l'école et aux services périscolaires'] +form_var_type_inscription in ['A l'école','A l'école et aux services périscolaires'] +form_var_typedemande == "du renouvellement de votre autorisation de terrasse existante" +form_var_typestruct == "Collectivité" or form_var_typestruct == "Etablissement public" +form_var_typestruct == "Collectivité" or form_var_typestruct == "Etablissement public" +form_var_typetransmission == "en les insérant en pièce jointe du présent formulaire" +form_var_typetransmission == "en les insérant en pièce jointe du présent formulaire" +utils.age_in_days(form_var_SDPdatedebut) >= 300 and form_var_SDPcommunication == 'Mail' +utils.age_in_days(form_var_SDPdatedebut) >= 300 and form_var_SDPcommunication == 'Mail' +utils.age_in_days(form_var_SDPdatedebut) >= 300 and form_var_SDPcommunication == 'Mail' +var_domaine_petite_enfance and "Tarif horaire halte-jeux" in var_domaine_petite_enfance +var_objet_demande=="Vous souhaitez modifier les jours et/ou horaires du contrat actuel" +var_objet_demande=="Vous souhaitez modifier les jours et/ou horaires du contrat actuel" +var_objet_demande=="Vous souhaitez modifier les jours et/ou horaires du contrat actuel" +var_objet_demande=="Vous souhaitez modifier les jours et/ou horaires du contrat actuel" +(var_reclamation_periscolaire and "Accueil de loisirs" in var_reclamation_periscolaire) +Decimal(form_var_reimbursement)==0 or form_var_tableau_amortissement or is_in_backoffice +form_var_nouveau_deplacement_10=="Non, je souhaite pouvoir saisir un autre déplacement" +form_var_nouveau_deplacement_11=="Non, je souhaite pouvoir saisir un autre déplacement" +form_var_nouveau_deplacement_12=="Non, je souhaite pouvoir saisir un autre déplacement" +form_var_nouveau_deplacement_13=="Non, je souhaite pouvoir saisir un autre déplacement" +form_var_nouveau_deplacement_14=="Non, je souhaite pouvoir saisir un autre déplacement" +form_var_nouveau_deplacement_15=="Non, je souhaite pouvoir saisir un autre déplacement" +form_var_nouveau_deplacement_16=="Non, je souhaite pouvoir saisir un autre déplacement" +form_var_nouveau_deplacement_17=="Non, je souhaite pouvoir saisir un autre déplacement" +form_var_nouveau_deplacement_18=="Non, je souhaite pouvoir saisir un autre déplacement" +form_var_nouveau_deplacement_19=="Non, je souhaite pouvoir saisir un autre déplacement" +form_var_nouveau_deplacement_20=="Non, je souhaite pouvoir saisir un autre déplacement" +form_var_nouveau_deplacement_21=="Non, je souhaite pouvoir saisir un autre déplacement" +form_var_nouveau_deplacement_22=="Non, je souhaite pouvoir saisir un autre déplacement" +form_var_nouveau_deplacement_23=="Non, je souhaite pouvoir saisir un autre déplacement" +form_var_nouveau_deplacement_24=="Non, je souhaite pouvoir saisir un autre déplacement" +form_var_nouveau_deplacement_25=="Non, je souhaite pouvoir saisir un autre déplacement" +form_var_nouveau_deplacement_26=="Non, je souhaite pouvoir saisir un autre déplacement" +form_var_nouveau_deplacement_27=="Non, je souhaite pouvoir saisir un autre déplacement" +form_var_nouveau_deplacement_28=="Non, je souhaite pouvoir saisir un autre déplacement" +form_var_nouveau_deplacement_29=="Non, je souhaite pouvoir saisir un autre déplacement" +form_var_nouveau_deplacement_30=="Non, je souhaite pouvoir saisir un autre déplacement" +form_var_nouveau_deplacement_31=="Non, je souhaite pouvoir saisir un autre déplacement" +form_var_nouveau_deplacement_32=="Non, je souhaite pouvoir saisir un autre déplacement" +form_var_nouveau_deplacement_33=="Non, je souhaite pouvoir saisir un autre déplacement" +form_var_nouveau_deplacement_34=="Non, je souhaite pouvoir saisir un autre déplacement" +form_var_nouveau_deplacement_35=="Non, je souhaite pouvoir saisir un autre déplacement" +form_var_nouveau_deplacement_36=="Non, je souhaite pouvoir saisir un autre déplacement" +form_var_nouveau_deplacement_37=="Non, je souhaite pouvoir saisir un autre déplacement" +form_var_nouveau_deplacement_38=="Non, je souhaite pouvoir saisir un autre déplacement" +form_var_nouveau_deplacement_39=="Non, je souhaite pouvoir saisir un autre déplacement" +form_var_precedent == "Non" or (form_var_precedent != "Non" and form_var_date_precedent) +qualification_var_type in ('Silence vaut acceptation (SVA)', 'Silence vaut rejet (SVR)') +qualification_var_type in ('Silence vaut acceptation (SVA)', 'Silence vaut rejet (SVR)') +qualification_var_type in ('Silence vaut acceptation (SVA)', 'Silence vaut rejet (SVR)') +qualification_var_type in ('Silence vaut acceptation (SVA)', 'Silence vaut rejet (SVR)') +qualification_var_type in ('Silence vaut acceptation (SVA)', 'Silence vaut rejet (SVR)') +qualification_var_type in ('Silence vaut acceptation (SVA)', 'Silence vaut rejet (SVR)') +qualification_var_type in ('Silence vaut acceptation (SVA)', 'Silence vaut rejet (SVR)') +var_reclamation_badgeage and "Congés non déduits crèche " in var_reclamation_badgeage +form_var_budget == "Mit Finanzierung (15% des Produktionsbudgets müssen vorhanden sein)" +form_var_budget == "Mit Finanzierung (15% des Produktionsbudgets müssen vorhanden sein)" +form_var_champ_intervention=="SIG - 4.3. Conseil et structuration d'une politique S.I.G." +form_var_champ_intervention=="SIG - 4.3. Conseil et structuration d'une politique S.I.G." +form_var_type == "du renouvellement de votre autorisation d'occupation du domaine public" +Decimal(form_var_nbvehiculeinf6t_aaad_part)+Decimal(form_var_nbvehiculesup6t_aaad_part)<=3 +form_var_catobjet != "Autre" or (form_var_catobjet == "Autre" and form_var_autre_catobjet) +form_var_saisie_choix == "un ou plusieurs contacts" or form_var_saisie_choix == "les deux" +form_var_saisie_choix == "un ou plusieurs contacts" or form_var_saisie_choix == "les deux" +form_var_saisie_choix == "un ou plusieurs contacts" or form_var_saisie_choix == "les deux" +form_var_saisie_choix == "un ou plusieurs contacts" or form_var_saisie_choix == "les deux" +form_var_saisie_choix == "un ou plusieurs contacts" or form_var_saisie_choix == "les deux" +form_var_type_information == "Nom du référent pour un enfant ASE dont je connais le nom" +form_var_type_information == "Nom du référent pour un enfant ASE dont je connais le nom" +var_activite == "la présence ou l’absence de votre enfant (crèches, écoles, loisirs)" +webservice.concerto_enfant['result'][0]["quotient_familial"] != form_var_quotient_familial +webservice.concerto_enfant['result'][0]["quotient_familial"] != form_var_quotient_familial +(form_objects.count_status_2 < int(form_option_limite)) & (form_objects.count_status_3 < 1) +(form_objects.count_status_2 < int(form_option_limite)) & (form_objects.count_status_3 < 1) +(form_objects.count_status_2 < int(form_option_limite)) & (form_objects.count_status_3 < 1) +(not form_var_expected_birthdate) or (utils.age_in_days(form_var_expected_birthdate) > -92) +form_var_type == "d'une nouvelle autorisation (nouveau commerce, changement d'enseigne...)" +utils.age_in_days(form_var_SDPdatedebut) >= 300 and form_var_SDPcommunication == 'Courrier' +utils.age_in_days(form_var_SDPdatedebut) >= 300 and form_var_SDPcommunication == 'Courrier' +utils.age_in_days(form_var_SDPdatedebut) >= 300 and form_var_SDPcommunication == 'Courrier' +(form_var_espace == "La salle de formation") and (form_var_Duree_salle == "1 demi journée") +(form_var_espace == "La salle de formation") and (form_var_Duree_salle == "1 demi journée") +Decimal(form_var_incomes_adult2)==0 or form_var_avis_imposition_conjoint or is_in_backoffice +dispatch_var_service_raw == "accueil_unique" and dispatch_var_transfert == "Transfert total" +form_var_objet_demande=="Vous souhaitez modifier les jours et/ou horaires du contrat actuel" +form_var_objet_demande=="Vous souhaitez modifier les jours et/ou horaires du contrat actuel" +form_var_parents_ailleurs == "Oui, la mère" or form_var_parents_ailleurs == "Oui, le père" +form_var_situation == "Une collectivité, un organisme public, un partenaire institutionnel" +not vars().get('form_geoloc_base_lat', None) or vars().get('not form_geoloc_base_lon', None) +(utils.time_delta(utils.today(), form_var_date_de_naissance)).days>=int(form_option_age_mini) +(utils.time_delta(utils.today(), form_var_date_de_naissance)).days>=int(form_option_age_mini) +datetime.datetime.strptime(form_var_child_birthdate, '%d/%m/%Y') <= datetime.datetime.today() +form_var_typedemande and 'Période estivale (1er mars au 31 octobre)' in form_var_periode_raw +form_var_typedemande and 'Période estivale (1er mars au 31 octobre)' in form_var_periode_raw +form_var_typedemande and 'Période estivale (1er mars au 31 octobre)' in form_var_periode_raw +form_var_typetransmission == "en le déposant au Service débits de boissons et vie nocturne" +int(var_cpresidence)<14000 or int(var_cpresidence)>14999 or var_logement == "moins de 3 mois" +int(var_cpresidence)<14000 or int(var_cpresidence)>14999 or var_logement == "moins de 3 mois" +int(var_cpresidence)<14000 or int(var_cpresidence)>14999 or var_logement == "moins de 3 mois" +int(var_cpresidence)<14000 or int(var_cpresidence)>14999 or var_logement == "moins de 3 mois" +var_reclamation=="Une activité périscolaire (centre de loisirs, accueil, restauration,...)" +var_reclamation_badgeage and "Forfait d’adaptation Halte-jeux" in var_reclamation_badgeage +var_reclamation_contrat_creche and "Forfait d’adaptation" in var_reclamation_contrat_creche +dispatch_var_service_raw == "accueil_unique" and dispatch_var_transfert == "Transfert partiel" +form_var_champ_intervention=="SIG - 4.1. Mise à disposition de référentiels géographiques" +form_var_champ_intervention=="SIG - 4.1. Mise à disposition de référentiels géographiques" +form_var_typetransmission == "en les déposant au Service débits de boissons et vie nocturne" +form_var_typetransmission == "en les déposant au Service débits de boissons et vie nocturne" +validation_donnees_var_choix == "Non" and validation_donnees_var_affectation == "Instructeurs" +var_reclamation_periscolaire and "Centre de loisirs mercredi" in var_reclamation_periscolaire +var_reclamation_periscolaire and "Centre de loisirs vacances " in var_reclamation_periscolaire +"Tarif horaire halte-jeux" in var_choix_demande or "Tarif horaire crèche" in var_choix_demande +"Tarif horaire halte-jeux" in var_choix_demande or "Tarif horaire crèche" in var_choix_demande +"Tarif horaire halte-jeux" in var_choix_demande or "Tarif horaire crèche" in var_choix_demande +"Tarif horaire halte-jeux" in var_choix_demande or "Tarif horaire crèche" in var_choix_demande +(not form_var_listesalesart or 'autre' not in form_var_listesalesart) or form_var_autresalesart +(not form_var_listesalesrev or 'autre' not in form_var_listesalesrev) or form_var_autresalesrev +form_var_Contactbis == "Oui, auprès d'une autre personne que le contact en cas de nécessité" +qualification_var_type == "Demande non soumise au principe d'acceptation ou de rejet implicite" +qualification_var_type == "Demande non soumise au principe d'acceptation ou de rejet implicite" +qualification_var_type == "Demande non soumise au principe d'acceptation ou de rejet implicite" +qualification_var_type == "Demande non soumise au principe d'acceptation ou de rejet implicite" +qualification_var_type == "Demande non soumise au principe d'acceptation ou de rejet implicite" +qualification_var_type == "Demande non soumise au principe d'acceptation ou de rejet implicite" +qualification_var_type == "Demande non soumise au principe d'acceptation ou de rejet implicite" +validation_donnees_var_choix == "Non" and validation_donnees_var_affectation == "Gestionnaires" +var_reclamation_contrat_creche and "Horaires de réservation" in var_reclamation_contrat_creche +'Autre' not in form_var_raison_raw or ('Autre' in form_var_raison_raw and form_var_autre_raison) +(form_objects.count_status_2+form_objects.count_status_3)= utils.make_date(form_var_datedebutdemenagement) +utils.make_date(form_var_datefindemenagement) >= utils.make_date(form_var_datedebutdemenagement) +var_domaine_petite_enfance=="Heures supplémentaires, maladie, congés en halte-jeux ou crèche" +vars().get('semaine_1_response_booking_id') and (form_option_id_semaine_1 in form_var_event_raw) +vars().get('semaine_1_response_booking_id') and (form_option_id_semaine_1 in form_var_event_raw) +vars().get('semaine_2_response_booking_id') and (form_option_id_semaine_2 in form_var_event_raw) +vars().get('semaine_2_response_booking_id') and (form_option_id_semaine_2 in form_var_event_raw) +vars().get('semaine_2_response_booking_id') and (form_option_id_semaine_2 in form_var_event_raw) +vars().get('semaine_2_response_booking_id') and (form_option_id_semaine_2 in form_var_event_raw) +vars().get('semaine_3_response_booking_id') and (form_option_id_semaine_3 in form_var_event_raw) +vars().get('semaine_3_response_booking_id') and (form_option_id_semaine_3 in form_var_event_raw) +vars().get('semaine_3_response_booking_id') and (form_option_id_semaine_3 in form_var_event_raw) +vars().get('semaine_3_response_booking_id') and (form_option_id_semaine_3 in form_var_event_raw) +vars().get('semaine_3_response_booking_id') and (form_option_id_semaine_3 in form_var_event_raw) +vars().get('semaine_3_response_booking_id') and (form_option_id_semaine_3 in form_var_event_raw) +"Je n’habitais pas à cette adresse au 1er janvier de l’année en cours" in var_justificatifs +(form_objects.count_status_2+form_objects.count_status_3)<=int(form_option_limite_preinscription) +(form_objects.count_status_2+form_objects.count_status_3)<=int(form_option_limite_preinscription) +form_submission_backoffice == True and form_var_creneau_type == 'Créneaux du samedi après-midi' +form_var_objet == "les cartes interactives, signaler un problème, donner votre avis sur le site" +form_var_reclamation == " La crèche : forfait, prix de l’heure (taux d’effort, congés...)" +var_reclamation_contrat_creche and "Nombre d'heures de congés" in var_reclamation_contrat_creche +(((datetime.datetime.today()-datetime.datetime.strptime(var_dn,"%d/%m/%Y")).days/365.25636567)<60) +(((datetime.datetime.today()-datetime.datetime.strptime(var_dn,"%d/%m/%Y")).days/365.25636567)<60) +(((datetime.datetime.today()-datetime.datetime.strptime(var_dn,"%d/%m/%Y")).days/365.25636567)<60) +(((datetime.datetime.today()-datetime.datetime.strptime(var_dn,"%d/%m/%Y")).days/365.25636567)<60) +(not form_var_listesucresart or 'autre' not in form_var_listesucresart) or form_var_autresucresart +(not form_var_listesucresrev or 'autre' not in form_var_listesucresrev) or form_var_autresucresrev +form_var_souhait == "J'ajourne ma demande et je fournirai plus tard une date de report souhaitée" +form_var_souhait == "J'ajourne ma demande et je fournirai plus tard une date de report souhaitée" +form_var_souhait == "J'ajourne ma demande et je fournirai plus tard une date de report souhaitée" +vars().get('form_var_papier_nometablissement') or vars().get('etablissement_var_nometablissement') +(datetime.datetime.strptime(form_var_creneau_date, "%d/%m/%Y") - datetime.datetime.now()).days == 2 +form_var_association != "Autre" or (form_var_association == "Autre" and form_var_autre_association) +form_var_autres_jeunes != "Oui" or (form_var_autres_jeunes == "Oui" and form_var_oui_autres_jeunes) +form_var_typedemande and 'Période hivernale (1er novembre au 28 février)' in form_var_periode_raw +form_var_typedemande and 'Période hivernale (1er novembre au 28 février)' in form_var_periode_raw +var_vaccins=="Je déclare la liste des vaccins et leur date rappel directement dans le formulaire." +"Le bénéficiaire est désormais sous tutelle ou a changé de tutelle (personne)" in var_modifinfos +(datetime.datetime.strptime(form_var_clicrdv_date_raw,"%Y-%m-%d")-datetime.datetime.now()).days == 1 +(datetime.datetime.strptime(form_var_clicrdv_date_raw,"%Y-%m-%d")-datetime.datetime.now()).days == 1 +(datetime.datetime.strptime(form_var_clicrdv_date_raw,"%Y-%m-%d")-datetime.datetime.now()).days == 1 +(datetime.datetime.strptime(form_var_clicrdv_date_raw,"%Y-%m-%d")-datetime.datetime.now()).days == 1 +(datetime.datetime.strptime(form_var_clicrdv_date_raw,"%Y-%m-%d")-datetime.datetime.now()).days == 1 +(datetime.datetime.strptime(form_var_clicrdv_date_raw,"%Y-%m-%d")-datetime.datetime.now()).days == 1 +(datetime.datetime.strptime(form_var_clicrdv_date_raw,"%Y-%m-%d")-datetime.datetime.now()).days == 1 +(datetime.datetime.strptime(form_var_clicrdv_date_raw,"%Y-%m-%d")-datetime.datetime.now()).days == 1 +(datetime.datetime.strptime(form_var_clicrdv_date_raw,"%Y-%m-%d")-datetime.datetime.now()).days == 1 +(datetime.datetime.strptime(form_var_clicrdv_date_raw,"%Y-%m-%d")-datetime.datetime.now()).days == 1 +(datetime.datetime.strptime(form_var_clicrdv_date_raw,"%Y-%m-%d")-datetime.datetime.now()).days == 1 +form_var_champ_intervention=="Conseil en urbanisme - 6.2. Conseil en aménagement d'espaces publics" +form_var_champ_intervention=="Conseil en urbanisme - 6.2. Conseil en aménagement d'espaces publics" +var_motif_changement=="Rapprochement du domicile suite à déménagement" or var_demenagement=="oui" +vars().get('minisejour_response_booking_id') and (form_option_id_minisejour in form_var_event_2_raw) +vars().get('minisejour_response_booking_id') and (form_option_id_minisejour in form_var_event_2_raw) +vars().get('minisejour_response_booking_id') and (form_option_id_minisejour in form_var_event_2_raw) +vars().get('minisejour_response_booking_id') and (form_option_id_minisejour in form_var_event_2_raw) +vars().get('minisejour_response_booking_id') and (form_option_id_minisejour in form_var_event_2_raw) +vars().get('minisejour_response_booking_id') and (form_option_id_minisejour in form_var_event_2_raw) +vars().get('minisejour_response_booking_id') and (form_option_id_minisejour in form_var_event_2_raw) +vars().get('minisejour_response_booking_id') and (form_option_id_minisejour in form_var_event_2_raw) +"Le bénéficiaire a changé de situation familiale (mariage, divorce, décès...)" in var_modifinfos +"Le bénéficiaire est désormais sous tutelle ou a changé de tutelle (organisme)" in var_modifinfos +(datetime.datetime.today() - datetime.datetime.strptime(var_dnnbeneficiaire,"%d/%m/%Y")).days < 21916 +(datetime.datetime.today() - datetime.datetime.strptime(var_dnnbeneficiaire,"%d/%m/%Y")).days < 21916 +(datetime.datetime.today() - datetime.datetime.strptime(var_dnnbeneficiaire,"%d/%m/%Y")).days < 21916 +(datetime.datetime.today() - datetime.datetime.strptime(var_dnnbeneficiaire,"%d/%m/%Y")).days < 21916 +(datetime.datetime.today() - datetime.datetime.strptime(var_dnnbeneficiaire,"%d/%m/%Y")).days < 21916 +(datetime.datetime.today() - datetime.datetime.strptime(var_dnnbeneficiaire,"%d/%m/%Y")).days < 21916 +(datetime.datetime.today() - datetime.datetime.strptime(var_dnnbeneficiaire,"%d/%m/%Y")).days < 21916 +(datetime.datetime.today() - datetime.datetime.strptime(var_dnnbeneficiaire,"%d/%m/%Y")).days < 21916 +(not form_var_listecadeauxart or 'autre' not in form_var_listecadeauxart) or form_var_autrecadeauxart +(not form_var_listecadeauxrev or 'autre' not in form_var_listecadeauxrev) or form_var_autrecadeauxrev +(not form_var_liste_deco_art or 'autre' not in form_var_liste_deco_art_raw) or form_var_autre_deco_art +(not form_var_liste_deco_rev or 'autre' not in form_var_liste_deco_rev_raw) or form_var_autre_deco_rev +var_vaccins=="Je déclare la liste des vaccins et leur date de rappel directement dans le formulaire." +var_vaccins=="Je déclare la liste des vaccins et leur date de rappel directement dans le formulaire." +(((datetime.datetime.today()-datetime.datetime.strptime(form_var_dn,"%d/%m/%Y")).days/365.25636567)<60) +form_var_Choix_type == "Choix 1" or form_var_Choix_type == "Choix 4"or form_var_Presence_coord == "Oui" +var_vaccins=="Je joins une copie du carnet de santé de mon enfant à la demande (copie électronique)" +var_vaccins=="Je joins une copie du carnet de santé de mon enfant à la demande (copie électronique)" +var_vaccins=="Je joins une copie du carnet de santé de mon enfant à la demande (copie électronique)" +(form_var_Pays == "FRANCE") or (form_var_aec_nature != "Copie intégrale" and form_var_Pays != "FRANCE") +(form_var_Pays == "FRANCE") or (form_var_aec_nature != "Copie intégrale" and form_var_Pays != "FRANCE") +form_var_cadre_visite != "Autres" or (form_var_cadre_visite == "Autres" and form_var_autre_cadre_visite) +var_domicile != "Je ne vis pas à Vincennes" and var_temps != "J’ai obtenu une place à temps partiel" +var_domicile != "Je ne vis pas à Vincennes" and var_temps != "J’ai obtenu une place à temps partiel" +"Compléter les informations liées à l'adresse précédente du bénéficiaire" in infocompdef_var_liste +"Compléter les informations liées à l'adresse précédente du bénéficiaire" in infocompdef_var_liste +"Compléter les informations liées à l'adresse précédente du bénéficiaire" in infocompdef_var_liste +"Compléter les informations liées à l'adresse précédente du bénéficiaire" in infocompdef_var_liste +form_var_Situation_demandeur == "Citoyen vincennois uniquement conducteur du véhicule : prêt employeur" +form_var_Situation_demandeur == "Citoyen vincennois uniquement conducteur du véhicule : prêt personnel" +form_var_autres_concours != "Oui" or (form_var_autres_concours == "Oui" and form_var_oui_autres_concours) +form_var_mater_msmercredi == 'True' and webservice.concerto_enfant['result'][0]["autorise_compteur"]=="0" +form_var_mater_msmercredi=='True' and webservice.concerto_enfant['result'][0]["autorise_compteur"] != "0" +('form_var_child_age_in_days' in vars() and form_var_child_age_in_days > 0) or form_var_expected_birthdate +(form_var_nomorganisme and form_var_nomorganisme!="None") or form_var_papier_organisme=="TUTELLE INCONNUE" +form_var_Besoin == "régulier" and form_var_Ville_parent1 != "Nancy" and form_var_Ville_parent2 != "Nancy" +var_reclamation_contrat_creche and "Régularisation du quota de congés" in var_reclamation_contrat_creche +webservice.concerto_enfant['count']!=1 or webservice.concerto_enfant['result'][0]["quotient_familial"] <=0 +webservice.concerto_enfant['count']!=1 or webservice.concerto_enfant['result'][0]["quotient_familial"] <=0 +(form_var_VTTnaissance == "2002") or (form_var_VTTnaissance == "2003") or (form_var_VTTnaissance == "2004") +(form_var_VTTnaissance == "2003") or (form_var_VTTnaissance == "2004") or (form_var_VTTnaissance == "2005") +(form_var_elem_mercredi == 'True' or form_var_mater_msmercredi == 'True') and form_var_parent_deux == "Non" +(form_var_elem_mercredi == 'True' or form_var_mater_msmercredi == 'True') and form_var_parent_deux == "Oui" +form_var_nombreconducteurs == "3" or form_var_nombreconducteurs == "4" or form_var_nombreconducteurs == "5" +form_var_theme != "Signaler un décès" or ((form_var_theme == "Signaler un décès" and form_var_fichier)) +webservice.concerto_enfant['count']==1 and webservice.concerto_enfant['result'][0]["quotient_familial"] > 0 +webservice.concerto_enfant['count']==1 and webservice.concerto_enfant['result'][0]["quotient_familial"] > 0 +(not form_var_liste_epices_art or 'autre' not in form_var_liste_epices_art_raw) or form_var_autre_epices_art +(not form_var_liste_epices_rev or 'autre' not in form_var_liste_epices_rev_raw) or form_var_autre_epices_rev +(not form_var_listeboissonsart or 'autre' not in form_var_listeboissonsart_raw) or form_var_autreboissonsart +(not form_var_listeboissonsrev or 'autre' not in form_var_listeboissonsrev_raw) or form_var_autreboissonsrev +(utils.time_delta(form_option_date_inscription, form_var_date_de_naissance)).days>=int(form_option_age_mini) +(utils.time_delta(form_option_date_inscription, form_var_date_de_naissance)).days>=int(form_option_age_mini) +(utils.time_delta(form_option_date_inscription, form_var_date_de_naissance)).days>=int(form_option_age_mini) +(utils.time_delta(form_option_date_inscription, form_var_date_de_naissance)).days>=int(form_option_age_mini) +(utils.time_delta(form_option_date_inscription, form_var_date_de_naissance)).days>=int(form_option_age_mini) +(utils.time_delta(form_option_date_inscription, form_var_date_de_naissance)).days>=int(form_option_age_mini) +(utils.time_delta(form_option_date_inscription, form_var_date_de_naissance)).days>=int(form_option_age_mini) +(utils.time_delta(form_option_date_inscription, form_var_date_de_naissance)).days>=int(form_option_age_mini) +(utils.time_delta(form_option_date_inscription, form_var_date_de_naissance)).days>=int(form_option_age_mini) +(utils.time_delta(form_option_date_inscription, form_var_date_de_naissance)).days>=int(form_option_age_mini) +(var_ecole == 'La Guignière') and ((var_classe == 'CE2') or (var_classe == 'CM1') or (var_classe == 'CM2')) +(var_situationfamillebeneficiaire=="Célibataire") and var_nationalitebeneficiaire!="Hors Union européenne" +(var_situationfamillebeneficiaire=="Célibataire") and var_nationalitebeneficiaire!="Hors Union européenne" +(var_situationfamillebeneficiaire=="Célibataire") and var_nationalitebeneficiaire!="Hors Union européenne" +(var_situationfamillebeneficiaire=="Célibataire") and var_nationalitebeneficiaire!="Hors Union européenne" +(var_situationfamillebeneficiaire=="Célibataire") and var_nationalitebeneficiaire!="Hors Union européenne" +(var_situationfamillebeneficiaire=="Célibataire") and var_nationalitebeneficiaire!="Hors Union européenne" +form_var_SDPdecision != 'Accord' and form_var_SDPdecision != 'Refus' and form_var_SDPdecision != 'Radiation' +form_var_demandeur == "Particulier" and form_var_lieudepart == "Oui" and form_var_vehiculeidentique == "Non" +int(form_var_cpresidence)<14000 or int(form_var_cpresidence)>14999 or form_var_logement == "moins de 3 mois" +var_profildemandeur=="Je suis un organisme désigné légalement (tuteur, curateur, sauvegarde de justice) " +var_profildemandeur=="Je suis un organisme désigné légalement (tuteur, curateur, sauvegarde de justice) " +var_profildemandeur=="Je suis un organisme désigné légalement (tuteur, curateur, sauvegarde de justice) " +var_profildemandeur=="Je suis un organisme désigné légalement (tuteur, curateur, sauvegarde de justice) " +var_profildemandeur=="Je suis un organisme désigné légalement (tuteur, curateur, sauvegarde de justice) " +var_profildemandeur=="Je suis un organisme désigné légalement (tuteur, curateur, sauvegarde de justice) " +var_profildemandeur=="Je suis un organisme désigné légalement (tuteur, curateur, sauvegarde de justice) " +var_profildemandeur=="Je suis un organisme désigné légalement (tuteur, curateur, sauvegarde de justice) " +var_profildemandeur=="Je suis un organisme désigné légalement (tuteur, curateur, sauvegarde de justice) " +var_profildemandeur=="Je suis un organisme désigné légalement (tuteur, curateur, sauvegarde de justice) " +var_profildemandeur=="Je suis un organisme désigné légalement (tuteur, curateur, sauvegarde de justice) " +var_profildemandeur=="Je suis un organisme désigné légalement (tuteur, curateur, sauvegarde de justice) " +var_profildemandeur=="Je suis un organisme désigné légalement (tuteur, curateur, sauvegarde de justice) " +"Compléter les informations liées à l'adresse précédente du bénéficiaire" not in infocompdef_var_liste +"Compléter les informations liées à l'adresse précédente du bénéficiaire" not in infocompdef_var_liste +form_var_demandeur == "Particulier" and form_var_lieuarrivee == "Oui" and form_var_vehiculeidentique == "Non" +form_var_retraitebeneficiaire=="Oui" and (retraite_var_listeretraite==None or not retraite_var_listeretraite) +form_var_retraitebeneficiaire=="Oui" and (retraite_var_listeretraite==None or not retraite_var_listeretraite) +form_var_retraitebeneficiaire=="Oui" and (retraite_var_listeretraite==None or not retraite_var_listeretraite) +form_var_retraitebeneficiaire=="Oui" and (retraite_var_listeretraite==None or not retraite_var_listeretraite) +form_var_type_occupant_1=="Locataire" and form_var_type_situation!="Je quitte Clisson Sèvre et Maine Agglo" +statutiparapheur_response_data_status == 'Archive' and retourcommission_response_data_decision == "favorable" +var_profildemandeur=="Je suis une personne désignée légalement (tuteur, curateur, sauvegarde de justice) " +var_profildemandeur=="Je suis une personne désignée légalement (tuteur, curateur, sauvegarde de justice) " +var_profildemandeur=="Je suis une personne désignée légalement (tuteur, curateur, sauvegarde de justice) " +var_profildemandeur=="Je suis une personne désignée légalement (tuteur, curateur, sauvegarde de justice) " +var_profildemandeur=="Je suis une personne désignée légalement (tuteur, curateur, sauvegarde de justice) " +var_profildemandeur=="Je suis une personne désignée légalement (tuteur, curateur, sauvegarde de justice) " +var_profildemandeur=="Je suis une personne désignée légalement (tuteur, curateur, sauvegarde de justice) " +var_profildemandeur=="Je suis une personne désignée légalement (tuteur, curateur, sauvegarde de justice) " +var_profildemandeur=="Je suis une personne désignée légalement (tuteur, curateur, sauvegarde de justice) " +var_profildemandeur=="Je suis une personne désignée légalement (tuteur, curateur, sauvegarde de justice) " +var_profildemandeur=="Je suis une personne désignée légalement (tuteur, curateur, sauvegarde de justice) " +var_profildemandeur=="Je suis une personne désignée légalement (tuteur, curateur, sauvegarde de justice) " +var_profildemandeur=="Je suis une personne désignée légalement (tuteur, curateur, sauvegarde de justice) " +form_var_champ_intervention=="Conseil en urbanisme - 6.1. Conseil en planification et urbanisme opérationnel" +form_var_champ_intervention=="Conseil en urbanisme - 6.1. Conseil en planification et urbanisme opérationnel" +form_var_demandeur == "Professionnel" and form_var_lieudepart == "Oui" and form_var_vehiculeidentique == "Non" +form_var_situation == "Une association poursuivant un but humanitaire, caritatif, culturel ou socio-éducatif" +int(form_option_age_maxi) >= (utils.time_delta(form_option_date_inscription, form_var_date_de_naissance)).days +int(form_option_age_maxi) >= (utils.time_delta(form_option_date_inscription, form_var_date_de_naissance)).days +int(form_option_age_maxi) >= (utils.time_delta(form_option_date_inscription, form_var_date_de_naissance)).days +int(form_option_age_maxi) >= (utils.time_delta(form_option_date_inscription, form_var_date_de_naissance)).days +int(form_option_age_maxi) >= (utils.time_delta(form_option_date_inscription, form_var_date_de_naissance)).days +int(form_option_age_maxi) >= (utils.time_delta(form_option_date_inscription, form_var_date_de_naissance)).days +utils.age_in_years(form_var_date_acte) > 75 and form_option_type_acte in ["Acte de mariage","Acte de décès"] +utils.age_in_years(form_var_date_acte) > 75 and form_option_type_acte in ["Acte de mariage","Acte de décès"] +var_Choix == "Transmettre des modifications à votre dossier existant (déménagement, naissance et adoption)" +form_var_copievac_adultes == "Par voie électronique" or form_var_copievac_lesdeux == "Par voie électronique" +form_var_copievac_enfants == "Par voie électronique" or form_var_copievac_lesdeux == "Par voie électronique" +form_var_demandeur == "Professionnel" and form_var_lieuarrivee == "Oui" and form_var_vehiculeidentique == "Non" +statutiparapheur_response_data_status == 'Archive' and retourcommission_response_data_decision == "defavorable" +form_var_statut and ('Commerçant non sédentaire' in form_var_statut or 'Industriel forain' in form_var_statut) +form_var_typedemande and form_var_typedemande != "du renouvellement de votre autorisation de terrasse existante" +form_var_typedemande and form_var_typedemande != "du renouvellement de votre autorisation de terrasse existante" +form_var_type and "Un étalage du 1er janvier au 31 décembre de l'année en cours" in form_var_naturedemande_raw +form_var_champ_intervention=="Culture - 3.4. Conseil à la restauration des églises et chapelles non protégées" +form_var_champ_intervention=="Culture - 3.4. Conseil à la restauration des églises et chapelles non protégées" +form_var_choix1 != "Autre (à préciser)" or (form_var_choix1 == "Autre (à préciser)" and form_var_autre_lieux1) +form_var_choix2 != "Autre (à préciser)" or (form_var_choix2 == "Autre (à préciser)" and form_var_autre_lieux2) +form_var_choix3 != "Autre (à préciser)" or (form_var_choix3 == "Autre (à préciser)" and form_var_autre_lieux3) +form_var_fonction_association != "Autre" or (form_var_fonction_association == "Autre" and form_var_autre_fonction) +form_var_type == "d'une nouvelle autorisation (nouveau commerce, changement d'enseigne...)" and form_var_typemenus +Decimal(form_var_nbvehiculeinf6t_aa)+Decimal(form_var_nbvehiculesupp6t_aa)+Decimal(form_var_nbvehiculesupp19t_aa)<=3 +Decimal(form_var_nbvehiculeinf6t_ad)+Decimal(form_var_nbvehiculesupp6t_ad)+Decimal(form_var_nbvehiculesupp19t_ad)<=3 +form_var_BNMGLville in ["Meyzieu","MEYZIEU","meyzieu"] or form_var_BNMGLvilleresp in ["Meyzieu","MEYZIEU","meyzieu"] +form_var_BNMGLville in ["Meyzieu","MEYZIEU","meyzieu"] or form_var_BNMGLvilleresp in ["Meyzieu","MEYZIEU","meyzieu"] +form_var_demande1 == "Dépôt / Livraison de matériaux" or form_var_demande2 == "Dépôt / Livraison de matériaux" +form_var_type_occupant_2=="Locataire" and form_var_type_situation!="Je m'installe à Clisson Sèvre et Maine Agglo" +var_reclamation_contrat_creche and "Régularisation : clôture du contrat crèche" in var_reclamation_contrat_creche +datetime.datetime.strptime(form_var_creneau_date, "%d/%m/%Y").timetuple()[:3] < datetime.date.today().timetuple()[:3] +form_var_situation_demandeur=="Je viens d'ouvrir mon entreprise et souhaite m’équiper en bacs de tri des déchets" +form_var_type_inscription == "A l'école" or form_var_type_inscription == "A l'école et aux services périscolaires" +var_situation_personnelle and "Mariage" in var_situation_personnelle and var_modification_situation_personnelle=="oui" +var_situation_personnelle and "Mariage" in var_situation_personnelle and var_modification_situation_personnelle=="oui" +var_situation_personnelle and "Mariage" in var_situation_personnelle and var_modification_situation_personnelle=="oui" +var_situation_personnelle and "Mariage" in var_situation_personnelle and var_modification_situation_personnelle=="oui" +(form_var_offre == "ELEM- visite guidée ADN- Street Art") or (form_var_offre == "SEC- visite guidée ADN- Street Art") +(form_var_offre == "ELEM- visite guidée ADN- Street Art") or (form_var_offre == "SEC- visite guidée ADN- Street Art") +form_var_tel_professionnel_representant1 or form_var_tel_personnel_representant1 or form_var_tel_domicile_representant1 +form_var_tel_professionnel_representant1 or form_var_tel_personnel_representant1 or form_var_tel_domicile_representant1 +form_var_tel_professionnel_representant1 or form_var_tel_personnel_representant1 or form_var_tel_domicile_representant1 +form_var_tel_professionnel_representant1 or form_var_tel_personnel_representant1 or form_var_tel_domicile_representant1 +form_var_tel_professionnel_representant1 or form_var_tel_personnel_representant1 or form_var_tel_domicile_representant1 +form_var_tel_professionnel_representant1 or form_var_tel_personnel_representant1 or form_var_tel_domicile_representant1 +form_var_typedemande != "du renouvellement de votre autorisation de terrasse existante" or form_var_changement == "Oui" +datetime.datetime.strptime(form_var_clicrdv_date_raw,"%Y-%m-%d").timetuple()[:3] < datetime.date.today().timetuple()[:3] +datetime.datetime.strptime(form_var_clicrdv_date_raw,"%Y-%m-%d").timetuple()[:3] < datetime.date.today().timetuple()[:3] +datetime.datetime.strptime(form_var_clicrdv_date_raw,"%Y-%m-%d").timetuple()[:3] < datetime.date.today().timetuple()[:3] +datetime.datetime.strptime(form_var_clicrdv_date_raw,"%Y-%m-%d").timetuple()[:3] < datetime.date.today().timetuple()[:3] +datetime.datetime.strptime(form_var_clicrdv_date_raw,"%Y-%m-%d").timetuple()[:3] < datetime.date.today().timetuple()[:3] +datetime.datetime.strptime(form_var_clicrdv_date_raw,"%Y-%m-%d").timetuple()[:3] < datetime.date.today().timetuple()[:3] +datetime.datetime.strptime(form_var_clicrdv_date_raw,"%Y-%m-%d").timetuple()[:3] < datetime.date.today().timetuple()[:3] +datetime.datetime.strptime(form_var_clicrdv_date_raw,"%Y-%m-%d").timetuple()[:3] < datetime.date.today().timetuple()[:3] +datetime.datetime.strptime(form_var_clicrdv_date_raw,"%Y-%m-%d").timetuple()[:3] < datetime.date.today().timetuple()[:3] +datetime.datetime.strptime(form_var_clicrdv_date_raw,"%Y-%m-%d").timetuple()[:3] < datetime.date.today().timetuple()[:3] +datetime.datetime.strptime(form_var_clicrdv_date_raw,"%Y-%m-%d").timetuple()[:3] < datetime.date.today().timetuple()[:3] +int(form_var_excpbeneficiaire)<14000 or int(form_var_excpbeneficiaire)>14999 or form_var_exlogement == "moins de 3 mois" +form_var_champ_intervention=="Tourisme 10.1. Accompagnement des collectivités en matière de développement touristique" +form_var_champ_intervention=="Tourisme 11.1. Accompagnement des collectivités en matière de développement touristique" +Decimal(form_var_nbvehiculeinf6t_aaad)+Decimal(form_var_nbvehiculesupp6t_aaad)+Decimal(form_var_nbvehiculesupp19t_aaad)<=3 +adresse_var_code_lieu==None or adresse_var_code_commune==None or not adresse_var_code_lieu or not adresse_var_code_commune +adresse_var_code_lieu==None or adresse_var_code_commune==None or not adresse_var_code_lieu or not adresse_var_code_commune +adresse_var_code_lieu==None or adresse_var_code_commune==None or not adresse_var_code_lieu or not adresse_var_code_commune +adresse_var_code_lieu==None or adresse_var_code_commune==None or not adresse_var_code_lieu or not adresse_var_code_commune +form_var_champ_intervention=="Culture - 3.8. Conseil pour la la mise en valeur du patrimoine historique et archéologique" +form_var_champ_intervention=="Culture - 3.8. Conseil pour la la mise en valeur du patrimoine historique et archéologique" +form_var_champ_intervention=="Economie - 8.1. Accompagnement des collectivités en matière de développement économique" +form_var_champ_intervention=="Economie - 9.1. Accompagnement des collectivités en matière de développement économique" +(f4 == "Meyzieu") or (f4 == "Collège E. Galois") or (f4 == "Collège O. De Serres") or (f4 == "Collège des Servizières") +(f4 == "Meyzieu") or (f4 == "Collège E. Galois") or (f4 == "Collège O. De Serres") or (f4 == "Collège des Servizières") +(form_var_mini_sejour == "Oui") and (int(webservice.sena_2017_dispo_minisejour8_10['places']['waiting_list_available'])<=0) +form_var_raison_sociale != "Autre (à préciser)" or (form_var_raison_sociale == "Autre (à préciser)" and form_var_autre) +form_var_type_participant == "Un particulier" or (form_var_type_participant != "Un particulier" and form_var_nom_structure) +var_situation_personnelle and "Naissance(s)" in var_situation_personnelle and var_modification_situation_personnelle=="oui" +var_situation_personnelle and "Naissance(s)" in var_situation_personnelle and var_modification_situation_personnelle=="oui" +var_situation_personnelle and "Naissance(s)" in var_situation_personnelle and var_modification_situation_personnelle=="oui" +var_situation_personnelle and "Naissance(s)" in var_situation_personnelle and var_modification_situation_personnelle=="oui" +(form_var_Duree == "2 heures") and (form_var_espace == "Le carrel de travail numérique") and (form_var_Duree == "2 heures") +(form_var_mini_sejour == "Oui") and (int(webservice.sena_2017_dispo_minisejour11_12['places']['waiting_list_available'])<=0) +(form_var_mini_sejour == "Oui") and (int(webservice.sena_2017_dispo_minisejour8_10['places']['waiting_list_available']) > 0) +form_var_suppression or (form_var_contestation and form_var_contestation != "Vous n'avez pas écrit au moteur de recherche") +form_var_suppression or (form_var_contestation and form_var_contestation != "Vous n'avez pas écrit au moteur de recherche") +form_var_suppression or (form_var_contestation and form_var_contestation != "Vous n'avez pas écrit au moteur de recherche") +(form_var_mini_sejour == "Oui") and (int(webservice.sena_2017_dispo_minisejour11_12['places']['waiting_list_available']) > 0) +(form_var_mini_sejour == "Oui") and (int(webservice.sena_2017_dispo_minisejour13_16['places']['waiting_list_available']) > 0) +dispatch_response_data and (dispatch_response_data[0]['clic'] == "PRE-BOCAGE" or dispatch_response_data[0]['clic'] == "VIRE") +dispatch_response_data and (dispatch_response_data[0]['clic'] == "PRE-BOCAGE" or dispatch_response_data[0]['clic'] == "VIRE") +dispatch_response_data and (dispatch_response_data[0]['clic'] == "PRE-BOCAGE" or dispatch_response_data[0]['clic'] == "VIRE") +dispatch_response_data and (dispatch_response_data[0]['clic'] == "PRE-BOCAGE" or dispatch_response_data[0]['clic'] == "VIRE") +dispatch_response_data and (dispatch_response_data[0]['clic'] == "PRE-BOCAGE" or dispatch_response_data[0]['clic'] == "VIRE") +form_var_etat_enfant=="né" and datetime.datetime.strptime(form_var_child_birthdate, '%d/%m/%Y') <= datetime.datetime.today() +form_var_reclamation == "Votre quotient familial (périscolaire, restauration, séjours de vacances, classes de découverte)" +not form_var_BNMGLville in ["Meyzieu","MEYZIEU","meyzieu"] and not form_var_BNMGLvilleresp in ["Meyzieu","MEYZIEU","meyzieu"] +var_reclamation_contrat_creche and "Régularisation : modification ou transfert de crèche" in var_reclamation_contrat_creche +var_situation_personnelle and "Perte d'emploi" in var_situation_personnelle and var_modification_situation_personnelle=="oui" +var_situation_personnelle and "Perte d'emploi" in var_situation_personnelle and var_modification_situation_personnelle=="oui" +var_situation_personnelle and "Perte d'emploi" in var_situation_personnelle and var_modification_situation_personnelle=="oui" +var_situation_personnelle and "Perte d'emploi" in var_situation_personnelle and var_modification_situation_personnelle=="oui" +(form_var_espace <> "La salle de formation") or (form_var_espace == "La salle de formation" and form_var_responsable != "---") +Decimal(form_var_nbvehiculeinf6t_aa_pro)+Decimal(form_var_nbvehiculesup6t_aa_pro)+Decimal(form_var_nbvehiculesup19t_aa_pro)<=3 +Decimal(form_var_nbvehiculeinf6t_ad_pro)+Decimal(form_var_nbvehiculesup6t_ad_pro)+Decimal(form_var_nbvehiculesup19t_ad_pro)<=3 +form_var_Situation_demandeur == "Citoyen vincennois uniquement conducteur du véhicule : leasing ou de location longue durée" +(form_var_mini_sejour == "Oui") and (int(webservice.sena_2017_1316_ans_dispo_semaine_1['places']['waiting_list_available'])<=0) +form_var_champ_intervention=="Sport - 2.1. Accompagnement des projets de création ou de rénovation d’équipements sportifs" +form_var_champ_intervention=="Sport - 2.1. Accompagnement des projets de création ou de rénovation d’équipements sportifs" +(Decimal(calcul_var_tarifs_amount)-Decimal(calcul_var_agent_amount)>0) and (form_var_paiement == "Je souhaite payer au guichet") +(form_var_parents_ailleurs == "Oui, le père" or form_var_parents_ailleurs == "Oui, la mère") and form_var_mater_stras == "Non" +dispatch2_response_data and (dispatch2_response_data[0]['clic'] == "PRE-BOCAGE" or dispatch2_response_data[0]['clic'] == "VIRE") +dispatch2_response_data and (dispatch2_response_data[0]['clic'] == "PRE-BOCAGE" or dispatch2_response_data[0]['clic'] == "VIRE") +dispatch2_response_data and (dispatch2_response_data[0]['clic'] == "PRE-BOCAGE" or dispatch2_response_data[0]['clic'] == "VIRE") +dispatch2_response_data and (dispatch2_response_data[0]['clic'] == "PRE-BOCAGE" or dispatch2_response_data[0]['clic'] == "VIRE") +dispatch2_response_data and (dispatch2_response_data[0]['clic'] == "PRE-BOCAGE" or dispatch2_response_data[0]['clic'] == "VIRE") +form_var_objet == "Contester le refus d'un moteur de recherche de déréférencer un contenu web associé à vos nom et prénom" +inscription_1_response_err==1 or inscription_2_response_err==1 or inscription_3_response_err==1 or inscription_4_response_err==1 +vars().get('form_var_nometablissement') and (etablissement_var_nometablissement==None or not etablissement_var_nometablissement) +vars().get('form_var_nometablissement') and (etablissement_var_nometablissement==None or not etablissement_var_nometablissement) +vars().get('form_var_nometablissement') and (etablissement_var_nometablissement==None or not etablissement_var_nometablissement) +vars().get('form_var_nometablissement') and (etablissement_var_nometablissement==None or not etablissement_var_nometablissement) +form_var_situation_demandeur=="J’emménage dans une nouvelle construction et souhaite m’équiper en bacs de tri des déchets" +(Decimal(calcul_var_tarifs_amount)-Decimal(calcul_var_agent_amount)>0) and (form_var_paiement == "Je souhaite payer par internet") +form_var_type_information in ["Noms des professionnels pour une adresse que je connais","Noms des professionnels pour une école"] +var_situation_personnelle and "Séparation/Divorce" in var_situation_personnelle and var_modification_situation_personnelle=="oui" +var_situation_personnelle and "Séparation/Divorce" in var_situation_personnelle and var_modification_situation_personnelle=="oui" +var_situation_personnelle and "Séparation/Divorce" in var_situation_personnelle and var_modification_situation_personnelle=="oui" +var_situation_personnelle and "Séparation/Divorce" in var_situation_personnelle and var_modification_situation_personnelle=="oui" +var_fiche=="3.1 - Accompagnement des projets bibliothèque" or var_fiche== "3.3 - Accompagnement de projets d'équipement culturel" +Decimal(form_var_nbvehiculeinf6t_aaad_pro)+Decimal(form_var_nbvehiculesup6t_aaad_pro)+Decimal(form_var_nbvehiculesup19t_aaad_pro)<=3 +(form_var_souci == "Autre(s) souci(s)" and form_var_Autresouci) or (form_var_souci != "Autre(s) souci(s)" and not form_var_Autresouci) +form_var_type_inscription == "Aux services périscolaires" or form_var_type_inscription == "A l'école et aux services périscolaires" +form_var_type_inscription == "Aux services périscolaires" or form_var_type_inscription == "A l'école et aux services périscolaires" +form_var_type_inscription == "Aux services périscolaires" or form_var_type_inscription == "A l'école et aux services périscolaires" +var_excpbeneficiaire and ((int(var_excpbeneficiaire)<14000 or int(var_excpbeneficiaire)>15000) or var_exlogement == "moins de 3 mois") +var_excpbeneficiaire and ((int(var_excpbeneficiaire)<14000 or int(var_excpbeneficiaire)>15000) or var_exlogement == "moins de 3 mois") +var_excpbeneficiaire and ((int(var_excpbeneficiaire)<14000 or int(var_excpbeneficiaire)>15000) or var_exlogement == "moins de 3 mois") +var_excpbeneficiaire and ((int(var_excpbeneficiaire)<14000 or int(var_excpbeneficiaire)>15000) or var_exlogement == "moins de 3 mois") +form_var_motif=="Festivités" or form_var_motif=="Environnement" or form_var_motif=="Travaux et sécurité" or form_var_motif=="Autres" +form_var_type_demande in ["Affichage d'Aquilux","Circulation relative aux travaux","Éclairage public","Espaces verts","Stationnement"] +form_var_type_demande in ["Affichage d'Aquilux","Circulation relative aux travaux","Éclairage public","Espaces verts","Stationnement"] +form_var_champ_intervention=="Culture - 3.1. Accompagnement des projets de création ou de rénovation d'une bibliothèque/médiathèque" +form_var_champ_intervention=="Culture - 3.1. Accompagnement des projets de création ou de rénovation d'une bibliothèque/médiathèque" +form_var_type and "Un ou plusieurs congélateur(s) à glace du 1er mars au 31 octobre de l'année en cours" in form_var_naturedemande_raw +form_var_typetransmission == "en les insérant en pièce jointe du présent formulaire. (Attention : 2 Mo maximum par document transmis)" +semaine_1_error_response_reason or semaine_2_error_response_reason or semaine_3_error_response_reason or minisejour_error_response_reason +var_SDPsituation == "Couple sans enfant" or var_SDPsituation == "Couple avec enfants" or var_SDPsituation == "Monoparental-e (à charge)" +(form_var_titre=="mon propre compte" and not( form_var_association)) or ((form_var_titre!="mon propre compte") and (form_var_association)) +form_var_champ_intervention=="Conseil en bâtiments - 7.1. Assistance aux opérations d'équipements (mairies, salles polyvalentes, etc.)" +form_var_champ_intervention=="Conseil en bâtiments - 7.1. Assistance aux opérations d'équipements (mairies, salles polyvalentes, etc.)" +form_var_demande1 == "Échafaudage" or form_var_demande2 == "Échafaudage" or form_var_demande1 == "Benne" or form_var_demande2 == "Benne" +form_var_demande1 == "Échafaudage" or form_var_demande2 == "Échafaudage" or form_var_demande1 == "Benne" or form_var_demande2 == "Benne" +var_situation_personnelle and "Reprise d'études/formation" in var_situation_personnelle and var_modification_situation_personnelle=="oui" +var_situation_personnelle and "Reprise d'études/formation" in var_situation_personnelle and var_modification_situation_personnelle=="oui" +var_situation_personnelle and "Reprise d'études/formation" in var_situation_personnelle and var_modification_situation_personnelle=="oui" +var_situation_personnelle and "Reprise d'études/formation" in var_situation_personnelle and var_modification_situation_personnelle=="oui" +form_var_champ_intervention=="Social - 10.1. Accompagnement de projetde création ou de rénovation de structures d'accueil du jeune enfant" +form_var_champ_intervention=="Social - 9.1. Accompagnement de projet de création ou de rénovation de structures d'accueil du jeune enfant" +form_var_type_demande == "Dépôt sauvage autour d'un point collecte" or form_var_type demande == "Dépôt sauvage de matières dangereuses" +form_var_mater_msmercredi == "True" or form_var_mater_cantine == "True" or form_var_elem_mercredi == "True" or form_var_elem_cantine== "True" +(len(var_choix_jour_raw)>3) and (var_situation_actuelle=="Vie maritale" or var_situation_actuelle=="Marié(e)" or "Mariage" in var_evenements) +form_var_objet == "Supprimer auprès d'un site des informations vous concernant qui apparaissent dans les résultats des moteurs de recherche" +var_situationfamillebeneficiaire=="Marié(e)" or var_situationfamillebeneficiaire=="Concubin" or var_situationfamillebeneficiaire=="Pacsé(e)" +var_situationfamillebeneficiaire=="Marié(e)" or var_situationfamillebeneficiaire=="Concubin" or var_situationfamillebeneficiaire=="Pacsé(e)" +var_situationfamillebeneficiaire=="Marié(e)" or var_situationfamillebeneficiaire=="Concubin" or var_situationfamillebeneficiaire=="Pacsé(e)" +var_situationfamillebeneficiaire=="Marié(e)" or var_situationfamillebeneficiaire=="Concubin" or var_situationfamillebeneficiaire=="Pacsé(e)" +var_situationfamillebeneficiaire=="Marié(e)" or var_situationfamillebeneficiaire=="Concubin" or var_situationfamillebeneficiaire=="Pacsé(e)" +var_situationfamillebeneficiaire=="Marié(e)" or var_situationfamillebeneficiaire=="Concubin" or var_situationfamillebeneficiaire=="Pacsé(e)" +var_situationfamillebeneficiaire=="Marié(e)" or var_situationfamillebeneficiaire=="Concubin" or var_situationfamillebeneficiaire=="Pacsé(e)" +var_situationfamillebeneficiaire=="Marié(e)" or var_situationfamillebeneficiaire=="Concubin" or var_situationfamillebeneficiaire=="Pacsé(e)" +var_situationfamillebeneficiaire=="Marié(e)" or var_situationfamillebeneficiaire=="Concubin" or var_situationfamillebeneficiaire=="Pacsé(e)" +var_situationfamillebeneficiaire=="Marié(e)" or var_situationfamillebeneficiaire=="Concubin" or var_situationfamillebeneficiaire=="Pacsé(e)" +var_situationfamillebeneficiaire=="Marié(e)" or var_situationfamillebeneficiaire=="Concubin" or var_situationfamillebeneficiaire=="Pacsé(e)" +var_situationfamillebeneficiaire=="Marié(e)" or var_situationfamillebeneficiaire=="Concubin" or var_situationfamillebeneficiaire=="Pacsé(e)" +var_situationfamillebeneficiaire=="Marié(e)" or var_situationfamillebeneficiaire=="Concubin" or var_situationfamillebeneficiaire=="Pacsé(e)" +(len(var_choix_jour_raw)>3) and (var_situation_actuelle=="Vie maritale" or var_situation_actuelle=="Marié(e)" or "Mariage" in var_evenements) +(len(var_choix_jour_raw)>3) and (var_situation_actuelle=="Vie maritale" or var_situation_actuelle=="Marié(e)" or "Mariage" in var_evenements) +(len(var_choix_jour_raw)>3) and (var_situation_actuelle=="Vie maritale" or var_situation_actuelle=="Marié(e)" or "Mariage" in var_evenements) +"La présence ou l’absence de votre enfant (périscolaire, restauration, centre de loisirs, crèche, séjours de vacances)" in var_reclamation +form_var_nombreconducteurs == "2" or form_var_nombreconducteurs == "3" or form_var_nombreconducteurs == "4" or form_var_nombreconducteurs == "5" +form_var_place=="Non, je ne souhaite pas obtenir cette place en crèche" and form_var_vincennois == "Oui" and form_var_temps_de_travail == "Oui" +form_var_place=="Non, je ne souhaite pas obtenir cette place en crèche" and form_var_vincennois == "Oui" and form_var_temps_de_travail == "Oui" +form_var_place=="Non, je ne souhaite pas obtenir cette place en crèche" and form_var_vincennois == "Oui" and form_var_temps_de_travail == "Oui" +form_var_notification != "Notification en deux temps : notification initiale (à effectuer dans les 24h suivant la constatation de la violation)" +form_var_notification == "Notification en deux temps : notification initiale (à effectuer dans les 24h suivant la constatation de la violation)" +var_situationfamillebeneficiaire2=="Marié(e)" or var_situationfamillebeneficiaire2=="Concubin" or var_situationfamillebeneficiaire2=="Pacsé(e)" +"Calcul du QF ou revenu pour l'année en cours" in var_liste_calculs or "Modification du QF ou revenu pour l'année en cours" in var_liste_calculs +"Calcul du QF ou revenu pour l'année en cours" in var_liste_calculs or "Modification du QF ou revenu pour l'année en cours" in var_liste_calculs +"Calcul du QF ou revenu pour l'année en cours" in var_liste_calculs or "Modification du QF ou revenu pour l'année en cours" in var_liste_calculs +(form_var_elem_mercredi == 'True' or form_var_mater_msmercredi == 'True') and webservice.concerto_enfant['result'][0]["responsable_nom_2"]!='null' +(form_var_elem_mercredi == 'True' or form_var_mater_msmercredi == 'True') and webservice.concerto_enfant['result'][0]["responsable_nom_2"]=='null' +form_var_champ_intervention=="Culture - 3.5. Accompagnement à la conservation et à la protection des objets mobiliers d'un intérêt patrimonial" +form_var_champ_intervention=="Culture - 3.5. Accompagnement à la conservation et à la protection des objets mobiliers d'un intérêt patrimonial" +"Calcul du QF ou revenu pour l'année prochaine" in var_liste_calculs or "Modification du QF ou revenu pour l'année prochaine" in var_liste_calculs +"Calcul du QF ou revenu pour l'année prochaine" in var_liste_calculs or "Modification du QF ou revenu pour l'année prochaine" in var_liste_calculs +"Calcul du QF ou revenu pour l'année prochaine" in var_liste_calculs or "Modification du QF ou revenu pour l'année prochaine" in var_liste_calculs +(not form_var_event_1_1 and not form_var_event_1_2) or (form_var_event_1_1 and not form_var_event_1_2) or (form_var_event_1_1 and form_var_event_1_2) +(not form_var_event_1_1 and not form_var_event_1_2) or (form_var_event_1_1 and not form_var_event_1_2) or (form_var_event_1_1 and form_var_event_1_2) +(not form_var_event_1_1 and not form_var_event_1_2) or (form_var_event_1_1 and not form_var_event_1_2) or (form_var_event_1_1 and form_var_event_1_2) +(not form_var_event_2_1 and not form_var_event_2_2) or (form_var_event_2_1 and not form_var_event_2_2) or (form_var_event_2_1 and form_var_event_2_2) +(not form_var_event_2_1 and not form_var_event_2_2) or (form_var_event_2_1 and not form_var_event_2_2) or (form_var_event_2_1 and form_var_event_2_2) +(not form_var_event_2_1 and not form_var_event_2_2) or (form_var_event_2_1 and not form_var_event_2_2) or (form_var_event_2_1 and form_var_event_2_2) +(not form_var_event_3_1 and not form_var_event_3_2) or (form_var_event_3_1 and not form_var_event_3_2) or (form_var_event_3_1 and form_var_event_3_2) +(not form_var_event_3_1 and not form_var_event_3_2) or (form_var_event_3_1 and not form_var_event_3_2) or (form_var_event_3_1 and form_var_event_3_2) +(not form_var_event_3_1 and not form_var_event_3_2) or (form_var_event_3_1 and not form_var_event_3_2) or (form_var_event_3_1 and form_var_event_3_2) +'form_var_papier_nometablissement' in vars() and (form_var_papier_nometablissement==None or form_var_papier_nometablissement=="ETABLISSEMENT INCONNU") +var_choix_jour_actuel and "Jeudi" in var_choix_jour_actuel and var_objet_demande=="Vous souhaitez modifier les jours et/ou horaires du contrat actuel" +var_choix_jour_actuel and "Mardi" in var_choix_jour_actuel and var_objet_demande=="Vous souhaitez modifier les jours et/ou horaires du contrat actuel" +var_choix_jour_actuel and "Jeudi" in var_choix_jour_souhait and var_objet_demande=="Vous souhaitez modifier les jours et/ou horaires du contrat actuel" +var_choix_jour_actuel and "Lundi" in var_choix_jour_souhait and var_objet_demande=="Vous souhaitez modifier les jours et/ou horaires du contrat actuel" +var_choix_jour_actuel and "Mardi" in var_choix_jour_souhait and var_objet_demande=="Vous souhaitez modifier les jours et/ou horaires du contrat actuel" +"Modification du QF ou revenu pour l'année en cours" in var_liste_calculs or "Modification du QF ou revenu pour l'année suivante" in var_liste_calculs +"Modification du QF ou revenu pour l'année en cours" in var_liste_calculs or "Modification du QF ou revenu pour l'année suivante" in var_liste_calculs +"Modification du QF ou revenu pour l'année en cours" in var_liste_calculs or "Modification du QF ou revenu pour l'année suivante" in var_liste_calculs +var_choix_jour_actuel and ("Lundi" in var_choix_jour_actuel) and var_objet_demande=="Vous souhaitez modifier les jours et/ou horaires du contrat actuel" +(var_situationfamillebeneficiaire=="Concubin" or var_situationfamillebeneficiaire=="Pacsé(e)") and var_nationalitebeneficiaire!="Hors Union européenne" +(var_situationfamillebeneficiaire=="Concubin" or var_situationfamillebeneficiaire=="Pacsé(e)") and var_nationalitebeneficiaire!="Hors Union européenne" +(var_situationfamillebeneficiaire=="Concubin" or var_situationfamillebeneficiaire=="Pacsé(e)") and var_nationalitebeneficiaire!="Hors Union européenne" +(var_situationfamillebeneficiaire=="Concubin" or var_situationfamillebeneficiaire=="Pacsé(e)") and var_nationalitebeneficiaire!="Hors Union européenne" +(var_situationfamillebeneficiaire=="Concubin" or var_situationfamillebeneficiaire=="Pacsé(e)") and var_nationalitebeneficiaire!="Hors Union européenne" +(var_situationfamillebeneficiaire=="Concubin" or var_situationfamillebeneficiaire=="Pacsé(e)") and var_nationalitebeneficiaire!="Hors Union européenne" +var_choix_jour_actuel and "Mercredi" in var_choix_jour_actuel and var_objet_demande=="Vous souhaitez modifier les jours et/ou horaires du contrat actuel" +var_choix_jour_actuel and "Vendredi" in var_choix_jour_actuel and var_objet_demande=="Vous souhaitez modifier les jours et/ou horaires du contrat actuel" +var_choix_jour_actuel and "Mercredi" in var_choix_jour_souhait and var_objet_demande=="Vous souhaitez modifier les jours et/ou horaires du contrat actuel" +var_choix_jour_actuel and "Vendredi" in var_choix_jour_souhait and var_objet_demande=="Vous souhaitez modifier les jours et/ou horaires du contrat actuel" +var_souhait == "Je reporte ma demande et je fournis une date de report souhaitée" and form_var_vincennois == "Oui" and form_var_temps_de_travail == "Oui" +var_souhait == "Je reporte ma demande et je fournis une date de report souhaitée" and form_var_vincennois == "Oui" and form_var_temps_de_travail == "Oui" +var_souhait == "Je reporte ma demande et je fournis une date de report souhaitée" and form_var_vincennois == "Oui" and form_var_temps_de_travail == "Oui" +(form_var_etablissement_raw and not form_var_situation_raw) or (not form_var_etablissement_raw and form_var_situation_raw and (10 < int(form_var_age) < 16)) +(form_var_type_inscription == "A l'école" or form_var_type_inscription == "A l'école et aux services périscolaires") and form_var_autres_enfants == "True" +(((datetime.datetime.strptime("10/07/2017","%d/%m/%Y")-datetime.datetime.strptime(form_var_date_de_naissance,"%d/%m/%Y")).days)=Decimal(form_option_age_mini)) +(((datetime.datetime.strptime("10/07/2017","%d/%m/%Y")-datetime.datetime.strptime(form_var_date_de_naissance,"%d/%m/%Y")).days)>=Decimal(form_option_age_mini)) +(((datetime.datetime.strptime("26/02/2018","%d/%m/%Y")-datetime.datetime.strptime(form_var_date_de_naissance,"%d/%m/%Y")).days)>=Decimal(form_option_age_mini)) +(var_code_commune_raw and not var_code_commune_raw.startswith('commune-14-')) and (var_excode_commune and not var_excode_commune_raw.startswith('commune-14-')) +(var_code_commune_raw and not var_code_commune_raw.startswith('commune-14-')) and (var_excode_commune and not var_excode_commune_raw.startswith('commune-14-')) +(var_code_commune_raw and not var_code_commune_raw.startswith('commune-14-')) and (var_excode_commune and not var_excode_commune_raw.startswith('commune-14-')) +(var_code_commune_raw and not var_code_commune_raw.startswith('commune-14-')) and (var_excode_commune and not var_excode_commune_raw.startswith('commune-14-')) +(var_code_commune_raw and not var_code_commune_raw.startswith('commune-14-')) and (var_excode_commune and not var_excode_commune_raw.startswith('commune-14-')) +(var_code_commune_raw and not var_code_commune_raw.startswith('commune-14-')) and (var_excode_commune and not var_excode_commune_raw.startswith('commune-14-')) +(var_code_commune_raw and not var_code_commune_raw.startswith('commune-14-')) and (var_excode_commune and not var_excode_commune_raw.startswith('commune-14-')) +(var_code_commune_raw and not var_code_commune_raw.startswith('commune-14-')) and (var_excode_commune and not var_excode_commune_raw.startswith('commune-14-')) +(form_var_offre == "ELEM- visite guidée VM- Découverte villa Majorelle/ CM1-CM2") or (form_var_offre == "SEC- visite guidée VM- Découverte villa Majorelle") +(form_var_offre == "ELEM- visite guidée VM- Découverte villa Majorelle/ CM1-CM2") or (form_var_offre == "SEC- visite guidée VM- Découverte villa Majorelle") +(form_var_event_2_raw and form_var_event_3_raw) or (not form_var_event_2_raw and not form_var_event_3_raw) or (form_var_event_2_raw and not form_var_event_3_raw) +(form_var_event_2_raw and form_var_event_3_raw) or (not form_var_event_2_raw and not form_var_event_3_raw) or (form_var_event_2_raw and not form_var_event_3_raw) +(form_var_event_2_raw and form_var_event_3_raw) or (not form_var_event_2_raw and not form_var_event_3_raw) or (form_var_event_2_raw and not form_var_event_3_raw) +(form_var_event_3_raw and form_var_event_4_raw) or (not form_var_event_3_raw and not form_var_event_4_raw) or (form_var_event_3_raw and not form_var_event_4_raw) +(form_var_event_3_raw and form_var_event_4_raw) or (not form_var_event_3_raw and not form_var_event_4_raw) or (form_var_event_3_raw and not form_var_event_4_raw) +(form_var_event_3_raw and form_var_event_4_raw) or (not form_var_event_3_raw and not form_var_event_4_raw) or (form_var_event_3_raw and not form_var_event_4_raw) +form_var_Enfants == "Oui" and form_var_copievac_enfants == "Par courrier postal" or form_var_copievac_enfants == "Dépot à l'accueil du service Santé Publique" +form_var_adultes == "Oui" and form_var_copievac_adultes == "Par courrier postal" or form_var_copievac_adultes == "Dépot à l'accueil du service Santé Publique" +form_var_champ_intervention=="Culture - 3.3. Accompagnement de projets de création ou de rénovation d'équipements culturels (salles de spectacles, musées, etc)" +form_var_champ_intervention=="Culture - 3.3. Accompagnement de projets de création ou de rénovation d'équipements culturels (salles de spectacles, musées, etc)" +var_objet_demande=="Vous souhaitez modifier les jours et/ou horaires du contrat actuel" or var_objet_demande=="Vous souhaitez changer de crèche (contrat en cours)" +form_var_papier_organisme=="TUTELLE INCONNUE" and (tutelle_var_organisme=="TUTELLE INCONNUE" or tutelle_var_organisme==None or 'tutelle_var_organisme' not in vars()) +form_var_champ_intervention=="Ouvrages d'art et sécurité routière - 5.3. Conseil technique aux aménagements routiers sur routes départementales en agglomération" +form_var_champ_intervention=="Ouvrages d'art et sécurité routière - 5.3. Conseil technique aux aménagements routiers sur routes départementales en agglomération" +"Activités périscolaires (accueils, centres de loisirs, temps découverte etc.)" in var_choix_demande or "Séjours et/ou classes de découvertes" in var_choix_demande +"Activités périscolaires (accueils, centres de loisirs, temps découverte etc.)" in var_choix_demande or "Séjours et/ou classes de découvertes" in var_choix_demande +"Activités périscolaires (accueils, centres de loisirs, temps découverte etc.)" in var_choix_demande or "Séjours et/ou classes de découvertes" in var_choix_demande +"Activités périscolaires (accueils, centres de loisirs, temps découverte etc.)" in var_choix_demande or "Séjours et/ou classes de découvertes" in var_choix_demande +(form_objects.count_status_2+form_objects.count_status_4+form_objects.count_status_5+form_objects.count_status_9+form_objects.count_status_10) < int(form_option_limite) +(form_objects.count_status_2+form_objects.count_status_4+form_objects.count_status_5+form_objects.count_status_9+form_objects.count_status_10) < int(form_option_limite) +(form_var_type_inscription == "A l'école" or form_var_type_inscription == "A l'école et aux services périscolaires") and form_var_parents_ailleurs == "Oui, la mère" +(form_var_type_inscription == "A l'école" or form_var_type_inscription == "A l'école et aux services périscolaires") and form_var_parents_ailleurs == "Oui, le père" +(form_var_type_inscription == "Aux services périscolaires" or form_var_type_inscription == "A l'école et aux services périscolaires") and form_var_parent_deux == "Non" +(form_var_type_inscription == "Aux services périscolaires" or form_var_type_inscription == "A l'école et aux services périscolaires") and form_var_parent_deux == "Oui" +form_var_adresse_enfant != (str(webservice.concerto_enfant['result'][0]['adresse_numero_voie']) + str(" ") + str(webservice.concerto_enfant['result'][0]['adresse_nom_rue'])) +form_var_adresse_enfant != (str(webservice.concerto_enfant['result'][0]['adresse_numero_voie']) + str(" ") + str(webservice.concerto_enfant['result'][0]['adresse_nom_rue'])) +form_var_retraitebeneficiaire=="Oui" and (form_var_papier_listeretraite==None or not form_var_papier_listeretraite or form_var_papier_listeretraite=="CAISSE RETRAITE INCONNUE") +var_modifinfos=="Le bénéficiaire est entré en établissement pour personnes âgées" or var_modifinfos=="Le bénéficiaire a changé d'établissement pour personnes âgées" +var_situation == "En couple (mariage, pacs, concubinage, vie maritale)" and var_domicile != "Je ne vis pas à Vincennes" and var_temps != "J’ai obtenu une place à temps partiel" +var_situation == "En couple (mariage, pacs, concubinage, vie maritale)" and var_domicile != "Je ne vis pas à Vincennes" and var_temps != "J’ai obtenu une place à temps partiel" +(var_situationfamillebeneficiaire=="Marié(e)" or var_situationfamillebeneficiaire=="Concubin" or var_situationfamillebeneficiaire=="Pacsé(e)") and var_participationconjoint=="Oui" +(var_situationfamillebeneficiaire=="Marié(e)" or var_situationfamillebeneficiaire=="Concubin" or var_situationfamillebeneficiaire=="Pacsé(e)") and var_participationconjoint=="Oui" +(var_situationfamillebeneficiaire=="Marié(e)" or var_situationfamillebeneficiaire=="Concubin" or var_situationfamillebeneficiaire=="Pacsé(e)") and var_participationconjoint=="Oui" +(var_situationfamillebeneficiaire=="Marié(e)" or var_situationfamillebeneficiaire=="Concubin" or var_situationfamillebeneficiaire=="Pacsé(e)") and var_participationconjoint=="Oui" +(var_situationfamillebeneficiaire=="Marié(e)" or var_situationfamillebeneficiaire=="Concubin" or var_situationfamillebeneficiaire=="Pacsé(e)") and var_participationconjoint=="Oui" +(var_situationfamillebeneficiaire=="Marié(e)" or var_situationfamillebeneficiaire=="Concubin" or var_situationfamillebeneficiaire=="Pacsé(e)") and var_participationconjoint=="Oui" +(var_situationfamillebeneficiaire=="Marié(e)" or var_situationfamillebeneficiaire=="Concubin" or var_situationfamillebeneficiaire=="Pacsé(e)") and var_participationconjoint=="Oui" +(var_situationfamillebeneficiaire=="Marié(e)" or var_situationfamillebeneficiaire=="Concubin" or var_situationfamillebeneficiaire=="Pacsé(e)") and var_participationconjoint=="Oui" +(var_situationfamillebeneficiaire=="Marié(e)" or var_situationfamillebeneficiaire=="Concubin" or var_situationfamillebeneficiaire=="Pacsé(e)") and var_participationconjoint=="Oui" +(var_situationfamillebeneficiaire=="Marié(e)" or var_situationfamillebeneficiaire=="Concubin" or var_situationfamillebeneficiaire=="Pacsé(e)") and var_participationconjoint=="Oui" +(var_situationfamillebeneficiaire=="Marié(e)" or var_situationfamillebeneficiaire=="Concubin" or var_situationfamillebeneficiaire=="Pacsé(e)") and var_participationconjoint=="Oui" +(var_situationfamillebeneficiaire=="Marié(e)" or var_situationfamillebeneficiaire=="Concubin" or var_situationfamillebeneficiaire=="Pacsé(e)") and var_participationconjoint=="Oui" +(var_situationfamillebeneficiaire=="Marié(e)" or var_situationfamillebeneficiaire=="Concubin" or var_situationfamillebeneficiaire=="Pacsé(e)") and var_participationconjoint=="Oui" +(form_var_type_inscription == "Aux services périscolaires" or form_var_type_inscription == "A l'école et aux services périscolaires") and form_var_inscription_type == "Maternelle" +form_var_reclamation == " Votre quotient familial (périscolaire, restauration, séjours, loisirs, vacances)" or form_var_reclamation == " Le montant de l’heure « halte jeux »" +form_var_reclamation == " Votre quotient familial (périscolaire, restauration, séjours, loisirs, vacances)" or form_var_reclamation == " Le montant de l’heure « halte jeux »" +(form_var_type_inscription == "Aux services périscolaires" or form_var_type_inscription == "A l'école et aux services périscolaires") and form_var_inscription_type == "Elémentaire" +form_var_reclamation == "La présence ou l’absence de votre enfant (périscolaire, restauration, centre de loisirs, crèche, séjours de vacances)" and form_var_activite == "Crèche" +var_profildemandeur=="Je suis un proche du bénéficiaire (parent, autre)" or var_profildemandeur=="Je suis une personne désignée légalement (tuteur, curateur, sauvegarde de justice) " +var_profildemandeur=="Je suis un proche du bénéficiaire (parent, autre)" or var_profildemandeur=="Je suis une personne désignée légalement (tuteur, curateur, sauvegarde de justice) " +var_profildemandeur=="Je suis un proche du bénéficiaire (parent, autre)" or var_profildemandeur=="Je suis une personne désignée légalement (tuteur, curateur, sauvegarde de justice) " +var_profildemandeur=="Je suis un proche du bénéficiaire (parent, autre)" or var_profildemandeur=="Je suis une personne désignée légalement (tuteur, curateur, sauvegarde de justice) " +var_profildemandeur=="Je suis un proche du bénéficiaire (parent, autre)" or var_profildemandeur=="Je suis une personne désignée légalement (tuteur, curateur, sauvegarde de justice) " +var_profildemandeur=="Je suis un proche du bénéficiaire (parent, autre)" or var_profildemandeur=="Je suis une personne désignée légalement (tuteur, curateur, sauvegarde de justice) " +var_profildemandeur=="Je suis un proche du bénéficiaire (parent, autre)" or var_profildemandeur=="Je suis une personne désignée légalement (tuteur, curateur, sauvegarde de justice) " +var_profildemandeur=="Je suis un proche du bénéficiaire (parent, autre)" or var_profildemandeur=="Je suis une personne désignée légalement (tuteur, curateur, sauvegarde de justice) " +var_profildemandeur=="Je suis un proche du bénéficiaire (parent, autre)" or var_profildemandeur=="Je suis une personne désignée légalement (tuteur, curateur, sauvegarde de justice) " +var_profildemandeur=="Je suis un proche du bénéficiaire (parent, autre)" or var_profildemandeur=="Je suis une personne désignée légalement (tuteur, curateur, sauvegarde de justice) " +var_profildemandeur=="Je suis un proche du bénéficiaire (parent, autre)" or var_profildemandeur=="Je suis une personne désignée légalement (tuteur, curateur, sauvegarde de justice) " +var_profildemandeur=="Je suis un proche du bénéficiaire (parent, autre)" or var_profildemandeur=="Je suis une personne désignée légalement (tuteur, curateur, sauvegarde de justice) " +var_profildemandeur=="Je suis un proche du bénéficiaire (parent, autre)" or var_profildemandeur=="Je suis une personne désignée légalement (tuteur, curateur, sauvegarde de justice) " +inscription_1_response_in_waiting_list==True or inscription_2_response_in_waiting_list==True or inscription_3_response_in_waiting_list==True or inscription_4_response_in_waiting_list==True +inscription_1_response_in_waiting_list==False or inscription_2_response_in_waiting_list==False or inscription_3_response_in_waiting_list==False or inscription_4_response_in_waiting_list==False +vars().get('semaine_1_error_response_reason') or vars().get('semaine_2_error_response_reason') or vars().get('semaine_3_error_response_reason') or vars().get('minisejour_error_response_reason') +(f34 == "6") or (f34 == "7") or (f34 == "8") or (f34 == "9") or (f34 == "10") or (f34 == "11") or (f34 == "12") or (f34 == "13") or (f34 == "14") or (f34 == "15") or (f34 == "16") or (f34 == "17") +(f34 == "6") or (f34 == "7") or (f34 == "8") or (f34 == "9") or (f34 == "10") or (f34 == "11") or (f34 == "12") or (f34 == "13") or (f34 == "14") or (f34 == "15") or (f34 == "16") or (f34 == "17") +(var_reclamation_periscolaire and "Accueil de loisirs" in var_reclamation_periscolaire) and (var_emission_facture and var_emission_facture=="La facture a été émise avant le 1er octobre 2014 ") +form_var_service_ordre_societe != "des agents d'une société de sécurité" or (form_var_service_ordre_societe == "des agents d'une société de sécurité" and form_var_service_ordre_coord_societe) +(var_reclamation_periscolaire and "Accueil de loisirs" in var_reclamation_periscolaire) and (var_emission_facture and var_emission_facture=="La facture a été émise à partir du 1er octobre 2014 ") +form_var_champ_intervention=="Ouvrages d'art et sécurité routière - 5.1. Conseil et assistance en matière de politique de gestion et d'entretien des ouvrages d'art – ponts et murs de soutènement" +form_var_champ_intervention=="Ouvrages d'art et sécurité routière - 5.1. Conseil et assistance en matière de politique de gestion et d'entretien des ouvrages d'art – ponts et murs de soutènement" +(var_situationfamillebeneficiaire=="Marié(e)" or var_situationfamillebeneficiaire=="Divorcé(e)" or var_situationfamillebeneficiaire=="Veuf(ve)") and var_nationalitebeneficiaire!="Hors Union européenne" +(var_situationfamillebeneficiaire=="Marié(e)" or var_situationfamillebeneficiaire=="Divorcé(e)" or var_situationfamillebeneficiaire=="Veuf(ve)") and var_nationalitebeneficiaire!="Hors Union européenne" +(var_situationfamillebeneficiaire=="Marié(e)" or var_situationfamillebeneficiaire=="Divorcé(e)" or var_situationfamillebeneficiaire=="Veuf(ve)") and var_nationalitebeneficiaire!="Hors Union européenne" +(var_situationfamillebeneficiaire=="Marié(e)" or var_situationfamillebeneficiaire=="Divorcé(e)" or var_situationfamillebeneficiaire=="Veuf(ve)") and var_nationalitebeneficiaire!="Hors Union européenne" +(var_situationfamillebeneficiaire=="Marié(e)" or var_situationfamillebeneficiaire=="Divorcé(e)" or var_situationfamillebeneficiaire=="Veuf(ve)") and var_nationalitebeneficiaire!="Hors Union européenne" +(var_situationfamillebeneficiaire=="Marié(e)" or var_situationfamillebeneficiaire=="Divorcé(e)" or var_situationfamillebeneficiaire=="Veuf(ve)") and var_nationalitebeneficiaire!="Hors Union européenne" +form_var_demande1 == "Nacelle" or form_var_demande1 == "Benne" or form_var_demande1 == "Échafaudage" or form_var_demande2 == "Nacelle" or form_var_demande2 == "Benne" or form_var_demande2 == "Échafaudage" +(("Un logement occupé depuis moins de 3 mois" in var_installationbeneficiaire) or ("Une famille d'accueil agréée" in var_installationbeneficiaire) or ("Un foyer logement" in var_installationbeneficiaire)) +vars().get('inscription_1_error_response_reason') or vars().get('inscription_2_error_response_reason') or vars().get('inscription_3_error_response_reason') or vars().get('inscription_4_error_response_reason') +var_situation == "En couple (mariage, pacs, concubinage, vie maritale)" and (var_domicile == "Je suis locataire ou propriétaire d'un logement à Vincennes" or var_domicile == "Je suis hébergé à Vincennes") +var_situation == "En couple (mariage, pacs, concubinage, vie maritale)" and (var_domicile == "Je suis locataire ou propriétaire d'un logement à Vincennes" or var_domicile == "Je suis hébergé à Vincennes") +form_var_champ_intervention=="Culture - 3.2. Conseils et appuis à la définition des besoins en termes de services, de collections et de moyens pour mettre en place et/ou développer un service de lecture publique" +form_var_champ_intervention=="Culture - 3.2. Conseils et appuis à la définition des besoins en termes de services, de collections et de moyens pour mettre en place et/ou développer un service de lecture publique" +form_var_champ_intervention=="Eau/Environnement - 1.2. Accompagnement des collectivités dans la réalisation des études et travaux dans le domaine des circulations douces (randonnée pédestre, équestre et vélo)" +form_var_champ_intervention=="Eau/Environnement - 1.2. Accompagnement des collectivités dans la réalisation des études et travaux dans le domaine des circulations douces (randonnée pédestre, équestre et vélo)" +(form_var_parents_ailleurs == "Oui, le père" or form_var_parents_ailleurs == "Oui, la mère") and (form_var_type_inscription == "A l'école" or form_var_type_inscription == "A l'école et aux services périscolaires") +form_var_reclamation == "La présence ou l’absence de votre enfant (périscolaire, restauration, centre de loisirs, crèche, séjours de vacances)" and form_var_activite == "Séjour de vacances/Classes de découverte" +form_var_type and "Un porte-menu ou un casier-menu du 1er janvier au 31 décembre de l'année en cours (uniquement pour les établissements de restauration tels que restaurants, snacks...)" in form_var_naturedemande_raw +form_var_reclamation == "La présence ou l’absence de votre enfant (périscolaire, restauration, centre de loisirs, crèche, séjours de vacances)" and form_var_activite == "Périscolaire, restauration et centre de loisirs" +(form_objects.count_status_20+form_objects.count_status_18+form_objects.count_status_4+form_objects.count_status_19+form_objects.count_status_5+form_objects.count_status_9+form_objects.count_status_10) > int(form_option_limite) +f30=="Non, il participe seul." and ((f34 == "6") or (f34 == "7") or (f34 == "8") or (f34 == "9") or (f34 == "10") or (f34 == "11") or (f34 == "12") or (f34 == "13") or (f34 == "14") or (f34 == "15") or (f34 == "16") or (f34 == "17")) +f30=="Non, il participe seul." and ((f34 == "6") or (f34 == "7") or (f34 == "8") or (f34 == "9") or (f34 == "10") or (f34 == "11") or (f34 == "12") or (f34 == "13") or (f34 == "14") or (f34 == "15") or (f34 == "16") or (f34 == "17")) +f30=="Non, il participe seul." and ((f34 == "6") or (f34 == "7") or (f34 == "8") or (f34 == "9") or (f34 == "10") or (f34 == "11") or (f34 == "12") or (f34 == "13") or (f34 == "14") or (f34 == "15") or (f34 == "16") or (f34 == "17")) +f30=="Non, il participe seul." and ((f34 == "6") or (f34 == "7") or (f34 == "8") or (f34 == "9") or (f34 == "10") or (f34 == "11") or (f34 == "12") or (f34 == "13") or (f34 == "14") or (f34 == "15") or (f34 == "16") or (f34 == "17")) +form_var_dimension_terrasse_estivale != "Autres (dans le cas d'une création, extension...)" or (form_var_dimension_terrasse_estivale == "Autres (dans le cas d'une création, extension...)" and form_var_autre_dimension_terrasse_estivale) +form_var_dimension_terrasse_estivale != "Autres (dans le cas d'une création, extension...)" or (form_var_dimension_terrasse_estivale == "Autres (dans le cas d'une création, extension...)" and form_var_autre_dimension_terrasse_estivale) +form_var_dimension_terrasse_estivale != "Autres (dans le cas d'une création, extension...)" or (form_var_dimension_terrasse_estivale == "Autres (dans le cas d'une création, extension...)" and form_var_autre_dimension_terrasse_estivale) +("Séjours et/ou classes de découvertes" in form_var_choix_demande) or ("Activités périscolaires (accueils, centres de loisirs, temps découverte etc.)" in form_var_choix_demande) or ("Tarif horaire halte-jeux" in form_var_choix_demande) +form_var_dimension_terrasse_hivernale != "Autres (dans le cas d'une création, extension...)" or (form_var_dimension_terrasse_hivernale == "Autres (dans le cas d'une création, extension...)" and form_var_autre_dimension_terrasse_hivernale) +form_var_dimension_terrasse_hivernale != "Autres (dans le cas d'une création, extension...)" or (form_var_dimension_terrasse_hivernale == "Autres (dans le cas d'une création, extension...)" and form_var_autre_dimension_terrasse_hivernale) +form_var_dimension_terrasse_hivernale != "Autres (dans le cas d'une création, extension...)" or (form_var_dimension_terrasse_hivernale == "Autres (dans le cas d'une création, extension...)" and form_var_autre_dimension_terrasse_hivernale) +f30=="Oui, mon enfant est accompagné." and ((f34 == "6") or (f34 == "7") or (f34 == "8") or (f34 == "9") or (f34 == "10") or (f34 == "11") or (f34 == "12") or (f34 == "13") or (f34 == "14") or (f34 == "15") or (f34 == "16") or (f34 == "17")) +f30=="Oui, mon enfant est accompagné." and ((f34 == "6") or (f34 == "7") or (f34 == "8") or (f34 == "9") or (f34 == "10") or (f34 == "11") or (f34 == "12") or (f34 == "13") or (f34 == "14") or (f34 == "15") or (f34 == "16") or (f34 == "17")) +'form_var_papier_nometablissement' in vars() and form_var_papier_nometablissement=="ETABLISSEMENT INCONNU" and 'etablissement_var_nometablissement' in vars() and (etablissement_var_nometablissement==None or not etablissement_var_nometablissement) +vars().get('semaine_1_error_response_reason') == 'sold out' or vars().get('semaine_2_error_response_reason') == 'sold out' or vars().get('semaine_3_error_response_reason') == 'sold out' or vars().get('minisejour_error_response_reason') == 'sold out' +vars().get('semaine_1_error_response_reason') == 'sold out' or vars().get('semaine_2_error_response_reason') == 'sold out' or vars().get('semaine_3_error_response_reason') == 'sold out' or vars().get('minisejour_error_response_reason') == 'sold out' +form_var_demande1 == "Nacelle" or form_var_demande2 == "Nacelle" or form_var_demande1 == "Dépôt / Livraison de matériaux" or form_var_demande2 == "Dépôt / Livraison de matériaux" or form_var_demande1 == "Autres" or form_var_demande2 == "Autres" +(("Un logement occupé depuis moins de 3 mois" in var_installationbeneficiaire) or ("Une famille d'accueil agréée" in var_installationbeneficiaire) or ("Un foyer logement" in var_installationbeneficiaire)) or (not var_code_commune_raw.startswith('commune-14-')) +(("Un logement occupé depuis moins de 3 mois" in var_installationbeneficiaire) or ("Une famille d'accueil agréée" in var_installationbeneficiaire) or ("Un foyer logement" in var_installationbeneficiaire)) or (not var_code_commune_raw.startswith('commune-14-')) +vars().get('inscription_1_error_response_reason') == 'sold out' or vars().get('inscription_2_error_response_reason') == 'sold out' or vars().get('inscription_3_error_response_reason') == 'sold out' or vars().get('inscription_4_error_response_reason') == 'sold out' +form_var_copievac_enfants== "Dépôt à l'accueil du service Santé Publique" or form_var_copievac_enfants == "Par courrier postal" or form_var_copievac_lesdeux== "Dépôt à l'accueil du service Santé Publique" or form_var_copievac_lesdeux == "Par courrier postal" +form_var_copievac_adultes == "Dépôt à l'accueil du service Santé Publique" or form_var_copievac_adultes == "Par courrier postal" or form_var_copievac_lesdeux == "Dépôt à l'accueil du service Santé Publique" or form_var_copievac_lesdeux == "Par courrier postal" +(("Un logement occupé depuis moins de 3 mois" in var_installationbeneficiaire) or ("Une famille d'accueil agréée" in var_installationbeneficiaire) or ("Un foyer logement" in var_installationbeneficiaire)) or (not var_papier_code_commune_raw.startswith('commune-14-')) +(("Un logement occupé depuis moins de 3 mois" in var_installationbeneficiaire) or ("Une famille d'accueil agréée" in var_installationbeneficiaire) or ("Un foyer logement" in var_installationbeneficiaire)) or (not var_papier_code_commune_raw.startswith('commune-14-')) +form_var_informations_bancaires=="non" and ('supp8_var_titulairecompte' not in vars() and 'supp8_var_domicilebanque' not in vars() and 'supp8_var_codebanque' not in vars() and 'supp8_var_codeguichet' not in vars() and 'supp8_var_numcompte' not in vars() and 'supp8_var_clerib' not in vars() ) +form_var_retraitebeneficiaire=="Oui" and ((form_var_papier_listeretraite==None or not form_var_papier_listeretraite or form_var_papier_listeretraite=="CAISSE RETRAITE INCONNUE") and (retraite_var_listeretraite==None or not retraite_var_listeretraite or retraite_var_listeretraite=="CAISSE RETRAITE INCONNUE")) +Qualification_var_Incomplet in ('Certificat de scolarité pour l’année scolaire en cours', ' Justificatif d’ayant droit à la bourse nationale pour l’année scolaire en cours', 'Justificatif de domicile datant de moins de trois mois (quittance de loyer, facture EDF, téléphonie…)', 'RIB à l’adresse en vigueur') +(form_var_papier_code_lieu==None or form_var_papier_code_commune==None or not form_var_papier_code_lieu or not form_var_papier_code_commune) and (adresse_var_code_lieu==None or adresse_var_num_lieu==None or adresse_var_code_commune==None or not adresse_var_code_lieu or not adresse_var_num_lieu or not adresse_var_code_commune) +(form_var_titre != "responsable d'une association intervenant dans le cadre des services périscolaires ou d'accueils collectifs de mineurs" and not( form_var_association)) or ((form_var_titre=="responsable d'une association intervenant dans le cadre des services périscolaires ou d'accueils collectifs de mineurs") and (form_var_association)) +(form_objects.count_status_12+form_objects.count_status_23+form_objects.count_status_24+form_objects.count_status_20+form_objects.count_status_21+form_objects.count_status_18+form_objects.count_status_4+form_objects.count_status_19+form_objects.count_status_22+form_objects.count_status_5+form_objects.count_status_9+form_objects.count_status_10) > int(form_option_limite) +form_var_demande1 == "Échafaudage" or form_var_demande2 == "Échafaudage" or form_var_demande1 == "Nacelle" or form_var_demande2 == "Nacelle" or form_var_demande1 == "Benne" or form_var_demande2 == "Benne" or form_var_demande1 == "Dépôt / Livraison de matériaux" or form_var_demande2 == "Dépôt / Livraison de matériaux" or form_var_demande1 == "Autres" or form_var_demande2 == "Autres" +var_modifinfos=="L'état de santé du bénéficiaire a évolué et nécessite une réévaluation" or var_modifinfos=="Le bénéficiaire a changé d'établissement pour personnes âgées" or var_modifinfos=="Le bénéficiaire est retourné à domicile" or var_modifinfos=="Les ressources du bénéficiaire ont changé" or var_modifinfos=="Le bénéficiaire est entré en établissement pour personnes âgées" +var_modifinfos=="L'état de santé du bénéficiaire a évolué et nécessite une réévaluation" or var_modifinfos=="Le bénéficiaire a changé d'établissement pour personnes âgées" or var_modifinfos=="Le bénéficiaire est retourné à domicile" or var_modifinfos=="Les ressources du bénéficiaire ont changé" or var_modifinfos=="Le bénéficiaire est entré en établissement pour personnes âgées" +var_modifinfos=="L'état de santé du bénéficiaire a évolué et nécessite une réévaluation" or var_modifinfos=="Le bénéficiaire a changé d'établissement pour personnes âgées" or var_modifinfos=="Le bénéficiaire est retourné à domicile" or var_modifinfos=="Les ressources du bénéficiaire ont changé" or var_modifinfos=="Le bénéficiaire est entré en établissement pour personnes âgées" +var_modifinfos=="L'état de santé du bénéficiaire a évolué et nécessite une réévaluation" or var_modifinfos=="Le bénéficiaire a changé d'établissement pour personnes âgées" or var_modifinfos=="Le bénéficiaire est retourné à domicile" or var_modifinfos=="Les ressources du bénéficiaire ont changé" or var_modifinfos=="Le bénéficiaire est entré en établissement pour personnes âgées" +(form_var_offre == "ELEM- visite guidée ML- Exposition Lorrains sans frontières/ CM1-CM2") or (form_var_offre == "ELEM- visite guidée et atelier ML- Exposition Lorrains sans frontières/ CM1-CM2") or (form_var_offre == "ELEM- visite libre ML- L'exposition Lorrains sans frontières est à vous !/ CM1-CM2") or (form_var_offre == "SEC- visite guidée ML- Exposition Lorrains sans frontières/ collège") or (form_var_offre == "SEC- visite guidée et atelier ML- Exposition Lorrains sans frontières/ collège") or (form_var_offre == "SEC- visite guidée ML- Exposition Lorrains sans frontières/ lycée") or (form_var_offre == "SEC- visite libre ML- L'exposition Lorrains sans frontières est à vous !") +(form_var_offre == "ELEM- visite guidée ML- Exposition Lorrains sans frontières/ CM1-CM2") or (form_var_offre == "ELEM- visite guidée et atelier ML- Exposition Lorrains sans frontières/ CM1-CM2") or (form_var_offre == "ELEM- visite libre ML- L'exposition Lorrains sans frontières est à vous !/ CM1-CM2") or (form_var_offre == "SEC- visite guidée ML- Exposition Lorrains sans frontières/ collège") or (form_var_offre == "SEC- visite guidée et atelier ML- Exposition Lorrains sans frontières/ collège") or (form_var_offre == "SEC- visite guidée ML- Exposition Lorrains sans frontières/ lycée") or (form_var_offre == "SEC- visite libre ML- L'exposition Lorrains sans frontières est à vous !") +(form_var_offre == "MAT- visite libre MBA- le musée des Beaux-Arts est à vous !") or (form_var_offre == "MAT- visite libre MEN- le musée de l'Ecole de Nancy est à vous !") or (form_var_offre == "ELEM- visite libre MBA- Le musée des Beaux-Arts est à vous !") or (form_var_offre == "ELEM- visite libre MEN- Le musée de l'Ecole de Nancy est à vous !") or (form_var_offre == "ELEM- visite libre ML- L'exposition Lorrains sans frontières est à vous !/ CM1-CM2") or (form_var_offre == "SEC- visite libre MBA- Le musée des Beaux-Arts est à vous !") or (form_var_offre == "SEC- visite libre MEN- Le musée de l'Ecole de Nancy est à vous !") or (form_var_offre == "SEC- visite libre ML- L'exposition Lorrains sans frontières est à vous !") +(form_var_offre == "MAT- visite guidée MEN- Premiers pas au musée") or (form_var_offre == "MAT- visite guidée MEN- L'eau") or (form_var_offre == "MAT- visite guidée MEN- La faune") or (form_var_offre == "MAT- visite guidée MEN- Fleurs et légumes des jardins") or (form_var_offre == "MAT- visite libre MEN- le musée de l'Ecole de Nancy est à vous !") or (form_var_offre == "ELEM- visite guidée MEN- Première approche du musée") or (form_var_offre == "ELEM- visite guidée MEN- La faune") or (form_var_offre == "ELEM- visite guidée MEN- Les insectes") or (form_var_offre == "ELEM- visite guidée MEN- Les plantes") or (form_var_offre == "ELEM- visite guidée MEN- Mode de vie en 1900") or (form_var_offre == "ELEM- visite guidée MEN- La nuit") or (form_var_offre == "ELEM- visite libre MEN- Le musée de l'Ecole de Nancy est à vous !") or (form_var_offre == "SEC- visite guidée MEN- Découverte du musée") or (form_var_offre == "SEC- visite guidée MEN- L'ébénisterie") or (form_var_offre == "SEC- visite guidée MEN- La botanique") or (form_var_offre == "SEC- visite guidée MEN- Les verriers Art nouveau") or (form_var_offre == "SEC- visite libre MEN- Le musée de l'Ecole de Nancy est à vous !") +(form_var_offre == "MAT- visite guidée MEN- Premiers pas au musée") or (form_var_offre == "MAT- visite guidée MEN- L'eau") or (form_var_offre == "MAT- visite guidée MEN- La faune") or (form_var_offre == "MAT- visite guidée MEN- Fleurs et légumes des jardins") or (form_var_offre == "MAT- visite libre MEN- le musée de l'Ecole de Nancy est à vous !") or (form_var_offre == "ELEM- visite guidée MEN- Première approche du musée") or (form_var_offre == "ELEM- visite guidée MEN- La faune") or (form_var_offre == "ELEM- visite guidée MEN- Les insectes") or (form_var_offre == "ELEM- visite guidée MEN- Les plantes") or (form_var_offre == "ELEM- visite guidée MEN- Mode de vie en 1900") or (form_var_offre == "ELEM- visite guidée MEN- La nuit") or (form_var_offre == "ELEM- visite libre MEN- Le musée de l'Ecole de Nancy est à vous !") or (form_var_offre == "SEC- visite guidée MEN- Découverte du musée") or (form_var_offre == "SEC- visite guidée MEN- L'ébénisterie") or (form_var_offre == "SEC- visite guidée MEN- La botanique") or (form_var_offre == "SEC- visite guidée MEN- Les verriers Art nouveau") or (form_var_offre == "SEC- visite libre MEN- Le musée de l'Ecole de Nancy est à vous !") +(form_var_offre == "MAT- visite guidée MBA- Les 5 sens / PS") or (form_var_offre == "MAT- visite guidée MBA- Premier bestiaire / PS") or (form_var_offre == "MAT- visite guidée MBA- Petits objets, petits espaces / PS") or (form_var_offre == "MAT- visite guidée MBA- Premiers pas au musée") or (form_var_offre == "MAT- visite guidée MEN- Premiers pas au musée") or (form_var_offre == "MAT- visite guidée MBA- L'eau") or (form_var_offre == "MAT- visite guidée et atelier MBA- L'eau") or (form_var_offre == "MAT- visite guidée MEN- L'eau") or (form_var_offre == "MAT- visite guidée MEN- La faune") or (form_var_offre == "MAT- visite guidée MBA- Les arbres") or (form_var_offre == "MAT- visite guidée et atelier MBA- Les arbres") or (form_var_offre == "MAT- visite guidée MEN- Fleurs et légumes des jardins") or (form_var_offre == "MAT- visite guidée MBA- La nature morte") or (form_var_offre == "MAT- visite guidée MBA- le portrait") or (form_var_offre == "MAT- visite guidée MBA- la sculpture") or (form_var_offre == "MAT- visite guidée MBA- Formes et couleurs") or (form_var_offre == "MAT- visite guidée et atelier MBA- Formes et couleurs") or (form_var_offre == "MAT- visite libre MBA- le musée des Beaux-Arts est à vous !") or (form_var_offre == "MAT- visite libre MEN- le musée de l'Ecole de Nancy est à vous !") +(form_var_offre == "ELEM- visite guidée MBA- Première approche du musée") or (form_var_offre == "ELEM- visite guidée MEN- Première approche du musée") or (form_var_offre == "ELEM- visite guidée ADN- Street Art") or (form_var_offre == "ELEM- visite guidée MBA- La verrerie Daum et le monde animal") or (form_var_offre == "ELEM- visite guidée et atelier MBA- La verrerie Daum et le monde animal/ CE2-CM2") or (form_var_offre == "ELEM- visite guidée MEN- La faune") or (form_var_offre == "ELEM- visite guidée MEN- Les insectes") or (form_var_offre == "ELEM- visite guidée MEN- Les plantes") or (form_var_offre == "ELEM- visite guidée MEN- Mode de vie en 1900") or (form_var_offre == "ELEM- visite guidée MBA- La sculpture") or (form_var_offre == "ELEM- visite guidée et atelier MBA- La sculpture") or (form_var_offre == "ELEM- visite guidée MBA- Peinture et couleurs") or (form_var_offre == "ELEM- visite guidée MBA- La représentation de l'objet") or (form_var_offre == "ELEM- visite guidée et atelier MBA- La représentation de l'objet") or (form_var_offre == "ELEM- visite guidée MEN- La nuit") or (form_var_offre == "ELEM- visite guidée MBA- L'art du XXème siècle à aujourd'hui") or (form_var_offre == "ELEM- visite guidée MBA- Animal réel, animal imaginaire") or (form_var_offre == "ELEM- visite guidée et atelier MBA- Animal réel, animal imaginaire") or (form_var_offre == "ELEM- visite guidée MBA- La nature morte") or (form_var_offre == "ELEM- visite guidée MBA- Le paysage") or (form_var_offre == "ELEM- visite guidée et atelier MBA- Le paysage") or (form_var_offre == "ELEM- visite guidée MBA- La mythologie") or (form_var_offre == "ELEM- visite guidée MBA- Le portrait") or (form_var_offre == "ELEM- visite guidée et atelier MBA- Le portrait") or (form_var_offre == "ELEM- visite libre MBA- Le musée des Beaux-Arts est à vous !") or (form_var_offre == "ELEM- visite libre MEN- Le musée de l'Ecole de Nancy est à vous !") or (form_var_offre == "ELEM- visite guidée VM- Découverte villa Majorelle/ CM1-CM2") or (form_var_offre == "ELEM- visite guidée ML- Exposition Lorrains sans frontières/ CM1-CM2") or (form_var_offre == "ELEM- visite guidée et atelier ML- Exposition Lorrains sans frontières/ CM1-CM2") or (form_var_offre == "ELEM- visite libre ML- L'exposition Lorrains sans frontières est à vous !/ CM1-CM2") +(form_var_offre == "SEC- visite guidée MBA- Découverte du musée") or (form_var_offre == "SEC- visite guidée MEN- Découverte du musée") or (form_var_offre == "SEC- visite guidée ADN- Street Art") or (form_var_offre == "SEC- visite guidée MBA- Baroque et classicisme") or (form_var_offre == "SEC- visite guidée MBA- Le XIXème siècle") or (form_var_offre == "SEC- visite guidée MBA- Art du XXème à aujourd'hui") or (form_var_offre == "SEC- visite guidée MBA- Art et progrès scientifiques") or (form_var_offre == "SEC- visite guidée MEN- L'ébénisterie") or (form_var_offre == "SEC- visite guidée MEN- De l'objet utilitaire à l'objet d'art") or (form_var_offre == "SEC- visite guidée MEN- La botanique") or (form_var_offre == "SEC- visite guidée MEN- Les verriers Art nouveau") or (form_var_offre == "SEC- visite guidée MBA- La mythologie") or (form_var_offre == "SEC- visite libre MBA- Le musée des Beaux-Arts est à vous !") or (form_var_offre == "SEC- visite libre MEN- Le musée de l'Ecole de Nancy est à vous !") or (form_var_offre == "SEC- visite guidée MBA- Design Jean Prouvé/ collège") or (form_var_offre == "SEC- visite guidée et atelier MBA- Design Jean Prouvé/ collège") or (form_var_offre == "SEC- visite guidée MBA- Portrait/ collège") or (form_var_offre == "SEC- visite guidée et atelier MBA- Portrait/ collège") or (form_var_offre == "SEC- visite guidée MBA- Sculpture/ collège") or (form_var_offre == "SEC- visite guidée et atelier MBA- Sculpture/ collège") or (form_var_offre == "SEC- visite guidée MBA- Sculpture/ lycée") or (form_var_offre == "SEC- visite guidée et atelier MBA- Sculpture/ lycée") or (form_var_offre == "SEC- visite guidée MBA- Objet dans l'art/ collège") or (form_var_offre == "SEC- visite guidée et atelier MBA- Objet dans l'art/ collège") or (form_var_offre == "SEC- visite guidée MBA- Objet dans l'art/ lycée") or (form_var_offre == "SEC- visite guidée MBA- Paysage/ collège") or (form_var_offre == "SEC- visite guidée et atelier MBA- Paysage/ collège") or (form_var_offre == "SEC- visite guidée MBA- Paysage/ lycée") or (form_var_offre == "SEC- visite guidée VM- Découverte villa Majorelle") or (form_var_offre == "SEC- visite guidée ML- Exposition Lorrains sans frontières/ collège") or (form_var_offre == "SEC- visite guidée et atelier ML- Exposition Lorrains sans frontières/ collège") or (form_var_offre == "SEC- visite guidée ML- Exposition Lorrains sans frontières/ lycée") or (form_var_offre == "SEC- visite libre ML- L'exposition Lorrains sans frontières est à vous !") or (form_var_offre == "SEC- visite guidée MBA- La verrerie Daum") or (form_var_offre == "SEC- visite guidée MBA- Design Jean Prouvé/ lycée") or (form_var_offre == "SEC- visite guidée MBA- Portrait/ lycée") or (form_var_offre == "SEC- visite guidée et atelier MBA- Portrait/ lycée") +(form_var_offre == "MAT- visite guidée MBA- Les 5 sens / PS") or (form_var_offre == "MAT- visite guidée MBA- Premier bestiaire / PS") or (form_var_offre == "MAT- visite guidée MBA- Petits objets, petits espaces / PS") or (form_var_offre == "MAT- visite guidée MBA- Premiers pas au musée") or (form_var_offre == "MAT- visite guidée MBA- L'eau") or (form_var_offre == "MAT- visite guidée et atelier MBA- L'eau") or (form_var_offre == "MAT- visite guidée MBA- Les arbres") or (form_var_offre == "MAT- visite guidée et atelier MBA- Les arbres") or (form_var_offre == "MAT- visite guidée MBA- La nature morte") or (form_var_offre == "MAT- visite guidée MBA- le portrait") or (form_var_offre == "MAT- visite guidée MBA- la sculpture") or (form_var_offre == "MAT- visite guidée MBA- Formes et couleurs") or (form_var_offre == "MAT- visite guidée et atelier MBA- Formes et couleurs") or (form_var_offre == "MAT- visite libre MBA- le musée des Beaux-Arts est à vous !") or (form_var_offre == "ELEM- visite guidée MBA- Première approche du musée") or (form_var_offre == "ELEM- visite guidée MBA- La verrerie Daum et le monde animal") or (form_var_offre == "ELEM- visite guidée et atelier MBA- La verrerie Daum et le monde animal/ CE2-CM2") or (form_var_offre == "ELEM- visite guidée MBA- La sculpture") or (form_var_offre == "ELEM- visite guidée et atelier MBA- La sculpture") or (form_var_offre == "ELEM- visite guidée MBA- Peinture et couleurs") or (form_var_offre == "ELEM- visite guidée MBA- La représentation de l'objet") or (form_var_offre == "ELEM- visite guidée et atelier MBA- La représentation de l'objet") or (form_var_offre == "ELEM- visite guidée MBA- L'art du XXème siècle à aujourd'hui") or (form_var_offre == "ELEM- visite guidée MBA- Animal réel, animal imaginaire") or (form_var_offre == "ELEM- visite guidée et atelier MBA- Animal réel, animal imaginaire") or (form_var_offre == "ELEM- visite guidée MBA- La nature morte") or (form_var_offre == "ELEM- visite guidée MBA- Le paysage") or (form_var_offre == "ELEM- visite guidée et atelier MBA- Le paysage") or (form_var_offre == "ELEM- visite guidée MBA- La mythologie") or (form_var_offre == "ELEM- visite guidée MBA- Le portrait") or (form_var_offre == "ELEM- visite guidée et atelier MBA- Le portrait") or (form_var_offre == "ELEM- visite libre MBA- Le musée des Beaux-Arts est à vous !") or (form_var_offre == "SEC- visite guidée MBA- Découverte du musée") or (form_var_offre == "SEC- visite guidée MBA- Baroque et classicisme") or (form_var_offre == "SEC- visite guidée MBA- Le XIXème siècle") or (form_var_offre == "SEC- visite guidée MBA- Art du XXème à aujourd'hui") or (form_var_offre == "SEC- visite guidée MBA- Art et progrès scientifiques") or (form_var_offre == "SEC- visite guidée MBA- La mythologie") or (form_var_offre == "SEC- visite libre MBA- Le musée des Beaux-Arts est à vous !") or (form_var_offre == "SEC- visite guidée MBA- Design Jean Prouvé/ collège") or (form_var_offre == "SEC- visite guidée et atelier MBA- Design Jean Prouvé/ collège") or (form_var_offre == "SEC- visite guidée MBA- Portrait/ collège") or (form_var_offre == "SEC- visite guidée et atelier MBA- Portrait/ collège") or (form_var_offre == "SEC- visite guidée MBA- Sculpture/ collège") or (form_var_offre == "SEC- visite guidée et atelier MBA- Sculpture/ collège") or (form_var_offre == "SEC- visite guidée MBA- Sculpture/ lycée") or (form_var_offre == "SEC- visite guidée et atelier MBA- Sculpture/ lycée") or (form_var_offre == "SEC- visite guidée MBA- Objet dans l'art/ collège") or (form_var_offre == "SEC- visite guidée MBA- Objet dans l'art/ lycée") or (form_var_offre == "SEC- visite guidée MBA- Paysage/ collège") or (form_var_offre == "SEC- visite guidée et atelier MBA- Paysage/ collège") or (form_var_offre == "SEC- visite guidée MBA- Paysage/ lycée") or (form_var_offre == "SEC- visite guidée MBA- La verrerie Daum") or (form_var_offre == "SEC- visite guidée MBA- Design Jean Prouvé/ lycée") or (form_var_offre == "SEC- visite guidée MBA- Portrait/ lycée") or (form_var_offre == "SEC- visite guidée et atelier MBA- Portrait/ lycée") +(form_var_offre == "MAT- visite guidée MBA- Les 5 sens / PS") or (form_var_offre == "MAT- visite guidée MBA- Premier bestiaire / PS") or (form_var_offre == "MAT- visite guidée MBA- Petits objets, petits espaces / PS") or (form_var_offre == "MAT- visite guidée MBA- Premiers pas au musée") or (form_var_offre == "MAT- visite guidée MBA- L'eau") or (form_var_offre == "MAT- visite guidée et atelier MBA- L'eau") or (form_var_offre == "MAT- visite guidée MBA- Les arbres") or (form_var_offre == "MAT- visite guidée et atelier MBA- Les arbres") or (form_var_offre == "MAT- visite guidée MBA- La nature morte") or (form_var_offre == "MAT- visite guidée MBA- le portrait") or (form_var_offre == "MAT- visite guidée MBA- la sculpture") or (form_var_offre == "MAT- visite guidée MBA- Formes et couleurs") or (form_var_offre == "MAT- visite guidée et atelier MBA- Formes et couleurs") or (form_var_offre == "MAT- visite libre MBA- le musée des Beaux-Arts est à vous !") or (form_var_offre == "ELEM- visite guidée MBA- Première approche du musée") or (form_var_offre == "ELEM- visite guidée MBA- La verrerie Daum et le monde animal") or (form_var_offre == "ELEM- visite guidée et atelier MBA- La verrerie Daum et le monde animal/ CE2-CM2") or (form_var_offre == "ELEM- visite guidée MBA- La sculpture") or (form_var_offre == "ELEM- visite guidée et atelier MBA- La sculpture") or (form_var_offre == "ELEM- visite guidée MBA- Peinture et couleurs") or (form_var_offre == "ELEM- visite guidée MBA- La représentation de l'objet") or (form_var_offre == "ELEM- visite guidée et atelier MBA- La représentation de l'objet") or (form_var_offre == "ELEM- visite guidée MBA- L'art du XXème siècle à aujourd'hui") or (form_var_offre == "ELEM- visite guidée MBA- Animal réel, animal imaginaire") or (form_var_offre == "ELEM- visite guidée et atelier MBA- Animal réel, animal imaginaire") or (form_var_offre == "ELEM- visite guidée MBA- La nature morte") or (form_var_offre == "ELEM- visite guidée MBA- Le paysage") or (form_var_offre == "ELEM- visite guidée et atelier MBA- Le paysage") or (form_var_offre == "ELEM- visite guidée MBA- La mythologie") or (form_var_offre == "ELEM- visite guidée MBA- Le portrait") or (form_var_offre == "ELEM- visite guidée et atelier MBA- Le portrait") or (form_var_offre == "ELEM- visite libre MBA- Le musée des Beaux-Arts est à vous !") or (form_var_offre == "SEC- visite guidée MBA- Découverte du musée") or (form_var_offre == "SEC- visite guidée MBA- Baroque et classicisme") or (form_var_offre == "SEC- visite guidée MBA- Le XIXème siècle") or (form_var_offre == "SEC- visite guidée MBA- Art du XXème à aujourd'hui") or (form_var_offre == "SEC- visite guidée MBA- Art et progrès scientifiques") or (form_var_offre == "SEC- visite guidée MBA- La mythologie") or (form_var_offre == "SEC- visite libre MBA- Le musée des Beaux-Arts est à vous !") or (form_var_offre == "SEC- visite guidée MBA- Design Jean Prouvé/ collège") or (form_var_offre == "SEC- visite guidée et atelier MBA- Design Jean Prouvé/ collège") or (form_var_offre == "SEC- visite guidée MBA- Portrait/ collège") or (form_var_offre == "SEC- visite guidée et atelier MBA- Portrait/ collège") or (form_var_offre == "SEC- visite guidée MBA- Sculpture/ collège") or (form_var_offre == "SEC- visite guidée et atelier MBA- Sculpture/ collège") or (form_var_offre == "SEC- visite guidée MBA- Sculpture/ lycée") or (form_var_offre == "SEC- visite guidée et atelier MBA- Sculpture/ lycée") or (form_var_offre == "SEC- visite guidée MBA- Objet dans l'art/ collège") or (form_var_offre == "SEC- visite guidée MBA- Objet dans l'art/ lycée") or (form_var_offre == "SEC- visite guidée MBA- Paysage/ collège") or (form_var_offre == "SEC- visite guidée et atelier MBA- Paysage/ collège") or (form_var_offre == "SEC- visite guidée MBA- Paysage/ lycée") or (form_var_offre == "SEC- visite guidée MBA- La verrerie Daum") or (form_var_offre == "SEC- visite guidée MBA- Design Jean Prouvé/ lycée") or (form_var_offre == "SEC- visite guidée MBA- Portrait/ lycée") or (form_var_offre == "SEC- visite guidée et atelier MBA- Portrait/ lycée")