Profil
{% if context.firstName %}
{% endif %}
{% if context.fullName %}
{% endif %}
{% if context.jobTitle %}
{% endif %}
{% if context.industry %}
{% endif %}
{% if context.experienceLevel %}
{% endif %}
{% if context.responseStyle %}
{% endif %}
{% if context.language %}
{% endif %}
{% if context.goals %}
{% endif %}
Prenom
{{ context.firstName }}
Nom complet
{{ context.fullName }}
Metier
{{ context.jobTitle }}
Secteur
{{ context.industry }}
Niveau d'experience
{{ context.experienceLevel|capitalize }}
Style de reponse prefere
{{ context.responseStyle|capitalize }}
Langue
{{ context.language == 'fr' ? 'Francais' : 'Anglais' }}
Objectifs
{{ context.goals }}
Contact et courrier
{% if context.phoneNumber %}
{% endif %}
{% if context.emailPro %}
{% endif %}
{% if context.professionalTitle %}
{% endif %}
{% if context.letterAddress %}
{% endif %}
{% if context.siretNumber %}
{% endif %}
{% if context.signatureBlock %}
{% endif %}
Telephone
{{ context.phoneNumber }}
Email professionnel
{{ context.emailPro }}
Titre professionnel
{{ context.professionalTitle }}
Adresse
{{ context.letterAddress }}
{{ context.letterPostalCode }} {{ context.letterCity }}
{{ context.letterPostalCode }} {{ context.letterCity }}
SIRET
{{ context.siretNumber }}
Bloc signature
{{ context.signatureBlock|nl2br }}
Education
{% if context.educationLevel %}
{% endif %}
{% if context.currentYear %}
{% endif %}
{% if context.schoolType %}
{% endif %}
{% if context.fieldOfStudy %}
{% endif %}
{% if context.specializations|default([])|length > 0 %}
{% endif %}
{% if context.examPreparations|default([])|length > 0 %}
{% endif %}
{% if context.examDate %}
{% endif %}
{% if context.learningStyle %}
{% endif %}
{% if context.learningDifficulties|default([])|length > 0 %}
{% endif %}
Niveau d'etudes
{{ context.educationLevel }}
Annee actuelle
{{ context.currentYear }}
Type d'etablissement
{{ context.schoolType }}
Domaine d'etudes
{{ context.fieldOfStudy }}
Specialisations
{{ context.specializations|join(', ') }}
Preparations examens
{{ context.examPreparations|join(', ') }}
Date d'examen
{{ context.examDate }}
Style d'apprentissage
{{ context.learningStyle|capitalize }}
Difficultes d'apprentissage
{{ context.learningDifficulties|join(', ') }}
Contexte professionnel
{% if context.companyName %}
{% endif %}
{% if context.companySize %}
{% endif %}
{% if context.yearsInRole %}
{% endif %}
{% if context.managementLevel %}
{% endif %}
{% if context.teamSize %}
{% endif %}
{% if context.workContext %}
{% endif %}
{% if context.professionalGoals %}
{% endif %}
Entreprise
{{ context.companyName }}
Taille entreprise
{{ context.companySize }}
Annees dans le poste
{{ context.yearsInRole }} an(s)
Niveau management
{{ context.managementLevel|capitalize }}
Taille equipe
{{ context.teamSize }} personne(s)
Contexte de travail
{{ context.workContext }}
Objectifs professionnels
{{ context.professionalGoals }}
Sante et sport
{% if context.birthDate %}
{% endif %}
{% if context.biologicalSex %}
{% endif %}
{% if context.heightCm %}
{% endif %}
{% if context.weightKg %}
{% endif %}
{% if context.activityLevel %}
{% endif %}
{% if context.sportActivities %}
{% endif %}
{% if context.healthGoals %}
{% endif %}
{% if context.healthConditions %}
{% endif %}
Date de naissance
{{ context.birthDate }}{% if context.age %} ({{ context.age }} ans){% endif %}
Sexe biologique
{{ context.biologicalSex|capitalize }}
Taille
{{ context.heightCm }} cm
Poids
{{ context.weightKg }} kg{% if context.bmi %} (IMC: {{ context.bmi|number_format(1) }}){% endif %}
Niveau d'activite
{{ context.activityLevel }}
Activites sportives
{{ context.sportActivities }}
Objectifs sante
{{ context.healthGoals }}
Conditions de sante
{{ context.healthConditions }}
Contexte additionnel
{{ context.additionalContext|nl2br }}