-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'EN-7825-variables-in-generic-message'
- Loading branch information
Showing
10 changed files
with
225 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Les variables suivantes sont disponibles : | ||
<ul> | ||
<li><code>{{first_name}}</code> : <i>prénom du destinataire</i></li> | ||
<li><code>{{email}}</code> : <i>email du destinataire</i></li> | ||
<li><code>{{phone}}</code> téléphone du destinataire</li> | ||
<li><code>{{city}}</code> : <i>ville du destinataire</i></li> | ||
<li><code>{{uuid}}</code> : <i>uuid du destinataire</i></li> | ||
<li><code>{{default_neighborhood}}</code> : <i>nom du groupe de voisins par défaut du destinataire</i></li> | ||
<li><code>{{interests}}</code> : <i>centres d'intérêt du destinataire</i></li> | ||
<li><code>{{involvements}}</code> : <i>envies d'agir du destinataire</i></li> | ||
<li><code>{{availability}}</code> : <i>disponibilités du destinataire</i></li> | ||
<li><code>{{interlocutor}}</code> : <i>prénom du <b>modérateur</b> lié au destinataire</i></li> | ||
</ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters