tango-app-api-analysis-traffic 3.1.0-alpha.9 → 3.3.1-alpha.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +2 -2
- package/package.json +3 -6
- package/src/controllers/revop.controller.js +30 -0
- package/src/controllers/tangoTrafficV1.controllers.js +29 -1
- package/src/controllers/tangoTrafficV3.controllers.js +3 -1
- package/src/dtos/nob.dtos.js +9 -4
- package/src/dtos/validation.dtos.js +2 -20
- package/src/routes/revop.routes.js +13 -0
- package/src/routes/traffic.routes.js +3 -1
- package/src/services/revopConfig.service.js +16 -0
- package/src/controllers/emailers.controllers.js +0 -1729
- package/src/controllers/handlebars.js +0 -23
- package/src/hbs/dailyMailerMultiple.hbs +0 -1104
- package/src/hbs/dailyMailerSingle.hbs +0 -1026
- package/src/hbs/weeklyMailerMultiple.hbs +0 -1018
- package/src/hbs/weeklyMailerSingle.hbs +0 -871
- package/src/routes/emailers.js +0 -20
- package/src/services/user.service.js +0 -67
|
@@ -1,1104 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html
|
|
2
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
3
|
-
<html lang="und" dir="auto" xmlns="http://www.w3.org/1999/xhtml">
|
|
4
|
-
|
|
5
|
-
<head>
|
|
6
|
-
<style type="text/css">
|
|
7
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,400;0,500;0,600;0,700;1,300");
|
|
8
|
-
</style>
|
|
9
|
-
|
|
10
|
-
<title></title>
|
|
11
|
-
<!--[if (!mso)&(!ie)]>These<!-- -->
|
|
12
|
-
<!--<![endif]-->
|
|
13
|
-
<!--[if (!mso)&(!ie)]>are<!-- -->
|
|
14
|
-
<!--<![endif]-->
|
|
15
|
-
<!--[if (!mso)&(!ie)]>for<!-- -->
|
|
16
|
-
<!--<![endif]-->
|
|
17
|
-
<!--[if (!mso)&(!ie)]>outlook<!-- -->
|
|
18
|
-
<!--<![endif]-->
|
|
19
|
-
<!--[if (!mso)&(!ie)]>live<!-- -->
|
|
20
|
-
<!--<![endif]-->
|
|
21
|
-
<!--[if (!mso)&(!ie)]>that<!-- -->
|
|
22
|
-
<!--<![endif]-->
|
|
23
|
-
<!--[if (!mso)&(!ie)]>removes<!-- -->
|
|
24
|
-
<!--<![endif]-->
|
|
25
|
-
<!--[if (!mso)&(!ie)]>the first<!-- -->
|
|
26
|
-
<!--<![endif]-->
|
|
27
|
-
<!--[if (!mso)&(!ie)]>10 well-formed<!-- -->
|
|
28
|
-
<!--<![endif]-->
|
|
29
|
-
<!--[if (!mso)&(!ie)]>conditional comments<!-- -->
|
|
30
|
-
<!--<![endif]-->
|
|
31
|
-
<!--[if gte mso 9]>
|
|
32
|
-
<xml>
|
|
33
|
-
<o:OfficeDocumentSettings xmlns:o="urn:schemas-microsoft-com:office:office">
|
|
34
|
-
<o:AllowPNG />
|
|
35
|
-
<o:PixelsPerInch>96</o:PixelsPerInch>
|
|
36
|
-
</o:OfficeDocumentSettings>
|
|
37
|
-
</xml>
|
|
38
|
-
<![endif]-->
|
|
39
|
-
<link href="https://fonts.googleapis.com/css?family=Inter:700" rel="stylesheet" type="text/css">
|
|
40
|
-
<link href="https://fonts.googleapis.com/css?family=Inter:400" rel="stylesheet" type="text/css">
|
|
41
|
-
<link href="https://fonts.googleapis.com/css?family=Inter:500" rel="stylesheet" type="text/css">
|
|
42
|
-
<link href="https://fonts.googleapis.com/css?family=Inter:600" rel="stylesheet" type="text/css">
|
|
43
|
-
|
|
44
|
-
<style type="text/css">
|
|
45
|
-
.dark-mode .bg-fffffe {
|
|
46
|
-
background-color: #fffffe !important;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.dark-mode .color-384860 {
|
|
50
|
-
color: #384860 !important;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
.dark-mode .bg-f2f4f7 {
|
|
54
|
-
background-color: #f2f4f7 !important;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.dark-mode .color-3f4254 {
|
|
58
|
-
color: #3f4254 !important;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
.dark-mode .color-344054 {
|
|
62
|
-
color: #344054 !important;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.dark-mode .color-101828 {
|
|
66
|
-
color: #101828 !important;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
.dark-mode .color-12b76a {
|
|
70
|
-
color: #12b76a !important;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
.dark-mode .color-667085 {
|
|
74
|
-
color: #667085 !important;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
.dark-mode .color-f04438 {
|
|
78
|
-
color: #f04438 !important;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
.dark-mode .color-121a26 {
|
|
82
|
-
color: #121a26 !important;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
.dark-mode .bg-00a3ff {
|
|
86
|
-
background-color: #00a3ff !important;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
.dark-mode .color-fffffe {
|
|
90
|
-
color: #fffffe !important;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
.dark-mode .color-202b3c {
|
|
94
|
-
color: #202b3c !important;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
@media (prefers-color-scheme: dark) {
|
|
98
|
-
html:not(.light-mode) .bg-fffffe {
|
|
99
|
-
background-color: #fffffe !important;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
html:not(.light-mode) .color-384860 {
|
|
103
|
-
color: #384860 !important;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
html:not(.light-mode) .bg-f2f4f7 {
|
|
107
|
-
background-color: #f2f4f7 !important;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
html:not(.light-mode) .color-3f4254 {
|
|
111
|
-
color: #3f4254 !important;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
html:not(.light-mode) .color-344054 {
|
|
115
|
-
color: #344054 !important;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
html:not(.light-mode) .color-101828 {
|
|
119
|
-
color: #101828 !important;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
html:not(.light-mode) .color-12b76a {
|
|
123
|
-
color: #12b76a !important;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
html:not(.light-mode) .color-667085 {
|
|
127
|
-
color: #667085 !important;
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
html:not(.light-mode) .color-f04438 {
|
|
131
|
-
color: #f04438 !important;
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
html:not(.light-mode) .color-121a26 {
|
|
135
|
-
color: #121a26 !important;
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
html:not(.light-mode) .bg-00a3ff {
|
|
139
|
-
background-color: #00a3ff !important;
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
html:not(.light-mode) .color-fffffe {
|
|
143
|
-
color: #fffffe !important;
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
html:not(.light-mode) .color-202b3c {
|
|
147
|
-
color: #202b3c !important;
|
|
148
|
-
}
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
[data-ogsc] .bg-fffffe {
|
|
152
|
-
background-color: #fffffe !important;
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
[data-ogsc] .color-384860 {
|
|
156
|
-
color: #384860 !important;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
[data-ogsc] .bg-f2f4f7 {
|
|
160
|
-
background-color: #f2f4f7 !important;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
[data-ogsc] .color-3f4254 {
|
|
164
|
-
color: #3f4254 !important;
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
[data-ogsc] .color-344054 {
|
|
168
|
-
color: #344054 !important;
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
[data-ogsc] .color-101828 {
|
|
172
|
-
color: #101828 !important;
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
[data-ogsc] .color-12b76a {
|
|
176
|
-
color: #12b76a !important;
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
[data-ogsc] .color-667085 {
|
|
180
|
-
color: #667085 !important;
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
[data-ogsc] .color-f04438 {
|
|
184
|
-
color: #f04438 !important;
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
[data-ogsc] .color-121a26 {
|
|
188
|
-
color: #121a26 !important;
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
[data-ogsc] .bg-00a3ff {
|
|
192
|
-
background-color: #00a3ff !important;
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
[data-ogsc] .color-fffffe {
|
|
196
|
-
color: #fffffe !important;
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
[data-ogsc] .color-202b3c {
|
|
200
|
-
color: #202b3c !important;
|
|
201
|
-
}
|
|
202
|
-
</style>
|
|
203
|
-
|
|
204
|
-
<meta name="color-scheme" content="light dark" />
|
|
205
|
-
|
|
206
|
-
<meta name="supported-color-schemes" content="light dark" />
|
|
207
|
-
|
|
208
|
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
209
|
-
|
|
210
|
-
<!--[if !mso]><!-->
|
|
211
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
212
|
-
<!--<![endif]-->
|
|
213
|
-
|
|
214
|
-
<meta name="x-apple-disable-message-reformatting" />
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
218
|
-
|
|
219
|
-
<style type="text/css">
|
|
220
|
-
u+div .kombai-email-compat__list-with-padding-left {
|
|
221
|
-
padding-left: 0.5em !important;
|
|
222
|
-
}
|
|
223
|
-
</style>
|
|
224
|
-
|
|
225
|
-
</head>
|
|
226
|
-
|
|
227
|
-
<body style="margin: 0; padding: 0; background: #EFEFEF; font-family: Inter;">
|
|
228
|
-
<div
|
|
229
|
-
style="font-size: 0px; line-height: 1px; mso-line-height-rule: exactly; display: none; max-width: 0px; max-height: 0px; opacity: 0; overflow: hidden; mso-hide: all">
|
|
230
|
-
</div>
|
|
231
|
-
<center lang="und" dir="auto"
|
|
232
|
-
style="width: 100%; table-layout: fixed; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%">
|
|
233
|
-
<table class="bg-fffffe" cellpadding="0" cellspacing="0" border="0" role="presentation" bgcolor="white"
|
|
234
|
-
width="640.00"
|
|
235
|
-
style=" background-color: white; padding-bottom: 16px; width: 640px; border-spacing: 0; font-family: Inter, Tahoma, sans-serif; min-width: 640px; border-collapse: separate">
|
|
236
|
-
<tr>
|
|
237
|
-
<td valign="top" width="100.00%" style="padding-top: 8px; width: 100%; vertical-align: top">
|
|
238
|
-
<table cellpadding="0" cellspacing="0" border="0" role="presentation" width="100.00%"
|
|
239
|
-
style="width: 100%; border-spacing: 0">
|
|
240
|
-
<tr>
|
|
241
|
-
<td style="padding-bottom: 4.5px">
|
|
242
|
-
<img src="{{data.domain}}/assets/emailers/Tango Logo mailer.png" width="170"
|
|
243
|
-
style="max-width: initial; width: 170px; display: block" />
|
|
244
|
-
</td>
|
|
245
|
-
</tr>
|
|
246
|
-
<tr>
|
|
247
|
-
<td style="padding-top: 0px; padding-bottom: 4px">
|
|
248
|
-
|
|
249
|
-
<table width="100%" cellspacing="0" cellpadding="0" border="0">
|
|
250
|
-
<tr>
|
|
251
|
-
<td width="100%"
|
|
252
|
-
style="vertical-align: middle; height:183px; background-color:#eaf8ff; padding-left:32px; padding-right:32px;"
|
|
253
|
-
bgcolor="#eaf8ff">
|
|
254
|
-
<table border="0" cellpadding="0" cellspacing="0">
|
|
255
|
-
<tr>
|
|
256
|
-
<td>
|
|
257
|
-
<div style="line-height:23px; height:23px; font-size:23px"> </div>
|
|
258
|
-
</td>
|
|
259
|
-
</tr>
|
|
260
|
-
<tr>
|
|
261
|
-
<td style="vertical-align: middle;" width="303">
|
|
262
|
-
<table cellspacing="0" cellpadding="0" border="0">
|
|
263
|
-
<tr>
|
|
264
|
-
<td width="295" align="center"
|
|
265
|
-
style="vertical-align: middle; padding-left:4px; padding-right:4px;">
|
|
266
|
-
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
|
267
|
-
<tr>
|
|
268
|
-
<td style="vertical-align: middle;" align="center">
|
|
269
|
-
<div style="line-height:32px;text-align:center;"><span
|
|
270
|
-
style="color:#121a26;font-weight:700;font-family:Inter,Arial,sans-serif;font-size:24px;line-height:32px;text-align:center;">Daily
|
|
271
|
-
Data Digest</span></div>
|
|
272
|
-
</td>
|
|
273
|
-
</tr>
|
|
274
|
-
<tr>
|
|
275
|
-
<td>
|
|
276
|
-
<div style="line-height:10px; height:10px; font-size:10px"> </div>
|
|
277
|
-
</td>
|
|
278
|
-
</tr>
|
|
279
|
-
<tr>
|
|
280
|
-
<td style="vertical-align: middle;" align="center">
|
|
281
|
-
<div style="text-align:center;"><span
|
|
282
|
-
style="color:#384860;font-family:Inter,Arial,sans-serif;font-size:16px;letter-spacing:0.20000000298023224px;line-height:150%;text-align:center;">Your
|
|
283
|
-
Stores’ Key Footfall Insights for {{data.templateData.toDate}}</span></div>
|
|
284
|
-
</td>
|
|
285
|
-
</tr>
|
|
286
|
-
</table>
|
|
287
|
-
</td>
|
|
288
|
-
</tr>
|
|
289
|
-
</table>
|
|
290
|
-
</td>
|
|
291
|
-
<td style="width:12px; min-width:12px;" width="12"> </td>
|
|
292
|
-
<td style="vertical-align: middle;" width="211"><img
|
|
293
|
-
src="https://media.marka-img.com/74f52b1f/fb9A28o8Uqj8mTVdaWnvSuxv2xt6Z6.png" width="211"
|
|
294
|
-
border="0" style="max-width:211px; width: 100%;
|
|
295
|
-
height: auto; display: block;"></td>
|
|
296
|
-
</tr>
|
|
297
|
-
<tr>
|
|
298
|
-
<td>
|
|
299
|
-
<div style="line-height:23px; height:23px; font-size:23px"> </div>
|
|
300
|
-
</td>
|
|
301
|
-
</tr>
|
|
302
|
-
</table>
|
|
303
|
-
</td>
|
|
304
|
-
</tr>
|
|
305
|
-
</table>
|
|
306
|
-
|
|
307
|
-
</td>
|
|
308
|
-
</tr>
|
|
309
|
-
<tr>
|
|
310
|
-
<td style="padding-top: 7px; padding-bottom: 11.5px; padding-left: 30px; padding-right: 30px">
|
|
311
|
-
<table class="bg-f2f4f7" cellpadding="0" cellspacing="0" border="0" role="presentation"
|
|
312
|
-
bgcolor="#f2f4f7" width="580.00" height="50.00"
|
|
313
|
-
style="border-radius: 4px; border-left: 2px solid #00a3ff; background-color: #f2f4f7; width: 580px; height: 50px; border-spacing: 0; margin-top: -0.5px; border-collapse: separate">
|
|
314
|
-
<tr>
|
|
315
|
-
<td align="left" valign="middle" height="50.00"
|
|
316
|
-
style="padding-left: 13px; vertical-align: middle; height: 50px">
|
|
317
|
-
<table cellpadding="0" cellspacing="0" border="0" role="presentation"
|
|
318
|
-
style="margin: 0; border-spacing: 0">
|
|
319
|
-
<tr>
|
|
320
|
-
<td valign="middle" style="vertical-align: middle">
|
|
321
|
-
<img src="https://media.marka-img.com/74f52b1f/uFAYbbDESyJzoaiQZkCwN7Lhi3ZmTF.png"
|
|
322
|
-
width="36.00" height="36.00" style="width: 36px; height: 36px; display: block" />
|
|
323
|
-
</td>
|
|
324
|
-
<td valign="middle" width="397"
|
|
325
|
-
style="padding-left: 5px; width: 397px; vertical-align: middle">
|
|
326
|
-
|
|
327
|
-
<p class="color-3f4254" width="397"
|
|
328
|
-
style="font-size: 14px; font-weight: 600; color: #3f4254; margin: 0; padding: 0; width: 397px; line-height: 38px; mso-line-height-alt: normal; font-family:Inter,Arial,sans-serif;">
|
|
329
|
-
{{data.storeData.storeName}} - {{data.storeData.storeLocation}}
|
|
330
|
-
+{{data.storeData.storeCount}} stores</p>
|
|
331
|
-
|
|
332
|
-
</td>
|
|
333
|
-
<td valign="middle" width="120" style="width: 120px; vertical-align: middle">
|
|
334
|
-
<table class="bg-fffffe" cellpadding="0" cellspacing="0" border="0" role="presentation"
|
|
335
|
-
bgcolor="white" width="100.00%" height="38.00"
|
|
336
|
-
style="border-radius: 8px; border: 1px solid #d0d5dd; box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05); background-color: white; width: 100%; height: 38px; border-spacing: 0; border-collapse: separate; cursor:pointer">
|
|
337
|
-
<tr>
|
|
338
|
-
<td valign="middle" width="100.00%" height="36.00"
|
|
339
|
-
style="width: 100%; vertical-align: middle; height: 36px;">
|
|
340
|
-
<a href="https://dashboard.tangoeye.ai/" class="color-344054" width="100.00%"
|
|
341
|
-
style="font-size: 12px; font-weight: 600; text-transform: capitalize; color: #344054; margin: 0; padding: 0; width: 100%; line-height: 18px; text-align: center; margin-left: 12px;mso-line-height-alt: 20px; text-decoration: none;">View
|
|
342
|
-
All stores</a>
|
|
343
|
-
</td>
|
|
344
|
-
</tr>
|
|
345
|
-
</table>
|
|
346
|
-
</td>
|
|
347
|
-
</tr>
|
|
348
|
-
</table>
|
|
349
|
-
</td>
|
|
350
|
-
</tr>
|
|
351
|
-
</table>
|
|
352
|
-
</td>
|
|
353
|
-
</tr>
|
|
354
|
-
<tr>
|
|
355
|
-
<td style="padding-top: 0px; padding-bottom: 11px; padding-left: 29px; padding-right: 29px">
|
|
356
|
-
<table cellpadding="0" cellspacing="0" border="0" role="presentation" width="100.00%"
|
|
357
|
-
style="width: 100%; border-spacing: 0">
|
|
358
|
-
<tr>
|
|
359
|
-
<td width="284" style="padding-right: 6px; width: 284px">
|
|
360
|
-
<table cellpadding="0" cellspacing="0" border="0" role="presentation" width="100.00%"
|
|
361
|
-
height="104.00" style="border-radius: 6px;
|
|
362
|
-
border-bottom: 2px solid var(--Gray-200, #EAECF0);
|
|
363
|
-
background: #EAF4FB; /* Solid fallback */
|
|
364
|
-
background: radial-gradient(circle at 16.16% 32.77%, rgba(255, 255, 255, 0.40) 0%, rgba(69, 187, 254, 0.20) 100%);
|
|
365
|
-
box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
|
|
366
|
-
width: 100%;
|
|
367
|
-
height: 104px;
|
|
368
|
-
border-spacing: 0;
|
|
369
|
-
border-collapse: separate;">
|
|
370
|
-
<tr>
|
|
371
|
-
<td align="left" valign="middle" height="104.00"
|
|
372
|
-
style="padding-left: 15px; vertical-align: middle; height: 104px">
|
|
373
|
-
<table cellpadding="0" cellspacing="0" border="0" role="presentation"
|
|
374
|
-
style="margin: 0; border-spacing: 0">
|
|
375
|
-
<tr>
|
|
376
|
-
<td valign="top" height="34" style="height: 34px; vertical-align: top">
|
|
377
|
-
<table cellpadding="0" cellspacing="0" border="0" role="presentation"
|
|
378
|
-
style="border-spacing: 0">
|
|
379
|
-
<tr>
|
|
380
|
-
<td valign="middle" style="vertical-align: middle">
|
|
381
|
-
<p class="color-101828"
|
|
382
|
-
style="font-size: 20px; font-weight: 700; color: #101828; margin: 0; padding: 0; line-height: 30px; mso-line-height-alt: normal">
|
|
383
|
-
{{data.lamdaMetrics.emailerCards.avgFootfall.totalCount}}</p>
|
|
384
|
-
</td>
|
|
385
|
-
<td valign="middle" style="padding-left: 6px; vertical-align: middle">
|
|
386
|
-
<p class="color-344054"
|
|
387
|
-
style="font-size: 14px; font-weight: 500; color: #344054; margin: 0; padding: 0; line-height: 30px; mso-line-height-alt: normal">
|
|
388
|
-
Avg Footfall Per Store</p>
|
|
389
|
-
</td>
|
|
390
|
-
</tr>
|
|
391
|
-
</table>
|
|
392
|
-
</td>
|
|
393
|
-
</tr>
|
|
394
|
-
<tr>
|
|
395
|
-
<td valign="top" height="24"
|
|
396
|
-
style="padding-top: 4px; height: 24px; vertical-align: top">
|
|
397
|
-
<table cellpadding="0" cellspacing="0" border="0" role="presentation"
|
|
398
|
-
style="border-spacing: 0">
|
|
399
|
-
<tr>
|
|
400
|
-
<td valign="top" style="vertical-align: top">
|
|
401
|
-
{{#eq data.lamdaMetrics.emailerCards.avgFootfall.lastWeekComparisonFlag true}}
|
|
402
|
-
<img
|
|
403
|
-
src="https://media.marka-img.com/74f52b1f/BBD3daJdb2g66LHY5U1fXX785g0aSL.png"
|
|
404
|
-
width="20.00" height="20.00"
|
|
405
|
-
style="width: 20px; height: 20px; display: block" />
|
|
406
|
-
{{else}}
|
|
407
|
-
<img
|
|
408
|
-
src="https://media.marka-img.com/74f52b1f/Y1mScQESnqHGpaB8VUfHkjHgjb7PxS.png"
|
|
409
|
-
alt="negative" width="20.00" height="20.00"
|
|
410
|
-
style="width: 20px; height: 20px; display: block" />
|
|
411
|
-
|
|
412
|
-
{{/eq}}
|
|
413
|
-
</td>
|
|
414
|
-
<td valign="top" width="33"
|
|
415
|
-
style="padding-left: 3px; width: 33px; vertical-align: top">
|
|
416
|
-
{{#eq data.lamdaMetrics.emailerCards.avgFootfall.lastWeekComparisonFlag true}}
|
|
417
|
-
|
|
418
|
-
<p class="color-12b76a" width="33"
|
|
419
|
-
style="font-size: 14px; font-weight: 500; color: #12b76a; margin: 0; padding: 0; width: 33px; line-height: 20px; mso-line-height-rule: exactly">
|
|
420
|
-
{{data.lamdaMetrics.emailerCards.avgFootfall.lastWeekRate}}%</p>
|
|
421
|
-
{{else}}
|
|
422
|
-
<p class="color-12b76a" width="33"
|
|
423
|
-
style="font-size: 14px; font-weight: 500; color: #f04438; margin: 0; padding: 0; width: 33px; line-height: 20px; mso-line-height-rule: exactly">
|
|
424
|
-
{{data.lamdaMetrics.emailerCards.avgFootfall.lastWeekRate}}%</p>
|
|
425
|
-
{{/eq}}
|
|
426
|
-
|
|
427
|
-
</td>
|
|
428
|
-
|
|
429
|
-
<td valign="top" style="padding-top: 2px; padding-left: 2px; vertical-align: top">
|
|
430
|
-
<p class="color-667085"
|
|
431
|
-
style="font-size: 12px; font-weight: 400; color: #667085; margin: 0; padding: 0; line-height: 18px; mso-line-height-rule: exactly">
|
|
432
|
-
Same Day Last Week</p>
|
|
433
|
-
</td>
|
|
434
|
-
|
|
435
|
-
</tr>
|
|
436
|
-
</table>
|
|
437
|
-
</td>
|
|
438
|
-
</tr>
|
|
439
|
-
<tr>
|
|
440
|
-
<td align="left" style="padding-top: 4px; padding-left: 1px">
|
|
441
|
-
<table cellpadding="0" cellspacing="0" border="0" role="presentation"
|
|
442
|
-
style="margin: 0; border-spacing: 0">
|
|
443
|
-
<tr>
|
|
444
|
-
<td valign="top" style="vertical-align: top">
|
|
445
|
-
{{#eq data.lamdaMetrics.emailerCards.avgFootfall.vsMTDAvgComparisonFlag true}}
|
|
446
|
-
<img
|
|
447
|
-
src="https://media.marka-img.com/74f52b1f/WgxkFg8XfUftxnMj3GsuKWrBD6T4Da.png"
|
|
448
|
-
width="20.00" height="20.00"
|
|
449
|
-
style="width: 20px; height: 20px; display: block" />
|
|
450
|
-
{{else}}
|
|
451
|
-
<img
|
|
452
|
-
src="https://media.marka-img.com/74f52b1f/Y1mScQESnqHGpaB8VUfHkjHgjb7PxS.png"
|
|
453
|
-
alt="negative" width="20.00" height="20.00"
|
|
454
|
-
style="width: 20px; height: 20px; display: block" />
|
|
455
|
-
{{/eq}}
|
|
456
|
-
</td>
|
|
457
|
-
<td valign="top" width="33"
|
|
458
|
-
style="padding-left: 3px; width: 33px; vertical-align: top">
|
|
459
|
-
{{#eq data.lamdaMetrics.emailerCards.avgFootfall.vsMTDAvgComparisonFlag true}}
|
|
460
|
-
|
|
461
|
-
<p class="color-12b76a" width="33"
|
|
462
|
-
style="font-size: 14px; font-weight: 500; color: #12b76a; margin: 0; padding: 0; width: 33px; line-height: 20px; mso-line-height-rule: exactly">
|
|
463
|
-
{{data.lamdaMetrics.emailerCards.avgFootfall.vsMTDAvgRate}}%</p>
|
|
464
|
-
{{else}}
|
|
465
|
-
<p class="color-f04438" width="33"
|
|
466
|
-
style="font-size: 14px; font-weight: 500; color: #f04438; margin: 0; padding: 0; width: 33px; line-height: 20px; mso-line-height-rule: exactly">
|
|
467
|
-
{{data.lamdaMetrics.emailerCards.avgFootfall.vsMTDAvgRate}}%
|
|
468
|
-
</p>
|
|
469
|
-
{{/eq}}
|
|
470
|
-
|
|
471
|
-
</td>
|
|
472
|
-
<td valign="top" style="padding-top: 2px; padding-left: 2px; vertical-align: top">
|
|
473
|
-
<p class="color-667085"
|
|
474
|
-
style="font-size: 12px; font-weight: 400; color: #667085; margin: 0; padding: 0; line-height: 18px; mso-line-height-rule: exactly">
|
|
475
|
-
vs MTD Avg</p>
|
|
476
|
-
</td>
|
|
477
|
-
<!--[if mso]></tr></table></td><![endif]-->
|
|
478
|
-
</tr>
|
|
479
|
-
</table>
|
|
480
|
-
</td>
|
|
481
|
-
</tr>
|
|
482
|
-
</table>
|
|
483
|
-
</td>
|
|
484
|
-
</tr>
|
|
485
|
-
</table>
|
|
486
|
-
</td>
|
|
487
|
-
<td width="284" style="padding-left: 8px; width: 284px">
|
|
488
|
-
<table cellpadding="0" cellspacing="0" border="0" role="presentation" width="100.00%"
|
|
489
|
-
height="104.00" style="border-radius: 6px;
|
|
490
|
-
border-bottom: 2px solid var(--Gray-200, #EAECF0);
|
|
491
|
-
background: #EAF4FB; /* Solid fallback */
|
|
492
|
-
background: radial-gradient(circle at 16.16% 32.77%, rgba(255, 255, 255, 0.40) 0%, rgba(69, 187, 254, 0.20) 100%);
|
|
493
|
-
box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
|
|
494
|
-
width: 100%;
|
|
495
|
-
height: 104px;
|
|
496
|
-
border-spacing: 0;
|
|
497
|
-
border-collapse: separate;">
|
|
498
|
-
<tr>
|
|
499
|
-
<td align="left" valign="middle" height="104.00"
|
|
500
|
-
style="padding-left: 15px; vertical-align: middle; height: 104px">
|
|
501
|
-
<table cellpadding="0" cellspacing="0" border="0" role="presentation"
|
|
502
|
-
style="margin: 0; border-spacing: 0">
|
|
503
|
-
<tr>
|
|
504
|
-
<td align="left" valign="top" height="34" style="height: 34px; vertical-align: top">
|
|
505
|
-
<table cellpadding="0" cellspacing="0" border="0" role="presentation"
|
|
506
|
-
style="margin: 0; border-spacing: 0">
|
|
507
|
-
<tr>
|
|
508
|
-
<td valign="middle" style="vertical-align: middle">
|
|
509
|
-
<p class="color-101828"
|
|
510
|
-
style="font-size: 20px; font-weight: 700; color: #101828; margin: 0; padding: 0; line-height: 30px; mso-line-height-alt: normal">
|
|
511
|
-
{{data.lamdaMetrics.emailerCards.avgConversion.totalCount}}</p>
|
|
512
|
-
</td>
|
|
513
|
-
<td valign="middle" style="padding-left: 6px; vertical-align: middle">
|
|
514
|
-
<p class="color-344054"
|
|
515
|
-
style="font-size: 14px; font-weight: 500; color: #344054; margin: 0; padding: 0; line-height: 30px; mso-line-height-alt: normal">
|
|
516
|
-
Avg Conversion</p>
|
|
517
|
-
</td>
|
|
518
|
-
</tr>
|
|
519
|
-
</table>
|
|
520
|
-
</td>
|
|
521
|
-
</tr>
|
|
522
|
-
<tr>
|
|
523
|
-
<td valign="top" height="24"
|
|
524
|
-
style="padding-top: 4px; height: 24px; vertical-align: top">
|
|
525
|
-
<table cellpadding="0" cellspacing="0" border="0" role="presentation"
|
|
526
|
-
style="border-spacing: 0">
|
|
527
|
-
<tr>
|
|
528
|
-
<td valign="top" style="vertical-align: top">
|
|
529
|
-
{{#eq data.lamdaMetrics.emailerCards.avgConversion.lastWeekComparisonFlag true}}
|
|
530
|
-
<img
|
|
531
|
-
src="https://media.marka-img.com/74f52b1f/BBD3daJdb2g66LHY5U1fXX785g0aSL.png"
|
|
532
|
-
width="20.00" height="20.00"
|
|
533
|
-
style="width: 20px; height: 20px; display: block" />
|
|
534
|
-
{{else}}
|
|
535
|
-
<img
|
|
536
|
-
src="https://media.marka-img.com/74f52b1f/Y1mScQESnqHGpaB8VUfHkjHgjb7PxS.png"
|
|
537
|
-
alt="negative" width="20.00" height="20.00"
|
|
538
|
-
style="width: 20px; height: 20px; display: block" />
|
|
539
|
-
|
|
540
|
-
{{/eq}}
|
|
541
|
-
</td>
|
|
542
|
-
<td valign="top" width="33"
|
|
543
|
-
style="padding-left: 3px; width: 33px; vertical-align: top">
|
|
544
|
-
{{#eq data.lamdaMetrics.emailerCards.avgConversion.lastWeekComparisonFlag true}}
|
|
545
|
-
|
|
546
|
-
<p class="color-12b76a" width="33"
|
|
547
|
-
style="font-size: 14px; font-weight: 500; color: #12b76a; margin: 0; padding: 0; width: 33px; line-height: 20px; mso-line-height-rule: exactly">
|
|
548
|
-
{{data.lamdaMetrics.emailerCards.avgConversion.lastWeekRate}}%</p>
|
|
549
|
-
{{else}}
|
|
550
|
-
<p class="color-12b76a" width="33"
|
|
551
|
-
style="font-size: 14px; font-weight: 500; color: #f04438; margin: 0; padding: 0; width: 33px; line-height: 20px; mso-line-height-rule: exactly">
|
|
552
|
-
{{data.lamdaMetrics.emailerCards.avgConversion.lastWeekRate}}%</p>
|
|
553
|
-
{{/eq}}
|
|
554
|
-
|
|
555
|
-
</td>
|
|
556
|
-
|
|
557
|
-
<td valign="top" style="padding-top: 2px; padding-left: 2px; vertical-align: top">
|
|
558
|
-
<p class="color-667085"
|
|
559
|
-
style="font-size: 12px; font-weight: 400; color: #667085; margin: 0; padding: 0; line-height: 18px; mso-line-height-rule: exactly">
|
|
560
|
-
Same Day Last Week</p>
|
|
561
|
-
</td>
|
|
562
|
-
|
|
563
|
-
</tr>
|
|
564
|
-
</table>
|
|
565
|
-
</td>
|
|
566
|
-
</tr>
|
|
567
|
-
<tr>
|
|
568
|
-
<td align="left" style="padding-top: 4px; padding-left: 1px">
|
|
569
|
-
<table cellpadding="0" cellspacing="0" border="0" role="presentation"
|
|
570
|
-
style="margin: 0; border-spacing: 0">
|
|
571
|
-
<tr>
|
|
572
|
-
<td valign="top" style="vertical-align: top">
|
|
573
|
-
{{#eq data.lamdaMetrics.emailerCards.avgConversion.vsMTDAvgComparisonFlag true}}
|
|
574
|
-
<img
|
|
575
|
-
src="https://media.marka-img.com/74f52b1f/WgxkFg8XfUftxnMj3GsuKWrBD6T4Da.png"
|
|
576
|
-
width="20.00" height="20.00"
|
|
577
|
-
style="width: 20px; height: 20px; display: block" />
|
|
578
|
-
{{else}}
|
|
579
|
-
<img
|
|
580
|
-
src="https://media.marka-img.com/74f52b1f/Y1mScQESnqHGpaB8VUfHkjHgjb7PxS.png"
|
|
581
|
-
alt="negative" width="20.00" height="20.00"
|
|
582
|
-
style="width: 20px; height: 20px; display: block" />
|
|
583
|
-
{{/eq}}
|
|
584
|
-
</td>
|
|
585
|
-
<td valign="top" width="33"
|
|
586
|
-
style="padding-left: 3px; width: 33px; vertical-align: top">
|
|
587
|
-
{{#eq data.lamdaMetrics.emailerCards.avgConversion.vsMTDAvgComparisonFlag true}}
|
|
588
|
-
|
|
589
|
-
<p class="color-12b76a" width="33"
|
|
590
|
-
style="font-size: 14px; font-weight: 500; color: #12b76a; margin: 0; padding: 0; width: 33px; line-height: 20px; mso-line-height-rule: exactly">
|
|
591
|
-
{{data.lamdaMetrics.emailerCards.avgConversion.vsMTDAvgRate}}%</p>
|
|
592
|
-
{{else}}
|
|
593
|
-
<p class="color-f04438" width="33"
|
|
594
|
-
style="font-size: 14px; font-weight: 500; color: #f04438; margin: 0; padding: 0; width: 33px; line-height: 20px; mso-line-height-rule: exactly">
|
|
595
|
-
{{data.lamdaMetrics.emailerCards.avgConversion.vsMTDAvgRate}}%
|
|
596
|
-
</p>
|
|
597
|
-
{{/eq}}
|
|
598
|
-
|
|
599
|
-
</td>
|
|
600
|
-
|
|
601
|
-
<td valign="top" style="padding-top: 2px; padding-left: 2px; vertical-align: top">
|
|
602
|
-
<p class="color-667085"
|
|
603
|
-
style="font-size: 12px; font-weight: 400; color: #667085; margin: 0; padding: 0; line-height: 18px; mso-line-height-rule: exactly">
|
|
604
|
-
vs MTD Avg</p>
|
|
605
|
-
</td>
|
|
606
|
-
|
|
607
|
-
</tr>
|
|
608
|
-
</table>
|
|
609
|
-
</td>
|
|
610
|
-
</tr>
|
|
611
|
-
</table>
|
|
612
|
-
</td>
|
|
613
|
-
</tr>
|
|
614
|
-
</table>
|
|
615
|
-
</td>
|
|
616
|
-
</tr>
|
|
617
|
-
</table>
|
|
618
|
-
</td>
|
|
619
|
-
</tr>
|
|
620
|
-
<tr>
|
|
621
|
-
<td style="padding-top: 0px; padding-bottom: 11.5px; padding-left: 29px; padding-right: 29px">
|
|
622
|
-
<table cellpadding="0" cellspacing="0" border="0" role="presentation" width="100.00%"
|
|
623
|
-
style="width: 100%; border-spacing: 0">
|
|
624
|
-
<tr>
|
|
625
|
-
<td width="284" style="padding-right: 6px; width: 284px">
|
|
626
|
-
<table cellpadding="0" cellspacing="0" border="0" role="presentation" width="100.00%" style="border-radius: 6px;
|
|
627
|
-
border-bottom: 2px solid var(--Gray-200, #EAECF0);
|
|
628
|
-
background: #EAF4FB; /* Solid fallback */
|
|
629
|
-
background: radial-gradient(circle at 16.16% 32.77%, rgba(255, 255, 255, 0.40) 0%, rgba(69, 187, 254, 0.20) 100%);
|
|
630
|
-
box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
|
|
631
|
-
width: 100%;
|
|
632
|
-
height: 104px;
|
|
633
|
-
border-spacing: 0;
|
|
634
|
-
border-collapse: separate;">
|
|
635
|
-
<tr>
|
|
636
|
-
<td align="left" valign="middle" style="padding-left: 15px; vertical-align: middle">
|
|
637
|
-
<table cellpadding="0" cellspacing="0" border="0" role="presentation"
|
|
638
|
-
style="margin: 0; border-spacing: 0">
|
|
639
|
-
<tr>
|
|
640
|
-
<td style="padding-bottom: 4px">
|
|
641
|
-
<table cellpadding="0" cellspacing="0" border="0" role="presentation"
|
|
642
|
-
style="border-spacing: 0">
|
|
643
|
-
<tr>
|
|
644
|
-
<td valign="middle" style="vertical-align: middle">
|
|
645
|
-
<p class="color-101828"
|
|
646
|
-
style="font-size: 20px; font-weight: 700; color: #101828; margin: 0; padding: 0; line-height: 30px; mso-line-height-alt: normal">
|
|
647
|
-
{{data.lamdaMetrics.emailerCards.avgDwellTime.dwellTime}} mins</p>
|
|
648
|
-
</td>
|
|
649
|
-
<td valign="middle" style="padding-left: 6px; vertical-align: middle">
|
|
650
|
-
<p class="color-344054"
|
|
651
|
-
style="font-size: 14px; font-weight: 500; color: #344054; margin: 0; padding: 0; line-height: 30px; mso-line-height-alt: normal">
|
|
652
|
-
Avg Dwell Time</p>
|
|
653
|
-
</td>
|
|
654
|
-
</tr>
|
|
655
|
-
</table>
|
|
656
|
-
</td>
|
|
657
|
-
</tr>
|
|
658
|
-
<tr>
|
|
659
|
-
<td align="left" style="padding-top: 4px; padding-bottom: 4px; padding-left: 1px">
|
|
660
|
-
<table cellpadding="0" cellspacing="0" border="0" role="presentation"
|
|
661
|
-
style="margin: 0; border-spacing: 0">
|
|
662
|
-
<tr>
|
|
663
|
-
<td valign="top" style="vertical-align: top">
|
|
664
|
-
{{#eq data.lamdaMetrics.emailerCards.avgDwellTime.lastWeekComparisonFlag true}}
|
|
665
|
-
<img
|
|
666
|
-
src="https://media.marka-img.com/74f52b1f/BBD3daJdb2g66LHY5U1fXX785g0aSL.png"
|
|
667
|
-
width="20.00" height="20.00"
|
|
668
|
-
style="width: 20px; height: 20px; display: block" />
|
|
669
|
-
{{else}}
|
|
670
|
-
<img
|
|
671
|
-
src="https://media.marka-img.com/74f52b1f/Y1mScQESnqHGpaB8VUfHkjHgjb7PxS.png"
|
|
672
|
-
alt="negative" width="20.00" height="20.00"
|
|
673
|
-
style="width: 20px; height: 20px; display: block" />
|
|
674
|
-
|
|
675
|
-
{{/eq}}
|
|
676
|
-
</td>
|
|
677
|
-
<td valign="top" width="33"
|
|
678
|
-
style="padding-left: 3px; width: 33px; vertical-align: top">
|
|
679
|
-
{{#eq data.lamdaMetrics.emailerCards.avgDwellTime.lastWeekComparisonFlag true}}
|
|
680
|
-
|
|
681
|
-
<p class="color-12b76a" width="33"
|
|
682
|
-
style="font-size: 14px; font-weight: 500; color: #12b76a; margin: 0; padding: 0; width: 33px; line-height: 20px; mso-line-height-rule: exactly">
|
|
683
|
-
{{data.lamdaMetrics.emailerCards.avgDwellTime.lastWeekRate}}%</p>
|
|
684
|
-
{{else}}
|
|
685
|
-
<p class="color-12b76a" width="33"
|
|
686
|
-
style="font-size: 14px; font-weight: 500; color: #f04438; margin: 0; padding: 0; width: 33px; line-height: 20px; mso-line-height-rule: exactly">
|
|
687
|
-
{{data.lamdaMetrics.emailerCards.avgDwellTime.lastWeekRate}}%</p>
|
|
688
|
-
{{/eq}}
|
|
689
|
-
|
|
690
|
-
</td>
|
|
691
|
-
|
|
692
|
-
<td valign="top" style="padding-top: 2px; padding-left: 2px; vertical-align: top">
|
|
693
|
-
<p class="color-667085"
|
|
694
|
-
style="font-size: 12px; font-weight: 400; color: #667085; margin: 0; padding: 0; line-height: 18px; mso-line-height-rule: exactly">
|
|
695
|
-
Same Day Last Week</p>
|
|
696
|
-
</td>
|
|
697
|
-
|
|
698
|
-
</tr>
|
|
699
|
-
</table>
|
|
700
|
-
</td>
|
|
701
|
-
</tr>
|
|
702
|
-
<tr>
|
|
703
|
-
<td align="left" style="padding-top: 4px; padding-left: 1px">
|
|
704
|
-
<table cellpadding="0" cellspacing="0" border="0" role="presentation"
|
|
705
|
-
style="margin: 0; border-spacing: 0">
|
|
706
|
-
<tr>
|
|
707
|
-
<td valign="top" style="vertical-align: top">
|
|
708
|
-
{{#eq data.lamdaMetrics.emailerCards.avgDwellTime.vsMTDAvgComparisonFlag true}}
|
|
709
|
-
<img
|
|
710
|
-
src="https://media.marka-img.com/74f52b1f/WgxkFg8XfUftxnMj3GsuKWrBD6T4Da.png"
|
|
711
|
-
width="20.00" height="20.00"
|
|
712
|
-
style="width: 20px; height: 20px; display: block" />
|
|
713
|
-
{{else}}
|
|
714
|
-
<img
|
|
715
|
-
src="https://media.marka-img.com/74f52b1f/Y1mScQESnqHGpaB8VUfHkjHgjb7PxS.png"
|
|
716
|
-
alt="negative" width="20.00" height="20.00"
|
|
717
|
-
style="width: 20px; height: 20px; display: block" />
|
|
718
|
-
{{/eq}}
|
|
719
|
-
</td>
|
|
720
|
-
<td valign="top" width="33"
|
|
721
|
-
style="padding-left: 3px; width: 33px; vertical-align: top">
|
|
722
|
-
{{#eq data.lamdaMetrics.emailerCards.avgDwellTime.vsMTDAvgComparisonFlag true}}
|
|
723
|
-
|
|
724
|
-
<p class="color-12b76a" width="33"
|
|
725
|
-
style="font-size: 14px; font-weight: 500; color: #12b76a; margin: 0; padding: 0; width: 33px; line-height: 20px; mso-line-height-rule: exactly">
|
|
726
|
-
{{data.lamdaMetrics.emailerCards.avgDwellTime.vsMTDAvgRate}}%</p>
|
|
727
|
-
{{else}}
|
|
728
|
-
<p class="color-f04438" width="33"
|
|
729
|
-
style="font-size: 14px; font-weight: 500; color: #f04438; margin: 0; padding: 0; width: 33px; line-height: 20px; mso-line-height-rule: exactly">
|
|
730
|
-
{{data.lamdaMetrics.emailerCards.avgDwellTime.vsMTDAvgRate}}%
|
|
731
|
-
</p>
|
|
732
|
-
{{/eq}}
|
|
733
|
-
|
|
734
|
-
</td>
|
|
735
|
-
|
|
736
|
-
<td valign="top" style="padding-top: 2px; padding-left: 2px; vertical-align: top">
|
|
737
|
-
<p class="color-667085"
|
|
738
|
-
style="font-size: 12px; font-weight: 400; color: #667085; margin: 0; padding: 0; line-height: 18px; mso-line-height-rule: exactly">
|
|
739
|
-
vs MTD Avg</p>
|
|
740
|
-
</td>
|
|
741
|
-
<!--[if mso]></tr></table></td><![endif]-->
|
|
742
|
-
</tr>
|
|
743
|
-
</table>
|
|
744
|
-
</td>
|
|
745
|
-
</tr>
|
|
746
|
-
</table>
|
|
747
|
-
</td>
|
|
748
|
-
</tr>
|
|
749
|
-
</table>
|
|
750
|
-
</td>
|
|
751
|
-
<td width="284" style="padding-left: 8px; width: 284px">
|
|
752
|
-
<table cellpadding="0" cellspacing="0" border="0" role="presentation" width="100.00%" style="border-radius: 6px;
|
|
753
|
-
border-bottom: 2px solid var(--Gray-200, #EAECF0);
|
|
754
|
-
background: #EAF4FB; /* Solid fallback */
|
|
755
|
-
background: radial-gradient(circle at 16.16% 32.77%, rgba(255, 255, 255, 0.40) 0%, rgba(69, 187, 254, 0.20) 100%);
|
|
756
|
-
box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
|
|
757
|
-
width: 100%;
|
|
758
|
-
height: 104px;
|
|
759
|
-
border-spacing: 0;
|
|
760
|
-
border-collapse: separate;">
|
|
761
|
-
<tr>
|
|
762
|
-
<td align="left" valign="middle" style="padding-left: 15px; vertical-align: middle">
|
|
763
|
-
<table cellpadding="0" cellspacing="0" border="0" role="presentation" style="margin: 0; border-spacing: 0">
|
|
764
|
-
<tr>
|
|
765
|
-
<td align="left" style="padding-bottom: 4px">
|
|
766
|
-
<table cellpadding="0" cellspacing="0" border="0" role="presentation" style="margin: 0; border-spacing: 0">
|
|
767
|
-
<tr>
|
|
768
|
-
<td valign="middle" style="vertical-align: middle">
|
|
769
|
-
<p class="color-101828" style="font-size: 20px; font-weight: 700; color: #101828; margin: 0; padding: 0; line-height: 30px; mso-line-height-alt: normal">{{data.lamdaMetrics.emailerCards.avgOperationalHours.avgOperationalHours}} Hrs</p>
|
|
770
|
-
</td>
|
|
771
|
-
<td valign="middle" style="padding-left: 6px; vertical-align: middle">
|
|
772
|
-
<p class="color-344054" style="font-size: 14px; font-weight: 500; color: #344054; margin: 0; padding: 0; line-height: 30px; mso-line-height-alt: normal">Avg Operational Hours</p>
|
|
773
|
-
</td>
|
|
774
|
-
</tr>
|
|
775
|
-
</table>
|
|
776
|
-
</td>
|
|
777
|
-
</tr>
|
|
778
|
-
<tr>
|
|
779
|
-
<td align="left" style="padding-top: 4px; padding-bottom: 4px; padding-left: 1px">
|
|
780
|
-
<table cellpadding="0" cellspacing="0" border="0" role="presentation" style="margin: 0; border-spacing: 0">
|
|
781
|
-
<tr>
|
|
782
|
-
<td valign="top" style="vertical-align: top">
|
|
783
|
-
{{#eq data.lamdaMetrics.emailerCards.avgOperationalHours.lastWeekComparisonFlag true}}
|
|
784
|
-
<img src="https://media.marka-img.com/74f52b1f/BBD3daJdb2g66LHY5U1fXX785g0aSL.png"
|
|
785
|
-
alt="positive"
|
|
786
|
-
width="20.00"
|
|
787
|
-
height="20.00"
|
|
788
|
-
style="width: 20px; height: 20px; display: block" />
|
|
789
|
-
|
|
790
|
-
{{else}}
|
|
791
|
-
<img src="https://media.marka-img.com/74f52b1f/Y1mScQESnqHGpaB8VUfHkjHgjb7PxS.png"
|
|
792
|
-
alt="negative"
|
|
793
|
-
width="20.00"
|
|
794
|
-
height="20.00"
|
|
795
|
-
style="width: 20px; height: 20px; display: block" />
|
|
796
|
-
|
|
797
|
-
{{/eq}}
|
|
798
|
-
|
|
799
|
-
</td>
|
|
800
|
-
<td valign="top" width="33" style="padding-left: 3px; width: 33px; vertical-align: top">
|
|
801
|
-
{{#eq data.lamdaMetrics.emailerCards.avgOperationalHours.lastWeekComparisonFlag true}}
|
|
802
|
-
|
|
803
|
-
<p style="font-size: 14px; font-weight: 500; color: #12b76a; margin: 0; padding: 0; line-height: 20px; mso-line-height-rule: exactly;">
|
|
804
|
-
{{data.lamdaMetrics.emailerCards.avgOperationalHours.lastWeekRate}}%
|
|
805
|
-
</p>
|
|
806
|
-
{{else}}
|
|
807
|
-
<p style="font-size: 14px; font-weight: 500; color: #f04438; margin: 0; padding: 0; line-height: 20px; mso-line-height-rule: exactly;">
|
|
808
|
-
{{data.lamdaMetrics.emailerCards.avgOperationalHours.lastWeekRate}}%
|
|
809
|
-
</p>
|
|
810
|
-
{{/eq}}
|
|
811
|
-
|
|
812
|
-
</td>
|
|
813
|
-
|
|
814
|
-
<td valign="top" style="padding-top: 2px; padding-left: 2px; vertical-align: top">
|
|
815
|
-
<p class="color-667085" style="font-size: 12px; font-weight: 400; color: #667085; margin: 0; padding: 0; line-height: 18px; mso-line-height-rule: exactly">vs Last Week</p>
|
|
816
|
-
</td>
|
|
817
|
-
|
|
818
|
-
</tr>
|
|
819
|
-
</table>
|
|
820
|
-
</td>
|
|
821
|
-
</tr>
|
|
822
|
-
|
|
823
|
-
</table>
|
|
824
|
-
</td>
|
|
825
|
-
</tr>
|
|
826
|
-
</table>
|
|
827
|
-
</td>
|
|
828
|
-
</tr>
|
|
829
|
-
</table>
|
|
830
|
-
</td>
|
|
831
|
-
</tr>
|
|
832
|
-
<tr>
|
|
833
|
-
<td style="padding-top: 0px; padding-bottom: 0px; padding-left: 50px; padding-right: 30px">
|
|
834
|
-
<img src="{{data.chartImage}}" width="520"
|
|
835
|
-
style="border: none; max-width: initial; object-fit: contain; width: 520px; display: block" />
|
|
836
|
-
</td>
|
|
837
|
-
</tr>
|
|
838
|
-
<tr>
|
|
839
|
-
<td style="padding-top: 12px; padding-bottom: 6px">
|
|
840
|
-
<p class="color-121a26" width="100.00%"
|
|
841
|
-
style="font-size: 16px; font-weight: 600; color: #121a26; margin: 0; padding: 0; width: 100%; line-height: 24px; text-align: center; mso-line-height-rule: exactly">
|
|
842
|
-
Key Takeaways</p>
|
|
843
|
-
</td>
|
|
844
|
-
</tr>
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
{{!-- High Performing Store --}}
|
|
848
|
-
<tr>
|
|
849
|
-
<td align="left" style="padding-top: 6px; padding-bottom: 6px; padding-left: 29px">
|
|
850
|
-
<table cellpadding="0" cellspacing="0" border="0" role="presentation" style="margin: 0; border-spacing: 0">
|
|
851
|
-
<tr>
|
|
852
|
-
<td valign="middle" style="vertical-align: middle">
|
|
853
|
-
<img src="https://media.marka-img.com/74f52b1f/W4BptDhCjnVlpv8eQKBmj30nesiD7O.png" width="26.00" height="26.00" style="width: 26px; height: 26px; display: block" />
|
|
854
|
-
</td>
|
|
855
|
-
<td valign="middle" width="521" height="40" style="padding-left: 6px; width: 521px; vertical-align: middle; height: 40px">
|
|
856
|
-
<div background="assets/image_d2366d91.png" width="100.00%" height="40"
|
|
857
|
-
style="background: url('assets/image_c925bfaf.png') 50% / 100% no-repeat; width: 100%; height: 40px">
|
|
858
|
-
<p class="color-384860" width="100.00%" style="font-size: 14px; font-weight: 500; text-align: left; line-height: 20px; color: #384860; mso-line-height-rule: exactly; margin: 0; padding: 0; width: 100%">
|
|
859
|
-
<span style="font-size: 14px; font-weight: 700; text-align: left; line-height: 20px; mso-line-height-rule: exactly; display: inline-flex; align-items: center;">
|
|
860
|
-
{{#eq data.featureConfigs.conversionCalculation 'engagers-count'}}
|
|
861
|
-
{{data.lamdaMetrics.conversionMetrics.highEngagers.storeName}}
|
|
862
|
-
{{/eq}}
|
|
863
|
-
{{#eq data.featureConfigs.conversionCalculation 'billable-entities'}}
|
|
864
|
-
{{data.lamdaMetrics.conversionMetrics.highPotentialBuyers.storeName}}
|
|
865
|
-
{{/eq}}
|
|
866
|
-
</span>
|
|
867
|
-
<span>
|
|
868
|
-
- High performing store with highest change in
|
|
869
|
-
{{#eq data.featureConfigs.conversionCalculation 'engagers-count'}}
|
|
870
|
-
Engagers
|
|
871
|
-
{{/eq}}
|
|
872
|
-
{{#eq data.featureConfigs.conversionCalculation 'billable-entities'}}
|
|
873
|
-
Potential Buyers
|
|
874
|
-
{{/eq}}
|
|
875
|
-
({{#eq data.featureConfigs.conversionCalculation 'engagers-count'}}
|
|
876
|
-
{{data.lamdaMetrics.conversionMetrics.highEngagers.vsSameDayLastWeekRate}}%
|
|
877
|
-
{{/eq}}
|
|
878
|
-
{{#eq data.featureConfigs.conversionCalculation 'billable-entities'}}
|
|
879
|
-
{{data.lamdaMetrics.conversionMetrics.highPotentialBuyers.vsSameDayLastWeekRate}}%
|
|
880
|
-
{{/eq}}
|
|
881
|
-
{{#eq data.lamdaMetrics.conversionMetrics.highEngagers.vsSameDayLastWeekComparisonFlag true}}
|
|
882
|
-
<img src="https://media.marka-img.com/74f52b1f/xbwX4JION4hTFO7QsEcLxbDcbthty5.png" border="0" width="12" />
|
|
883
|
-
{{else}}
|
|
884
|
-
<img src="https://media.marka-img.com/74f52b1f/f36VWMd79aFDkNmaLvhDf3vnPvE8Vj.png" border="0" width="12" />
|
|
885
|
-
{{/eq}}
|
|
886
|
-
vs same day last week and
|
|
887
|
-
{{#eq data.featureConfigs.conversionCalculation 'engagers-count'}}
|
|
888
|
-
{{data.lamdaMetrics.conversionMetrics.highEngagers.vsMTDAvgRate}}%
|
|
889
|
-
{{/eq}}
|
|
890
|
-
{{#eq data.featureConfigs.conversionCalculation 'billable-entities'}}
|
|
891
|
-
{{data.lamdaMetrics.conversionMetrics.highPotentialBuyers.vsMTDAvgRate}}%
|
|
892
|
-
{{/eq}}
|
|
893
|
-
{{#eq data.lamdaMetrics.conversionMetrics.highEngagers.vsMTDAvgComparisonFlag true}}
|
|
894
|
-
<img src="https://media.marka-img.com/74f52b1f/xbwX4JION4hTFO7QsEcLxbDcbthty5.png" border="0" width="12" />
|
|
895
|
-
{{else}}
|
|
896
|
-
<img src="https://media.marka-img.com/74f52b1f/f36VWMd79aFDkNmaLvhDf3vnPvE8Vj.png" border="0" width="12" />
|
|
897
|
-
{{/eq}}
|
|
898
|
-
MTD Avg)
|
|
899
|
-
</span>
|
|
900
|
-
</p>
|
|
901
|
-
</div>
|
|
902
|
-
</td>
|
|
903
|
-
</tr>
|
|
904
|
-
</table>
|
|
905
|
-
</td>
|
|
906
|
-
</tr>
|
|
907
|
-
|
|
908
|
-
{{!-- Poor Performing Store --}}
|
|
909
|
-
<tr>
|
|
910
|
-
<td align="left" style="padding-top: 6px; padding-bottom: 5.5px; padding-left: 29px">
|
|
911
|
-
<table cellpadding="0" cellspacing="0" border="0" role="presentation" style="margin: 0; border-spacing: 0">
|
|
912
|
-
<tr>
|
|
913
|
-
<td valign="middle" style="vertical-align: middle">
|
|
914
|
-
<img src="https://media.marka-img.com/74f52b1f/W4BptDhCjnVlpv8eQKBmj30nesiD7O.png" width="26.00" height="26.00" style="width: 26px; height: 26px; display: block" />
|
|
915
|
-
</td>
|
|
916
|
-
<td valign="middle" width="515" height="40" style="padding-left: 6px; width: 515px; vertical-align: middle; height: 40px">
|
|
917
|
-
<div background="assets/image_5ed5bf44.png" width="100.00%" height="40"
|
|
918
|
-
style="background: url('assets/image_a402f201.png') 50% / 100% no-repeat; width: 100%; height: 40px">
|
|
919
|
-
<p class="color-384860" width="100.00%" style="font-size: 14px; font-weight: 500; text-align: left; line-height: 20px; color: #384860; mso-line-height-rule: exactly; margin: 0; padding: 0; width: 100%">
|
|
920
|
-
<span style="font-size: 14px; font-weight: 700; text-align: left; line-height: 20px; mso-line-height-rule: exactly; display: inline-flex; align-items: center;">
|
|
921
|
-
{{#eq data.featureConfigs.conversionCalculation 'engagers-count'}}
|
|
922
|
-
{{data.lamdaMetrics.conversionMetrics.lowEngagers.storeName}}
|
|
923
|
-
{{/eq}}
|
|
924
|
-
{{#eq data.featureConfigs.conversionCalculation 'billable-entities'}}
|
|
925
|
-
{{data.lamdaMetrics.conversionMetrics.lowPotentialBuyers.storeName}}
|
|
926
|
-
{{/eq}}
|
|
927
|
-
</span>
|
|
928
|
-
<span>
|
|
929
|
-
- Poor performing store with lowest change in
|
|
930
|
-
{{#eq data.featureConfigs.conversionCalculation 'engagers-count'}}
|
|
931
|
-
Engagers
|
|
932
|
-
{{/eq}}
|
|
933
|
-
{{#eq data.featureConfigs.conversionCalculation 'billable-entities'}}
|
|
934
|
-
Potential Buyers
|
|
935
|
-
{{/eq}}
|
|
936
|
-
({{#eq data.featureConfigs.conversionCalculation 'engagers-count'}}
|
|
937
|
-
{{data.lamdaMetrics.conversionMetrics.lowEngagers.vsSameDayLastWeekRate}}%
|
|
938
|
-
{{/eq}}
|
|
939
|
-
{{#eq data.featureConfigs.conversionCalculation 'billable-entities'}}
|
|
940
|
-
{{data.lamdaMetrics.conversionMetrics.lowPotentialBuyers.vsSameDayLastWeekRate}}%
|
|
941
|
-
{{/eq}}
|
|
942
|
-
{{#eq data.lamdaMetrics.conversionMetrics.lowEngagers.vsSameDayLastWeekComparisonFlag true}}
|
|
943
|
-
<img src="https://media.marka-img.com/74f52b1f/xbwX4JION4hTFO7QsEcLxbDcbthty5.png" border="0" width="12" />
|
|
944
|
-
{{else}}
|
|
945
|
-
<img src="https://media.marka-img.com/74f52b1f/f36VWMd79aFDkNmaLvhDf3vnPvE8Vj.png" border="0" width="12" />
|
|
946
|
-
{{/eq}}
|
|
947
|
-
vs same day last week and
|
|
948
|
-
{{#eq data.featureConfigs.conversionCalculation 'engagers-count'}}
|
|
949
|
-
{{data.lamdaMetrics.conversionMetrics.lowEngagers.vsMTDAvgRate}}%
|
|
950
|
-
{{/eq}}
|
|
951
|
-
{{#eq data.featureConfigs.conversionCalculation 'billable-entities'}}
|
|
952
|
-
{{data.lamdaMetrics.conversionMetrics.lowPotentialBuyers.vsMTDAvgRate}}%
|
|
953
|
-
{{/eq}}
|
|
954
|
-
{{#eq data.lamdaMetrics.conversionMetrics.lowEngagers.vsMTDAvgComparisonFlag true}}
|
|
955
|
-
<img src="https://media.marka-img.com/74f52b1f/xbwX4JION4hTFO7QsEcLxbDcbthty5.png" border="0" width="12" />
|
|
956
|
-
{{else}}
|
|
957
|
-
<img src="https://media.marka-img.com/74f52b1f/f36VWMd79aFDkNmaLvhDf3vnPvE8Vj.png" border="0" width="12" />
|
|
958
|
-
{{/eq}}
|
|
959
|
-
MTD Avg)
|
|
960
|
-
</span>
|
|
961
|
-
</p>
|
|
962
|
-
</div>
|
|
963
|
-
</td>
|
|
964
|
-
</tr>
|
|
965
|
-
</table>
|
|
966
|
-
</td>
|
|
967
|
-
</tr>
|
|
968
|
-
|
|
969
|
-
<tr>
|
|
970
|
-
<td align="left" style="padding-top: 5.5px; padding-bottom: 5px; padding-left: 29px">
|
|
971
|
-
<table cellpadding="0" cellspacing="0" border="0" role="presentation"
|
|
972
|
-
style="margin: 0; border-spacing: 0">
|
|
973
|
-
<tr>
|
|
974
|
-
<td valign="middle" style="vertical-align: middle">
|
|
975
|
-
<img src="https://media.marka-img.com/74f52b1f/W4BptDhCjnVlpv8eQKBmj30nesiD7O.png" width="26.00"
|
|
976
|
-
height="26.00" style="width: 26px; height: 26px; display: block" />
|
|
977
|
-
</td>
|
|
978
|
-
<td valign="middle" width="579" style="padding-left: 6px; width: 579px; vertical-align: middle">
|
|
979
|
-
|
|
980
|
-
<p class="color-384860" width="579"
|
|
981
|
-
style="font-size: 14px; font-weight: 500; color: #384860; margin: 0; padding: 0; width: 579px; line-height: 26px; mso-line-height-alt: normal">
|
|
982
|
-
{{#eq data.lamdaMetrics.lowOperationalHours.length 0}}
|
|
983
|
-
<span>NA</span>
|
|
984
|
-
{{else}}
|
|
985
|
-
{{#each data.lamdaMetrics.lowOperationalHours}}
|
|
986
|
-
<span style="font-size: 14px; font-weight: 700">{{storeName}},</span>
|
|
987
|
-
{{/each}}
|
|
988
|
-
{{/eq}}
|
|
989
|
-
<span> - Store with lowest operational hours</span>
|
|
990
|
-
|
|
991
|
-
</p>
|
|
992
|
-
|
|
993
|
-
</td>
|
|
994
|
-
</tr>
|
|
995
|
-
</table>
|
|
996
|
-
</td>
|
|
997
|
-
</tr>
|
|
998
|
-
<tr>
|
|
999
|
-
<td align="left" style="padding-top: 5px; padding-bottom: 11.5px; padding-left: 29px">
|
|
1000
|
-
<table cellpadding="0" cellspacing="0" border="0" role="presentation"
|
|
1001
|
-
style="margin: 0; border-spacing: 0">
|
|
1002
|
-
<tr>
|
|
1003
|
-
<td valign="middle" style="vertical-align: middle">
|
|
1004
|
-
<img src="https://media.marka-img.com/74f52b1f/W4BptDhCjnVlpv8eQKBmj30nesiD7O.png" width="26.00"
|
|
1005
|
-
height="26.00" style="width: 26px; height: 26px; display: block" />
|
|
1006
|
-
</td>
|
|
1007
|
-
<td valign="middle" width="579" style="padding-left: 6px; width: 579px; vertical-align: middle">
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
<p class="color-384860" width="579"
|
|
1011
|
-
style="font-size: 14px; font-weight: 500; color: #384860; margin: 0; padding: 0; width: 579px; line-height: 26px; mso-line-height-alt: normal">
|
|
1012
|
-
{{#eq data.lamdaMetrics.fullDownTime.length 0}}
|
|
1013
|
-
<span>NA</span>
|
|
1014
|
-
{{else}}
|
|
1015
|
-
{{#each data.lamdaMetrics.fullDownTime}}
|
|
1016
|
-
<span style="font-size: 14px; font-weight: 700">{{storeName}},</span>
|
|
1017
|
-
{{/each}}
|
|
1018
|
-
{{/eq}}
|
|
1019
|
-
<span> - Stores
|
|
1020
|
-
with 100% downtime </span>
|
|
1021
|
-
</p>
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
</td>
|
|
1025
|
-
</tr>
|
|
1026
|
-
</table>
|
|
1027
|
-
</td>
|
|
1028
|
-
</tr>
|
|
1029
|
-
<tr>
|
|
1030
|
-
<td align="left" style="padding-top: 11.5px; padding-bottom: 12px; padding-left: 29px">
|
|
1031
|
-
<p class="color-384860" width="100.00%"
|
|
1032
|
-
style="font-size: 12px; font-weight: 300; font-style: italic; color: #384860; margin: 0; padding: 0; width: 100%; line-height: 18px; mso-line-height-rule: exactly">
|
|
1033
|
-
* MTD Avg - Month To Current Date Avg</p>
|
|
1034
|
-
</td>
|
|
1035
|
-
</tr>
|
|
1036
|
-
<tr>
|
|
1037
|
-
<td style="padding-top: 12px; padding-bottom: 12px; padding-left: 30px; padding-right: 30px">
|
|
1038
|
-
<table class="bg-00a3ff" cellpadding="0" cellspacing="0" border="0" role="presentation"
|
|
1039
|
-
bgcolor="#00a3ff" width="580.00" height="48.00"
|
|
1040
|
-
style="border-radius: 8px; border: 1px solid #00a3ff; box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05); background-color: #00a3ff; width: 580px; height: 48px; border-spacing: 0; border-collapse: separate; cursor:pointer">
|
|
1041
|
-
<tr>
|
|
1042
|
-
<td valign="middle" width="100.00%" height="46.00"
|
|
1043
|
-
style="width: 100%; vertical-align: middle; height: 46px; text-align: center;">
|
|
1044
|
-
<a href="https://dashboard.tangoeye.ai/" class="color-fffffe"
|
|
1045
|
-
style="font-size: 16px; font-weight: 600; text-transform: capitalize; color: white; margin: 0; padding: 0; line-height: 24px; display: inline-block; text-decoration: none;">
|
|
1046
|
-
View Detailed Analysis
|
|
1047
|
-
</a>
|
|
1048
|
-
</td>
|
|
1049
|
-
</tr>
|
|
1050
|
-
</table>
|
|
1051
|
-
</td>
|
|
1052
|
-
</tr>
|
|
1053
|
-
<tr>
|
|
1054
|
-
<td align="left" style="padding-top: 12px; padding-bottom: 12px; padding-left: 29px; padding-right: 29px">
|
|
1055
|
-
<p class="color-202b3c" width="100.00%"
|
|
1056
|
-
style="font-size: 12px; font-weight: 400; letter-spacing: 0.2px; text-align: left; line-height: 18px; color: #202b3c; mso-line-height-rule: exactly; margin: 0; padding: 0; width: 100%">
|
|
1057
|
-
©2024 Tango IT Solutions India Pvt Ltd. All rights reserved.<br />Old Number 12 and New, 39, Haddows
|
|
1058
|
-
Rd, Thousand Lights West, Nungambakkam, Chennai, <br />Tamilnadu - 600006.</p>
|
|
1059
|
-
</td>
|
|
1060
|
-
</tr>
|
|
1061
|
-
<tr>
|
|
1062
|
-
<td align="center">
|
|
1063
|
-
<table cellspacing="0" cellpadding="0" border="0">
|
|
1064
|
-
<tr>
|
|
1065
|
-
<td style="vertical-align: middle;">
|
|
1066
|
-
<table cellspacing="0" cellpadding="0" border="0">
|
|
1067
|
-
<tr>
|
|
1068
|
-
<td>
|
|
1069
|
-
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
|
1070
|
-
<tr>
|
|
1071
|
-
<td width="120">
|
|
1072
|
-
<a href="https://apps.apple.com/in/app/tango-eye/id6733242555" target="_blank">
|
|
1073
|
-
<img src="https://media.marka-img.com/74f52b1f/DvInv0iSQexCynbZWOqNjvyLH2NSTB.png"
|
|
1074
|
-
width="120" border="0"
|
|
1075
|
-
style="min-width:120px; width:120px; border-radius:7px; height: auto; display: block;">
|
|
1076
|
-
</a>
|
|
1077
|
-
</td>
|
|
1078
|
-
<td style="width:12px; min-width:12px;" width="12">
|
|
1079
|
-
 </td>
|
|
1080
|
-
<td width="135">
|
|
1081
|
-
<a href="https://play.google.com/store/apps/details?id=com.tangoeye.app" target="_blank">
|
|
1082
|
-
<img src="https://media.marka-img.com/74f52b1f/ytenrNp9D3aqdlyQQEJ9I9nbB9kMip.png"
|
|
1083
|
-
width="135" border="0"
|
|
1084
|
-
style="min-width:135px; width:135px; border-radius:5px; height: auto; display: block;">
|
|
1085
|
-
</a>
|
|
1086
|
-
</td>
|
|
1087
|
-
</tr>
|
|
1088
|
-
</table>
|
|
1089
|
-
</td>
|
|
1090
|
-
</tr>
|
|
1091
|
-
</table>
|
|
1092
|
-
</td>
|
|
1093
|
-
</tr>
|
|
1094
|
-
</table>
|
|
1095
|
-
</td>
|
|
1096
|
-
</tr>
|
|
1097
|
-
</table>
|
|
1098
|
-
</td>
|
|
1099
|
-
</tr>
|
|
1100
|
-
</table>
|
|
1101
|
-
</center>
|
|
1102
|
-
</body>
|
|
1103
|
-
|
|
1104
|
-
</html>
|