|
1 | 1 | <mjml> |
2 | 2 | <mj-head> |
3 | | - <mj-title>Création d’un nouvel audit : {{ audit.name }}</mj-title> |
| 3 | + <mj-title>Création d’un nouvel audit : {{ procedureName }}</mj-title> |
4 | 4 | <mj-attributes> |
5 | | - <mj-preview>Création d’un nouvel audit : {{ audit.name }}</mj-preview> |
| 5 | + <mj-preview>Création d’un nouvel audit : {{ procedureName }}</mj-preview> |
6 | 6 | <mj-include path="./styles.mjml" /> |
7 | 7 | </mj-attributes> |
8 | 8 | </mj-head> |
|
13 | 13 | <!-- BODY --> |
14 | 14 | <mj-section> |
15 | 15 | <mj-column> |
16 | | - <mj-text font-size="20px" font-weight="700" padding-bottom="8px">Bonjour {{ auditorName }}</mj-text> |
17 | | - <mj-text padding-bottom="16px">Vous venez de créer l'audit |
18 | | - <strong>{{ procedureName }}</strong>. |
19 | | - </mj-text> |
20 | | - <mj-text padding-bottom="12px">Vous trouverez ci-dessous le lien administrateur de l’audit. |
21 | | - Pensez-bien à le conserver, c’est le seul moyen de reprendre l’édition |
22 | | - de l’audit.</mj-text> |
23 | | - </mj-column> |
24 | | - </mj-section> |
25 | | - |
26 | | - <mj-section mj-class="blue-section"> |
27 | | - <mj-column> |
28 | | - <mj-text font-size="20px" font-weight="700" padding-bottom="10px">Lien vers l'audit - Ne pas partager</mj-text> |
29 | | - <mj-text mj-class="blue-link"> |
30 | | - <a href="{{auditUrl}}" style="color: inherit;">{{auditUrl}}</a> |
31 | | - </mj-text> |
| 16 | + <mj-text font-size="20px" font-weight="700" padding-bottom="16px">Audit créé avec succès</mj-text> |
| 17 | + <mj-text>Vous trouverez ci-dessous le lien permettant d’accéder aux documents suivants :</mj-text> |
| 18 | + <mj-text>- Audit {{ procedureName }}</mj-text> |
| 19 | + <mj-text>- Rapport d’audit (généré automatiquement)</mj-text> |
| 20 | + <mj-text padding-bottom="12px">- Déclaration d’accessibilité (dans le cas d’un audit 106 critères).</mj-text> |
| 21 | + <mj-text padding-bottom="32px" font-weight="700">Pensez-bien à conserver ces liens, c’est le seul moyen d’accéder à vos documents.</mj-text> |
32 | 22 | </mj-column> |
33 | 23 | </mj-section> |
34 | 24 |
|
35 | 25 | <mj-section> |
36 | 26 | <mj-column> |
37 | | - <mj-spacer height="24px"></mj-spacer> |
| 27 | + <mj-text font-size="20px" font-weight="700" padding-bottom="8px">Lien de la synthèse d’audit (privé)</mj-text> |
| 28 | + <mj-text padding-bottom="12px">⚠️ Ne pas partagez pas ce lien, il permet de modifier ou supprimer votre audit.</mj-text> |
38 | 29 | </mj-column> |
39 | 30 | </mj-section> |
40 | 31 |
|
41 | | - <mj-section> |
| 32 | + <mj-section mj-class="blue-section"> |
42 | 33 | <mj-column> |
43 | | - <mj-text>Vous trouverez ci-dessous le lien public du rapport d’audit. Il vous |
44 | | - permet de consulter et vérifier le rapport d’audit. Vous devrez le |
45 | | - partager une fois que l’audit sera terminé.</mj-text> |
| 34 | + <mj-text mj-class="blue-link"> |
| 35 | + <a href="{{ overviewUrl }}" style="color: inherit;">{{ overviewUrl }}</a> |
| 36 | + </mj-text> |
46 | 37 | </mj-column> |
47 | 38 | </mj-section> |
48 | 39 |
|
49 | 40 | <mj-section> |
50 | 41 | <mj-column> |
51 | | - <mj-spacer height="12px"></mj-spacer> |
| 42 | + <mj-text font-size="20px" font-weight="700" padding-top="24px" padding-bottom="8px">Lien du rapport d’audit (public)</mj-text> |
| 43 | + <mj-text padding-bottom="12px">Vous pouvez partager ce lien à tout moment.</mj-text> |
52 | 44 | </mj-column> |
53 | 45 | </mj-section> |
54 | 46 |
|
55 | 47 | <mj-section mj-class="blue-section"> |
56 | 48 | <mj-column> |
57 | | - <mj-text font-size="20px" font-weight="700" padding-bottom="10px">Lien vers le rapport - À partager au client</mj-text> |
58 | 49 | <mj-text mj-class="blue-link"> |
59 | | - <a href="{{reportUrl}}" style="color: inherit;">{{reportUrl}}</a> |
| 50 | + <a href="{{ reportUrl }}" style="color: inherit;">{{ reportUrl }}</a> |
60 | 51 | </mj-text> |
61 | 52 | </mj-column> |
62 | 53 | </mj-section> |
63 | 54 |
|
64 | | - <mj-section> |
65 | | - <mj-column> |
66 | | - <mj-spacer height="32px"></mj-spacer> |
67 | | - </mj-column> |
68 | | - </mj-section> |
69 | | - |
70 | 55 | <!-- FOOTER --> |
71 | 56 | <mj-include path="./footer.mjml" /> |
72 | 57 | </mj-body> |
|
0 commit comments