returnf'Bonjour {user.first_name}, \n\nJe te remercie d\'avoir téléchargé Padel Club. J\'ai pu voir que tu avais créé quelques tournois mais sans aller plus loin, est-ce que tu pourrais me dire ce qui t\'as freiné ?\n\nLaurent Morvillier'
('status',models.CharField(blank=True,choices=[('NONE','None'),('CONTACTED','Contacted'),('RESPONDED','Responded'),('SHOULD_TEST','Should test'),('TESTING','Testing'),('CUSTOMER','Customer'),('LOST','Lost customer'),('DECLINED_TOO_EXPENSIVE','Too expensive'),('DECLINED_USE_SOMETHING_ELSE','Use something else'),('DECLINED_OTHER','Declined other reason'),('DECLINED_UNRELATED','Declined without significance')],default='NONE',max_length=50,null=True)),
('status',models.CharField(blank=True,choices=[('NONE','None'),('INBOUND','Inbound'),('CONTACTED','Contacted'),('RESPONDED','Responded'),('SHOULD_TEST','Should test'),('TESTING','Testing'),('CUSTOMER','Customer'),('LOST','Lost customer'),('DECLINED','Declined'),('DECLINED_UNRELATED','Declined without significance')],max_length=50,null=True)),
('declination_reason',models.CharField(blank=True,choices=[('TOO_EXPENSIVE','Too expensive'),('USE_OTHER_PRODUCT','Use other product'),('USE_ANDROID','Use Android'),('UNKNOWN','Unknown')],max_length=50,null=True)),
('type',models.CharField(blank=True,choices=[('MAIL','Mail'),('SMS','SMS'),('CALL','Call'),('PRESS','Press Release'),('WORD_OF_MOUTH','Word of mouth')],max_length=20,null=True)),
field=models.CharField(blank=True,choices=[('TOO_EXPENSIVE','Too expensive'),('USE_OTHER_PRODUCT','Use other product'),('USE_ANDROID','Use Android'),('UNKNOWN','Unknown')],max_length=50,null=True),
),
migrations.AlterField(
model_name='activity',
name='status',
field=models.CharField(blank=True,choices=[('CONTACTED','Contacted'),('RESPONDED','Responded'),('SHOULD_TEST','Should test'),('TESTING','Testing'),('CUSTOMER','Customer'),('LOST','Lost customer'),('DECLINED','Declined'),('DECLINED_UNRELATED','Declined without significance')],max_length=50,null=True),
field=models.CharField(blank=True,choices=[('NONE','None'),('INBOUND','Inbound'),('CONTACTED','Contacted'),('RESPONDED','Responded'),('SHOULD_TEST','Should test'),('TESTING','Testing'),('CUSTOMER','Customer'),('LOST','Lost customer'),('DECLINED','Declined'),('DECLINED_UNRELATED','Declined without significance')],max_length=50,null=True),
),
migrations.AlterField(
model_name='activity',
name='type',
field=models.CharField(blank=True,choices=[('MAIL','Mail'),('SMS','SMS'),('CALL','Call'),('PRESS','Press Release'),('WORD_OF_MOUTH','Word of mouth')],max_length=20,null=True),