tango-app-api-trax 3.8.25 → 3.8.26-nike

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.
@@ -1,253 +1,250 @@
1
- <!DOCTYPE html>
2
- <html>
3
-
4
- <head>
5
- <meta charset="utf-8">
6
- <meta http-equiv="x-ua-compatible" content="ie=edge">
7
- <title>Recurring Flags Detected</title>
8
- <meta name="viewport" content="width=device-width, initial-scale=1">
9
- <style type="text/css">
10
- body { font-family: "Inter", sans-serif !important; }
11
- body, table, td, a { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
12
- table, td { mso-table-rspace: 0pt; mso-table-lspace: 0pt; }
13
- img { -ms-interpolation-mode: bicubic; }
14
- a[x-apple-data-detectors] {
15
- font-family: "inherit" !important;
16
- font-size: inherit !important;
17
- font-weight: inherit !important;
18
- line-height: inherit !important;
19
- color: inherit !important;
20
- text-decoration: none !important;
21
- }
22
- body { width: 100% !important; height: 100% !important; padding: 0 !important; margin: 0 !important; }
23
- table { border-collapse: collapse !important; }
24
- a { color: #1a82e2; }
25
- img { height: auto; line-height: 100%; text-decoration: none; border: 0; outline: none; }
26
- .flagText { font-size: 16px; font-weight: 600; line-height: 24px; text-align: left; }
27
- .rfTable { width: 100%; border-collapse: collapse; }
28
- .rfTable th, .rfTable td {
29
- border: 1px solid #E2E8F0;
30
- padding: 8px 12px;
31
- font-size: 13px;
32
- text-align: left;
33
- color: #202B3C;
34
- }
35
- .rfTable th { background-color: #F1F5F9; font-weight: 600; }
36
- .highlight { font-size: 14px; color: #202B3C; line-height: 22px; }
37
- </style>
38
- </head>
39
-
40
- <body style="background-color: #dbe5ea;">
41
- <div class="preheader" style="display: none; max-width: 0; max-height: 0; overflow: hidden; font-size: 1px; line-height: 1px; color: #fff; opacity: 0;">
42
- Recurring Flags Detected
43
- </div>
44
- <table border="0" cellpadding="0" cellspacing="0" width="100%" style="padding-left:10px;padding-right:10px">
45
- <tr>
46
- <td bgcolor="#dbe5ea" style="padding:32px 10px 0 10px">
47
- <table border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width: 680px;" align="center">
48
- <tr>
49
- <td style="margin-top: 0px;margin-bottom: 0px;font-size: 16px;line-height: 24px;background-color: #ffffff;padding-left: 18px;padding-right: 24px;padding-top: 24px;padding-bottom: 24px;">
50
- <p style="margin-top: 0px;margin-bottom: 0px;">
51
- <a href="https://tangoeye.ai/" style="text-decoration: none;outline: none;color: #ffffff;">
52
- <img src="https://devtangoretail-api.tangoeye.ai/logo.png" width="200" height="100" alt="TangoEye"
53
- style="-ms-interpolation-mode: bicubic;vertical-align: middle;border: 0;line-height: 100%;height: auto;outline: none;text-decoration: none;">
54
- </a>
55
- </p>
56
- </td>
57
- </tr>
58
- <tr>
59
- <td align="left" bgcolor="#ffffff" style="padding-left: 30px;padding-right: 24px;font-size: 14px; line-height: 24px;">
60
- <p style="width: 624px;height: 0px;border: 1px solid #CBD5E1;flex: none;order: 1;flex-grow: 0;"></p>
61
- </td>
62
- </tr>
63
-
64
- {{!-- Intro line --}}
65
- <tr>
66
- <td style="background-color: #ffffff;padding-left: 30px;padding-right: 24px;padding-bottom: 10px;">
67
- <div style="margin-top: 0px;margin-bottom: 0px;font-size: 16px;line-height: 28px;color: #82899a;">
68
- <span style="font-weight: 400;color: #121A26;line-height: 140%;">
69
- Hi,<br/>
70
- {{#if data.isMultiStore}}
71
- Recurring flags has been detected across multiple {{data.subjectLabelPluralLower}} and across multiple checklists on recent submissions, exceeding the configured threshold of {{data.threshold}} occurrences.
72
- {{else if data.isMultiChecklist}}
73
- A Recurring flags has been identified for {{data.subjectLabelLower}} <b>{{data.subjectName}}</b> across multiple checklists on recent submissions, exceeding the configured threshold of {{data.threshold}} occurrences.
74
- {{else}}
75
- A recurring flag has been identified for {{data.subjectLabelLower}} <b>{{data.subjectName}}</b>.where a question has been flagged multiple times in recent {{data.checklistName}} submissions, exceeding the configured threshold of {{data.threshold}} occurrences.
76
- {{/if}}
77
- </span>
78
- </div>
79
- </td>
80
- </tr>
81
-
82
- {{!-- Multi-store: Key Highlights --}}
83
- {{#if data.isMultiStore}}
84
- <tr>
85
- <td style="background-color: #ffffff;padding-left: 30px;padding-right: 24px;padding-bottom: 10px;">
86
- <div class="highlight">
87
- <b>Key Highlights:</b>
88
- <ul style="margin:8px 0 0 0;padding-left:18px;">
89
- <li>Total {{data.subjectLabelPlural}} with Recurring Flags: {{data.highlights.totalSubjects}}</li>
90
- <li>Total Checklists with Recurring Flags: {{data.highlights.totalChecklists}}</li>
91
- <li>Total Recurring Flags: {{data.highlights.totalFlags}}</li>
92
- </ul>
93
- </div>
94
- </td>
95
- </tr>
96
- {{/if}}
97
-
98
- {{!-- Section header for details --}}
99
- <tr>
100
- <td style="background-color: #ffffff;padding-left: 30px;padding-right: 24px;padding-bottom: 10px;">
101
- <div style="font-size: 16px;line-height: 28px;color: #121A26;font-weight:600;">
102
- {{#if data.isMultiStore}}
103
- Details of the Recurring Flags are as follows:
104
- {{else if data.isMultiChecklist}}
105
- Details of the Recurring Flags from {{data.subjectLabel}} {{data.subjectName}} are as follows:
106
- {{else}}
107
- Details of the Recurring Flags from checklist are as follows:
108
- {{/if}}
109
- </div>
110
- </td>
111
- </tr>
112
- </table>
113
- </td>
114
- </tr>
115
-
116
- {{!-- ============ Single store + single checklist body ============ --}}
117
- {{#unless data.isMultiChecklist}}{{#unless data.isMultiStore}}
118
- <tr>
119
- <td align="center" bgcolor="#dbe5ea" style="padding:0 10px 0 10px">
120
- <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width: 680px;">
121
- <tr bgcolor="#ffffff">
122
- <td class="flagText" style="padding-left:30px;line-height: 24px;color:#000000">{{data.subjectLabel}} Name :</td>
123
- <td></td><td></td>
124
- <td class="flagText">{{data.subjectName}}</td>
125
- </tr>
126
- <tr bgcolor="#ffffff">
127
- <td class="flagText" style="padding-left:30px;line-height: 24px;">Checklist Name :</td>
128
- <td></td><td></td>
129
- <td class="flagText">{{data.checklistName}}</td>
130
- </tr>
131
- <tr bgcolor="#ffffff">
132
- <td class="flagText" style="padding-left:30px;line-height: 24px;">Last Submitted By :</td>
133
- <td></td><td></td>
134
- <td class="flagText">{{data.lastSubmittedBy}}</td>
135
- </tr>
136
- <tr bgcolor="#ffffff">
137
- <td class="flagText" style="padding-left:30px;line-height: 24px;">Last Submission Date :</td>
138
- <td></td><td></td>
139
- <td class="flagText">{{data.lastSubmissionDate}}</td>
140
- </tr>
141
- <tr bgcolor="#ffffff">
142
- <td class="flagText" style="padding-left:30px;line-height: 24px;">No of Flags :</td>
143
- <td></td><td></td>
144
- <td class="flagText">{{data.flagCount}} Question Flag{{#if data.flagCountPlural}}s{{/if}}</td>
145
- </tr>
146
- <tr bgcolor="#ffffff">
147
- <td class="flagText" style="padding-left:30px;line-height: 24px;">Run AI Flags :</td>
148
- <td></td><td></td>
149
- <td class="flagText">{{data.runAICount}} Run AI Flag{{#if data.runAICountPlural}}s{{/if}}</td>
150
- </tr>
151
- </table>
152
- </td>
153
- </tr>
154
- {{/unless}}{{/unless}}
155
-
156
- {{!-- ============ Tabular body for multi-checklist or multi-store ============ --}}
157
- {{#if data.showTable}}
158
- <tr>
159
- <td align="center" bgcolor="#dbe5ea" style="padding:0 10px 0 10px">
160
- <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width: 680px;">
161
- <tr>
162
- <td style="padding:10px 30px 10px 30px;background-color:#ffffff;">
163
- <table class="rfTable">
164
- <thead>
165
- <tr>
166
- {{#if data.isMultiStore}}<th>{{data.subjectLabel}} Name</th>{{/if}}
167
- <th>Checklist Name</th>
168
- <th>Last Submitted By</th>
169
- <th>Last Submission Date</th>
170
- <th>Total Recurring Flags</th>
171
- <th>Run AI Flags</th>
172
- </tr>
173
- </thead>
174
- <tbody>
175
- {{#each data.rows}}
176
- <tr>
177
- {{#if ../data.isMultiStore}}<td>{{this.subjectName}}</td>{{/if}}
178
- <td>{{this.checklistName}}</td>
179
- <td>{{this.lastSubmittedBy}}</td>
180
- <td>{{this.lastSubmissionDate}}</td>
181
- <td>{{this.days}}</td>
182
- <td>{{this.runAICount}}</td>
183
- </tr>
184
- {{/each}}
185
- </tbody>
186
- </table>
187
- </td>
188
- </tr>
189
- </table>
190
- </td>
191
- </tr>
192
- {{/if}}
193
-
194
- {{!-- View Flags button --}}
195
- <tr>
196
- <td align="center" bgcolor="#dbe5ea" style="padding:0 10px 0 10px">
197
- <table border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width: 680px;">
198
- <tr>
199
- <td bgcolor="#ffffff" style="padding: 20px;padding-top:15px;padding-left:30px;">
200
- <table border="0" cellpadding="0" cellspacing="0">
201
- <tr>
202
- <td align="center" bgcolor="#00A3FF" style="border-radius: 6px;height:50px;">
203
- <a href="{{data.domain}}" target="_blank"
204
- style="display: inline-block; padding: 16px 36px;font-size: 16px; color: #ffffff; text-decoration: none; border-radius: 6px;">
205
- View Flags
206
- </a>
207
- </td>
208
- </tr>
209
- </table>
210
- </td>
211
- </tr>
212
- </table>
213
- </td>
214
- </tr>
215
-
216
- {{!-- Attachment hint when full data exceeds inline limit --}}
217
- {{#if data.hasAttachment}}
218
- <tr>
219
- <td align="center" bgcolor="#dbe5ea" style="padding:0 10px 0 10px">
220
- <table border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width: 680px;">
221
- <tr>
222
- <td bgcolor="#ffffff" style="padding:0 30px 15px 30px;font-size:13px;color:#202B3C;">
223
- Refer to the attached file for a detailed breakdown of the Full report
224
- </td>
225
- </tr>
226
- </table>
227
- </td>
228
- </tr>
229
- {{/if}}
230
-
231
- <tr>
232
- <td align="center" bgcolor="#dbe5ea" style="padding:0 10px 32px 10px;">
233
- <table border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width: 680px;">
234
- <tr>
235
- <td style="background-color: #ffffff;padding-left: 30px;padding-right: 24px;padding-top:5px">
236
- <div style="font-size: 12px;color: #202B3C;font-weight: 400;line-height: 150%;">
237
- <p>If you have any questions or need assistance, please reach out to us at support@tangotech.co.in.</p>
238
- </div>
239
- </td>
240
- </tr>
241
- <tr>
242
- <td style="background-color: #ffffff;padding-left: 30px;padding-right: 24px;padding-bottom:15px">
243
- <div style="font-size: 12px;color: #202B3C;font-weight: 400;line-height: 150%;">
244
- <p>© Tango Eye. All rights reserved.</p>
245
- </div>
246
- </td>
247
- </tr>
248
- </table>
249
- </td>
250
- </tr>
251
- </table>
252
- </body>
253
- </html>
1
+ <!DOCTYPE html>
2
+ <html>
3
+
4
+ <head>
5
+ <meta charset="utf-8">
6
+ <meta http-equiv="x-ua-compatible" content="ie=edge">
7
+ <title>Recurring Flags Detected</title>
8
+ <meta name="viewport" content="width=device-width, initial-scale=1">
9
+ <style type="text/css">
10
+ body { font-family: "Inter", sans-serif !important; }
11
+ body, table, td, a { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
12
+ table, td { mso-table-rspace: 0pt; mso-table-lspace: 0pt; }
13
+ img { -ms-interpolation-mode: bicubic; }
14
+ a[x-apple-data-detectors] {
15
+ font-family: "inherit" !important;
16
+ font-size: inherit !important;
17
+ font-weight: inherit !important;
18
+ line-height: inherit !important;
19
+ color: inherit !important;
20
+ text-decoration: none !important;
21
+ }
22
+ body { width: 100% !important; height: 100% !important; padding: 0 !important; margin: 0 !important; }
23
+ table { border-collapse: collapse !important; }
24
+ a { color: #1a82e2; }
25
+ img { height: auto; line-height: 100%; text-decoration: none; border: 0; outline: none; }
26
+ .flagText { font-size: 16px; font-weight: 600; line-height: 24px; text-align: left; }
27
+ .rfTable { width: 100%; border-collapse: collapse; }
28
+ .rfTable th, .rfTable td {
29
+ border: 1px solid #E2E8F0;
30
+ padding: 8px 12px;
31
+ font-size: 13px;
32
+ text-align: left;
33
+ color: #202B3C;
34
+ }
35
+ .rfTable th { background-color: #F1F5F9; font-weight: 600; }
36
+ .highlight { font-size: 14px; color: #202B3C; line-height: 22px; }
37
+ </style>
38
+ </head>
39
+
40
+ <body style="background-color: #dbe5ea;">
41
+ <div class="preheader" style="display: none; max-width: 0; max-height: 0; overflow: hidden; font-size: 1px; line-height: 1px; color: #fff; opacity: 0;">
42
+ Recurring Flags Detected
43
+ </div>
44
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" style="padding-left:10px;padding-right:10px">
45
+ <tr>
46
+ <td bgcolor="#dbe5ea" style="padding:32px 10px 0 10px">
47
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width: 680px;" align="center">
48
+ <tr>
49
+ <td style="margin-top: 0px;margin-bottom: 0px;font-size: 16px;line-height: 24px;background-color: #ffffff;padding-left: 18px;padding-right: 24px;padding-top: 24px;padding-bottom: 24px;">
50
+ <p style="margin-top: 0px;margin-bottom: 0px;">
51
+ <a href="https://tangoeye.ai/" style="text-decoration: none;outline: none;color: #ffffff;">
52
+ <img src="https://devtangoretail-api.tangoeye.ai/logo.png" width="200" height="100" alt="TangoEye"
53
+ style="-ms-interpolation-mode: bicubic;vertical-align: middle;border: 0;line-height: 100%;height: auto;outline: none;text-decoration: none;">
54
+ </a>
55
+ </p>
56
+ </td>
57
+ </tr>
58
+ <tr>
59
+ <td align="left" bgcolor="#ffffff" style="padding-left: 30px;padding-right: 24px;font-size: 14px; line-height: 24px;">
60
+ <p style="width: 624px;height: 0px;border: 1px solid #CBD5E1;flex: none;order: 1;flex-grow: 0;"></p>
61
+ </td>
62
+ </tr>
63
+
64
+ {{!-- Intro line --}}
65
+ <tr>
66
+ <td style="background-color: #ffffff;padding-left: 30px;padding-right: 24px;padding-bottom: 10px;">
67
+ <div style="margin-top: 0px;margin-bottom: 0px;font-size: 16px;line-height: 28px;color: #82899a;">
68
+ <span style="font-weight: 400;color: #121A26;line-height: 140%;">
69
+ Hi,<br/>
70
+ {{#if data.isMultiStoreSingleChecklist}}
71
+ Recurring flags has been detected across multiple {{data.subjectLabelPluralLower}} in recent <b>{{data.checklistName}}</b> on recent submissions, exceeding the configured threshold of {{data.threshold}} occurrences.
72
+ {{else if data.isMultiStore}}
73
+ Recurring flags has been detected across multiple {{data.subjectLabelPluralLower}} and across multiple checklists on recent submissions, exceeding the configured threshold of {{data.threshold}} occurrences.
74
+ {{else if data.isMultiChecklist}}
75
+ A Recurring flags has been identified for {{data.subjectLabelLower}} <b>{{data.subjectName}}</b> across multiple checklists on recent submissions, exceeding the configured threshold of {{data.threshold}} occurrences.
76
+ {{else}}
77
+ A recurring flag has been identified for {{data.subjectLabelLower}} <b>{{data.subjectName}}</b>.where a question has been flagged multiple times in recent {{data.checklistName}} submissions, exceeding the configured threshold of {{data.threshold}} occurrences.
78
+ {{/if}}
79
+ </span>
80
+ </div>
81
+ </td>
82
+ </tr>
83
+
84
+ {{!-- Multi-store: Key Highlights --}}
85
+ {{#if data.isMultiStore}}
86
+ <tr>
87
+ <td style="background-color: #ffffff;padding-left: 30px;padding-right: 24px;padding-bottom: 10px;">
88
+ <div class="highlight">
89
+ <b>Key Highlights:</b>
90
+ <ul style="margin:8px 0 0 0;padding-left:18px;">
91
+ <li>Total {{data.subjectLabelPlural}} with Recurring Flags: {{data.highlights.totalSubjects}}</li>
92
+ {{#unless data.isMultiStoreSingleChecklist}}
93
+ <li>Total Checklists with Recurring Flags: {{data.highlights.totalChecklists}}</li>
94
+ {{/unless}}
95
+ <li>Total Recurring Flags: {{data.highlights.totalFlags}}</li>
96
+ </ul>
97
+ </div>
98
+ </td>
99
+ </tr>
100
+ {{/if}}
101
+
102
+ {{!-- Section header for details --}}
103
+ <tr>
104
+ <td style="background-color: #ffffff;padding-left: 30px;padding-right: 24px;padding-bottom: 10px;">
105
+ <div style="font-size: 16px;line-height: 28px;color: #121A26;font-weight:600;">
106
+ {{#if data.isMultiStore}}
107
+ Details of the Recurring Flags are as follows:
108
+ {{else if data.isMultiChecklist}}
109
+ Details of the Recurring Flags from {{data.subjectLabel}} {{data.subjectName}} are as follows:
110
+ {{else}}
111
+ Details of the Recurring Flags from checklist are as follows:
112
+ {{/if}}
113
+ </div>
114
+ </td>
115
+ </tr>
116
+ </table>
117
+ </td>
118
+ </tr>
119
+
120
+ {{!-- ============ Single store + single checklist body ============ --}}
121
+ {{#unless data.isMultiChecklist}}{{#unless data.isMultiStore}}
122
+ <tr>
123
+ <td align="center" bgcolor="#dbe5ea" style="padding:0 10px 0 10px">
124
+ <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width: 680px;">
125
+ <tr bgcolor="#ffffff">
126
+ <td class="flagText" style="padding-left:30px;line-height: 24px;color:#000000">{{data.subjectLabel}} Name :</td>
127
+ <td></td><td></td>
128
+ <td class="flagText">{{data.subjectName}}</td>
129
+ </tr>
130
+ <tr bgcolor="#ffffff">
131
+ <td class="flagText" style="padding-left:30px;line-height: 24px;">Checklist Name :</td>
132
+ <td></td><td></td>
133
+ <td class="flagText">{{data.checklistName}}</td>
134
+ </tr>
135
+ <tr bgcolor="#ffffff">
136
+ <td class="flagText" style="padding-left:30px;line-height: 24px;">Last Submitted By :</td>
137
+ <td></td><td></td>
138
+ <td class="flagText">{{data.lastSubmittedBy}}</td>
139
+ </tr>
140
+ <tr bgcolor="#ffffff">
141
+ <td class="flagText" style="padding-left:30px;line-height: 24px;">Last Submission Date :</td>
142
+ <td></td><td></td>
143
+ <td class="flagText">{{data.lastSubmissionDate}}</td>
144
+ </tr>
145
+ <tr bgcolor="#ffffff">
146
+ <td class="flagText" style="padding-left:30px;line-height: 24px;">No of Flags :</td>
147
+ <td></td><td></td>
148
+ <td class="flagText">{{data.totalFlags}} (Question Flags: {{data.flagCount}}, Run AI Flags: {{data.runAICount}})</td>
149
+ </tr>
150
+ </table>
151
+ </td>
152
+ </tr>
153
+ {{/unless}}{{/unless}}
154
+
155
+ {{!-- ============ Tabular body for multi-checklist or multi-store ============ --}}
156
+ {{#if data.showTable}}
157
+ <tr>
158
+ <td align="center" bgcolor="#dbe5ea" style="padding:0 10px 0 10px">
159
+ <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width: 680px;">
160
+ <tr>
161
+ <td style="padding:10px 30px 10px 30px;background-color:#ffffff;">
162
+ <table class="rfTable">
163
+ <thead>
164
+ <tr>
165
+ {{#if data.isMultiStore}}{{#unless data.isUserCoverage}}<th>{{data.subjectLabel}} Name</th>{{/unless}}{{/if}}
166
+ {{#unless data.isMultiStoreSingleChecklist}}<th>Checklist Name</th>{{/unless}}
167
+ <th>Last Submitted By</th>
168
+ <th>Last Submission Date</th>
169
+ <th>Total Recurring Flags</th>
170
+ </tr>
171
+ </thead>
172
+ <tbody>
173
+ {{#each data.rows}}
174
+ <tr>
175
+ {{#if ../data.isMultiStore}}{{#unless ../data.isUserCoverage}}<td>{{this.subjectName}}</td>{{/unless}}{{/if}}
176
+ {{#unless ../data.isMultiStoreSingleChecklist}}<td>{{this.checklistName}}</td>{{/unless}}
177
+ <td>{{this.lastSubmittedBy}}</td>
178
+ <td>{{this.lastSubmissionDate}}</td>
179
+ <td>{{this.totalFlags}} (Question Flags: {{this.flagCount}}, Run AI Flags: {{this.runAICount}})</td>
180
+ </tr>
181
+ {{/each}}
182
+ </tbody>
183
+ </table>
184
+ </td>
185
+ </tr>
186
+ </table>
187
+ </td>
188
+ </tr>
189
+ {{/if}}
190
+
191
+ {{!-- View Flags button --}}
192
+ <tr>
193
+ <td align="center" bgcolor="#dbe5ea" style="padding:0 10px 0 10px">
194
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width: 680px;">
195
+ <tr>
196
+ <td bgcolor="#ffffff" style="padding: 20px;padding-top:15px;padding-left:30px;">
197
+ <table border="0" cellpadding="0" cellspacing="0">
198
+ <tr>
199
+ <td align="center" bgcolor="#00A3FF" style="border-radius: 6px;height:50px;">
200
+ <a href="{{data.domain}}" target="_blank"
201
+ style="display: inline-block; padding: 16px 36px;font-size: 16px; color: #ffffff; text-decoration: none; border-radius: 6px;">
202
+ View Flags
203
+ </a>
204
+ </td>
205
+ </tr>
206
+ </table>
207
+ </td>
208
+ </tr>
209
+ </table>
210
+ </td>
211
+ </tr>
212
+
213
+ {{!-- Attachment hint when full data exceeds inline limit --}}
214
+ {{#if data.hasAttachment}}
215
+ <tr>
216
+ <td align="center" bgcolor="#dbe5ea" style="padding:0 10px 0 10px">
217
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width: 680px;">
218
+ <tr>
219
+ <td bgcolor="#ffffff" style="padding:0 30px 15px 30px;font-size:13px;color:#202B3C;">
220
+ Refer to the attached file for a detailed breakdown of the Full report
221
+ </td>
222
+ </tr>
223
+ </table>
224
+ </td>
225
+ </tr>
226
+ {{/if}}
227
+
228
+ <tr>
229
+ <td align="center" bgcolor="#dbe5ea" style="padding:0 10px 32px 10px;">
230
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width: 680px;">
231
+ <tr>
232
+ <td style="background-color: #ffffff;padding-left: 30px;padding-right: 24px;padding-top:5px">
233
+ <div style="font-size: 12px;color: #202B3C;font-weight: 400;line-height: 150%;">
234
+ <p>If you have any questions or need assistance, please reach out to us at support@tangotech.co.in.</p>
235
+ </div>
236
+ </td>
237
+ </tr>
238
+ <tr>
239
+ <td style="background-color: #ffffff;padding-left: 30px;padding-right: 24px;padding-bottom:15px">
240
+ <div style="font-size: 12px;color: #202B3C;font-weight: 400;line-height: 150%;">
241
+ <p>© Tango Eye. All rights reserved.</p>
242
+ </div>
243
+ </td>
244
+ </tr>
245
+ </table>
246
+ </td>
247
+ </tr>
248
+ </table>
249
+ </body>
250
+ </html>
@@ -136,6 +136,10 @@
136
136
  .headertitle.submittedText {
137
137
  width:116px !important;
138
138
  }
139
+
140
+ .flagged {
141
+ color:red
142
+ }
139
143
  </style>
140
144
  </head>
141
145
 
@@ -224,7 +228,7 @@
224
228
  <div class="px-4 answer">
225
229
  {{#if (includes ../../../data.validateType ../answerType)}}
226
230
  {{#eq sopFlag true }}
227
- <span id="agreed" style="color:red">{{answer}}</span><br>
231
+ <span id="agreed flagged">{{answer}}</span><br>
228
232
  {{/eq}}
229
233
  {{#eq sopFlag false }}
230
234
  <span id="agreed">{{answer}}</span><br>
@@ -255,7 +259,7 @@
255
259
  <a href="{{validationAnswer}}" target="_blank" style="text-decoration: underline;color:#0085D2" id="agreed">{{validationAnswer}}</a><br>
256
260
  {{/eq}}
257
261
  {{#eq validationType 'Descriptive Answer'}}
258
- {{validationAnswer}}
262
+ <span class="{{#if this.sopFlag}}flagged{{/if}}">Validation Answer: {{validationAnswer}}</span>
259
263
  {{/eq}}
260
264
  {{#eq validationType 'Capture Multiple Image with description'}}
261
265
  <div class="Reference"><span>Uploaded Image</span><br>