87
87
88
88
<!-- HIDDEN PRE-HEADER TEXT -->
89
89
< div style ="display: none; font-size: 1px; color: #fefefe; line-height: 1px; font-family: Open Sans, Helvetica, Arial, sans-serif; max-height: 0; max-width: 0; opacity: 0; overflow: hidden; ">
90
- {% trans "Booking session successfully saved." %}
90
+ {% if pre_header %}
91
+ {{ pre_header }}
92
+ {% endif %}
91
93
</ div >
92
94
93
95
< table border ="0 " cellpadding ="0 " cellspacing ="0 " width ="100% ">
109
111
< tr >
110
112
< td align ="center " valign ="top "
111
113
style ="padding: 0; font-family: Open Sans, Helvetica, Arial, sans-serif; ">
112
- < h1 style ="font-size: 40px ; color: #ffffff; "> {% trans "Appointment successfully scheduled" % }</ h1 >
114
+ < h1 style ="font-size: 28px ; color: #ffffff; "> {{ main_title } }</ h1 >
113
115
</ td >
114
116
</ tr >
115
117
< tr >
@@ -136,8 +138,8 @@ <h1 style="font-size: 40px; color: #ffffff;">{% trans "Appointment successfully
136
138
< td align ="center " valign ="top "
137
139
style ="font-family: Open Sans, Helvetica, Arial, sans-serif; padding-bottom: 30px; ">
138
140
139
- < p style ="color: #ffffff; font-size: 16px ; line-height: 24px; margin: 0; ">
140
- Hi {{ first_name }}, < br > {{ message } }
141
+ < p style ="color: #ffffff; font-size: 14px ; line-height: 24px; margin: 0; ">
142
+ {% trans 'Thank you for choosing us.' % }
141
143
</ p >
142
144
</ td >
143
145
</ tr >
@@ -163,20 +165,37 @@ <h1 style="font-size: 40px; color: #ffffff;">{% trans "Appointment successfully
163
165
< tr >
164
166
< td align ="left " valign ="top "
165
167
style ="padding: 0; font-family: Open Sans, Helvetica, Arial, sans-serif; ">
166
- < p style ="font-size: 16px; margin-top: 15px !important; "> {{ account_message }}</ p >
168
+ < p style ="font-size: 14px; margin-top: 15px !important; "> Hi {{ first_name }},</ p >
169
+ < p style ="font-size: 14px; margin-top: 5px !important; "> {{ message_1 }}</ p >
167
170
</ td >
168
171
</ tr >
169
172
< tr >
170
173
< td align ="left " valign ="top "
171
174
style ="padding: 0; font-family: Open Sans, Helvetica, Arial, sans-serif; ">
172
- < h2 style ="color: #000000; font-size: 25px "> {% trans "Account Details" %} </ h2 >
175
+ < p style ="font-size: 14px; margin-top: 5px !important; "> {{ message_2 }} </ p >
173
176
</ td >
174
177
</ tr >
178
+ {% if activation_link %}
179
+ < tr >
180
+ < td align ="left " valign ="top "
181
+ style ="padding: 0; font-family: Open Sans, Helvetica, Arial, sans-serif; ">
182
+ < h3 > {% trans 'Account Activation' %}</ h3 >
183
+ < p style ="font-size: 14px; margin-top: 15px !important; ">
184
+ {% blocktranslate with link=activation_link %}
185
+ To activate your account and set your password, please use the following secure
186
+ link: < a href ="{{ link }} " style ="color: #1155cc; "> Set Your Password</ a > . Please
187
+ note that this link will expire in 2 days for your security.
188
+ {% endblocktranslate %}
189
+ </ p >
190
+ </ td >
191
+ < tr >
192
+ {% endif %}
193
+ </ tr >
175
194
< tr >
176
195
< td align ="left " valign ="top "
177
196
style ="font-family: Open Sans, Helvetica, Arial, sans-serif; padding-top: 0; ">
178
-
179
- < div style ="color: #000000; font-size: 16px ; line-height: 24px; margin-top: -30px !important; ">
197
+ < h3 > {% trans "Account Information" %} </ h3 >
198
+ < div style ="color: #000000; font-size: 14px ; line-height: 24px; margin-top: -30px !important; ">
180
199
< ul >
181
200
{% for key, value in account_details.items %}
182
201
< li > {{ key }}: {{ value }}</ li >
@@ -188,23 +207,11 @@ <h2 style="color: #000000; font-size: 25px">{% trans "Account Details" %}</h2>
188
207
</ tr >
189
208
{% endif %}
190
209
{% if more_details %}
191
- < tr >
192
- < td align ="left " valign ="top "
193
- style ="padding: 0; font-family: Open Sans, Helvetica, Arial, sans-serif; ">
194
- < p style ="font-size: 16px; margin-top: 15px !important; "> {{ message }}</ p >
195
- </ td >
196
- </ tr >
197
- < tr >
198
- < td align ="left " valign ="top "
199
- style ="padding: 0; font-family: Open Sans, Helvetica, Arial, sans-serif; ">
200
- < h2 style ="color: #000000; font-size: 25px "> {% trans "Appointment details" %}</ h2 >
201
- </ td >
202
- </ tr >
203
210
< tr >
204
211
< td align ="left " valign ="top "
205
212
style ="font-family: Open Sans, Helvetica, Arial, sans-serif; padding-top: 0; ">
206
-
207
- < div style ="color: #000000; font-size: 16px ; line-height: 24px; margin-top: -30px !important; ">
213
+ < h3 > {% trans "Appointment Details" %} </ h3 >
214
+ < div style ="color: #000000; font-size: 14px ; line-height: 24px; margin-top: -30px !important; ">
208
215
< ul >
209
216
{% for key, value in more_details.items %}
210
217
< li > {{ key }}: {{ value }}</ li >
@@ -215,17 +222,36 @@ <h2 style="color: #000000; font-size: 25px">{% trans "Appointment details" %}</h
215
222
</ td >
216
223
</ tr >
217
224
{% endif %}
225
+ {% if reschedule_link %}
226
+ < tr >
227
+ < td align ="left " valign ="top "
228
+ style ="padding: 0; font-family: Open Sans, Helvetica, Arial, sans-serif; ">
229
+ < h3 > {% trans 'Rescheduling' %}</ h3 >
230
+ < p style ="margin-top: 15px !important; font-size: 14px ">
231
+ {% translate 'If your plans change and you need to reschedule your appointment, you can easily do so by following this link: ' %}
232
+ < a href ="{{ reschedule_link }} ">
233
+ {% translate 'Reschedule Appointment' %}
234
+ </ a >
235
+ </ p >
236
+ </ td >
237
+ </ tr >
238
+ {% endif %}
239
+
218
240
< tr >
219
241
< td align ="left " valign ="top "
220
- style ="padding: 0; font-family: Open Sans, Helvetica, Arial, sans-serif; font-size: 16px ">
221
- < p style ="margin-top: 15px !important; ">
242
+ style ="padding: 0; font-family: Open Sans, Helvetica, Arial, sans-serif; ">
243
+ < h3 > {% trans 'Support' %}</ h3 >
244
+ < p style ="margin-top: 15px !important; font-size: 14px ">
222
245
{% blocktranslate %}
223
- If you have any questions or need assistance, please don't hesitate to reach out to our
224
- support team .
246
+ Should you have any inquiries or require further assistance, our support team is here to
247
+ help. You can reach us anytime .
225
248
{% endblocktranslate %}
226
249
</ p >
227
- < p > {% trans "Best regards" %},</ p >
228
- < p > {% trans "The Team" %}</ p >
250
+ < p style ="margin-top: 15px !important; font-size: 14px ">
251
+ {% trans "We look forward to serving you and ensuring that your experience with us is both rewarding and satisfactory." %}
252
+ </ p >
253
+ < p style ="margin-top: 15px !important; font-size: 14px "> {% trans "Warm regards" %},</ p >
254
+ < p style ="margin-top: 15px !important; font-size: 14px "> {% trans "The Team" %}</ p >
229
255
</ td >
230
256
</ tr >
231
257
</ table >
0 commit comments