@pithy-sh/email 0.1.0

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.
Files changed (64) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +17 -0
  3. package/package.json +55 -0
  4. package/pithy.manifest.json +73 -0
  5. package/src/analytics.ts +39 -0
  6. package/src/audit/actions.ts +48 -0
  7. package/src/bounce/classify.ts +103 -0
  8. package/src/bounce/handler.ts +136 -0
  9. package/src/capability.ts +385 -0
  10. package/src/cloudflare-test.d.ts +19 -0
  11. package/src/crypto/signingKey.ts +44 -0
  12. package/src/crypto/token.ts +148 -0
  13. package/src/data/emailEvent.ts +42 -0
  14. package/src/data/emailJob.ts +138 -0
  15. package/src/data/emailSuppression.ts +40 -0
  16. package/src/data/enums.ts +75 -0
  17. package/src/data/tables.ts +47 -0
  18. package/src/error/errors.ts +129 -0
  19. package/src/http/callbacks.ts +200 -0
  20. package/src/http/guards.ts +154 -0
  21. package/src/http/responses.ts +192 -0
  22. package/src/http/routes.ts +467 -0
  23. package/src/http/schemas.ts +203 -0
  24. package/src/http/view.ts +139 -0
  25. package/src/index.ts +73 -0
  26. package/src/jobs/read.ts +273 -0
  27. package/src/jobs/retry.ts +214 -0
  28. package/src/migrations/0001_init.ts +174 -0
  29. package/src/migrations/0001_suppressions.ts +40 -0
  30. package/src/provision/devDelivery.ts +47 -0
  31. package/src/provision/hostCatalogs.ts +107 -0
  32. package/src/provision/provisionEmail.ts +179 -0
  33. package/src/provision/resolveEmailConfig.ts +225 -0
  34. package/src/provision/settingsCheck.ts +212 -0
  35. package/src/send/batchIdentity.ts +47 -0
  36. package/src/send/enqueue.ts +391 -0
  37. package/src/send/errorMapping.ts +73 -0
  38. package/src/send/events.ts +34 -0
  39. package/src/send/fromComposition.ts +57 -0
  40. package/src/send/retryPolicy.ts +42 -0
  41. package/src/send/runSend.ts +320 -0
  42. package/src/send/sendAt.ts +77 -0
  43. package/src/send/sender.ts +44 -0
  44. package/src/send/senderBinding.ts +56 -0
  45. package/src/send/suppression.ts +194 -0
  46. package/src/templates/engine.ts +392 -0
  47. package/src/templates/messages.es.ts +109 -0
  48. package/src/templates/messages.ts +315 -0
  49. package/src/templates/partials.ts +88 -0
  50. package/src/templates/precompiled.generated.ts +1342 -0
  51. package/src/templates/registry.ts +550 -0
  52. package/src/templates/samples.ts +75 -0
  53. package/src/templates/severity.ts +102 -0
  54. package/src/templates/theme.ts +212 -0
  55. package/src/version.generated.ts +16 -0
  56. package/src/workflows/hostApp.ts +54 -0
  57. package/src/workflows/hostEnv.ts +219 -0
  58. package/src/workflows/instanceLiveness.ts +39 -0
  59. package/src/workflows/instances.ts +16 -0
  60. package/src/workflows/params.ts +35 -0
  61. package/src/workflows/scheduler.ts +220 -0
  62. package/src/workflows/sendBatch.ts +154 -0
  63. package/src/workflows/worker.ts +203 -0
  64. package/src/workflows/wrangler.jsonc +75 -0
@@ -0,0 +1,1342 @@
1
+ // SPDX-FileCopyrightText: 2026 Pithy
2
+ // SPDX-License-Identifier: MIT
3
+
4
+ // @ts-nocheck
5
+ // GENERATED by scripts/precompile.ts — do not edit by hand. Regenerate with `bun run precompile`.
6
+ // Handlebars template specs, precompiled so the Workers runtime never has to evaluate code at run time.
7
+
8
+ export const precompiledPartials = {
9
+ "emailHead": {"0":function(container,depth0,helpers,partials,data) {
10
+ var helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {
11
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
12
+ return parent[propertyName];
13
+ }
14
+ return undefined
15
+ };
16
+
17
+ return "<img src=\""
18
+ + container.escapeExpression(((helper = (helper = lookupProperty(helpers,"openPixelUrl") || (depth0 != null ? lookupProperty(depth0,"openPixelUrl") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{"name":"openPixelUrl","hash":{},"data":data,"loc":{"start":{"line":28,"column":30},"end":{"line":28,"column":46}}}) : helper)))
19
+ + "\" width=\"1\" height=\"1\" alt=\"\" style=\"position: absolute; left: 0; top: 0; max-width: 1px; max-height: 1px; opacity: 0; border: 0\">";
20
+ },"1":function(container,depth0,helpers,partials,data) {
21
+ var stack1, alias1=container.lambda, alias2=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {
22
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
23
+ return parent[propertyName];
24
+ }
25
+ return undefined
26
+ };
27
+
28
+ return "<img src=\""
29
+ + alias2(alias1(((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"logoUrl") : stack1), depth0))
30
+ + "\" width=\"150\" alt=\""
31
+ + alias2(alias1(((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"appName") : stack1), depth0))
32
+ + "\" class=\"logo-light\" style=\"max-width: 100%; vertical-align: middle; border: 0\">"
33
+ + ((stack1 = lookupProperty(helpers,"if").call(depth0 != null ? depth0 : (container.nullContext || {}),((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"logoDarkUrl") : stack1),{"name":"if","hash":{},"fn":container.program(2, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":33,"column":172},"end":{"line":33,"column":398}}})) != null ? stack1 : "");
34
+ },"2":function(container,depth0,helpers,partials,data) {
35
+ var stack1, alias1=container.lambda, alias2=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {
36
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
37
+ return parent[propertyName];
38
+ }
39
+ return undefined
40
+ };
41
+
42
+ return "<img src=\""
43
+ + alias2(alias1(((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"logoDarkUrl") : stack1), depth0))
44
+ + "\" width=\"150\" alt=\""
45
+ + alias2(alias1(((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"appName") : stack1), depth0))
46
+ + "\" class=\"logo-dark\" style=\"display: none; max-height: 0; overflow: hidden; max-width: 100%; vertical-align: middle; border: 0\">";
47
+ },"3":function(container,depth0,helpers,partials,data) {
48
+ var stack1, alias1=container.lambda, alias2=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {
49
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
50
+ return parent[propertyName];
51
+ }
52
+ return undefined
53
+ };
54
+
55
+ return "<span class=\"t-ink\" style=\"font-size: 22px; font-weight: 700; color: "
56
+ + alias2(alias1(((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"accent") : stack1), depth0))
57
+ + "\">"
58
+ + alias2(alias1(((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"appName") : stack1), depth0))
59
+ + "</span>";
60
+ },"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
61
+ var stack1, helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3="function", alias4=container.escapeExpression, alias5=container.lambda, lookupProperty = container.lookupProperty || function(parent, propertyName) {
62
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
63
+ return parent[propertyName];
64
+ }
65
+ return undefined
66
+ };
67
+
68
+ return "<!DOCTYPE html>\n<html lang=\""
69
+ + alias4(((helper = (helper = lookupProperty(helpers,"lang") || (depth0 != null ? lookupProperty(depth0,"lang") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"lang","hash":{},"data":data,"loc":{"start":{"line":2,"column":12},"end":{"line":2,"column":20}}}) : helper)))
70
+ + "\" dir=\""
71
+ + alias4(((helper = (helper = lookupProperty(helpers,"dir") || (depth0 != null ? lookupProperty(depth0,"dir") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"dir","hash":{},"data":data,"loc":{"start":{"line":2,"column":27},"end":{"line":2,"column":34}}}) : helper)))
72
+ + "\" xmlns:v=\"urn:schemas-microsoft-com:vml\">\n<head>\n<meta charset=\"utf-8\">\n<meta name=\"x-apple-disable-message-reformatting\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n<meta name=\"color-scheme\" content=\"light dark\">\n<meta name=\"supported-color-schemes\" content=\"light dark\">\n<style>\n .hover-underline:hover { text-decoration: underline !important }\n @media (prefers-color-scheme: dark) {\n .email-bg { background-color: "
73
+ + alias4(alias5(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"dark") : stack1)) != null ? lookupProperty(stack1,"background") : stack1), depth0))
74
+ + " !important; }\n .email-card { background-color: "
75
+ + alias4(alias5(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"dark") : stack1)) != null ? lookupProperty(stack1,"cardBackground") : stack1), depth0))
76
+ + " !important; box-shadow: none !important; }\n .t-ink { color: "
77
+ + alias4(alias5(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"dark") : stack1)) != null ? lookupProperty(stack1,"text") : stack1), depth0))
78
+ + " !important; }\n .t-muted { color: "
79
+ + alias4(alias5(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"dark") : stack1)) != null ? lookupProperty(stack1,"textMuted") : stack1), depth0))
80
+ + " !important; }\n .t-subtle { color: "
81
+ + alias4(alias5(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"dark") : stack1)) != null ? lookupProperty(stack1,"textSubtle") : stack1), depth0))
82
+ + " !important; }\n .sep { background-color: "
83
+ + alias4(alias5(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"dark") : stack1)) != null ? lookupProperty(stack1,"separator") : stack1), depth0))
84
+ + " !important; }\n .logo-light { display: none !important; }\n .logo-dark { display: inline-block !important; max-height: none !important; overflow: visible !important; }\n .sev-info { color: #98A2B3 !important; }\n .sev-warning { color: #FEC84B !important; }\n .sev-critical { color: #FDA29B !important; }\n }\n</style>\n</head>\n<body class=\"email-bg\" style=\"margin: 0; width: 100%; background-color: "
85
+ + alias4(alias5(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"light") : stack1)) != null ? lookupProperty(stack1,"background") : stack1), depth0))
86
+ + "; padding: 0; -webkit-font-smoothing: antialiased; word-break: break-word\">\n<div role=\"article\" aria-roledescription=\"email\" lang=\""
87
+ + alias4(((helper = (helper = lookupProperty(helpers,"lang") || (depth0 != null ? lookupProperty(depth0,"lang") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"lang","hash":{},"data":data,"loc":{"start":{"line":27,"column":55},"end":{"line":27,"column":63}}}) : helper)))
88
+ + "\" dir=\""
89
+ + alias4(((helper = (helper = lookupProperty(helpers,"dir") || (depth0 != null ? lookupProperty(depth0,"dir") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"dir","hash":{},"data":data,"loc":{"start":{"line":27,"column":70},"end":{"line":27,"column":77}}}) : helper)))
90
+ + "\">\n"
91
+ + ((stack1 = lookupProperty(helpers,"if").call(alias1,(depth0 != null ? lookupProperty(depth0,"openPixelUrl") : depth0),{"name":"if","hash":{},"fn":container.program(0, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":28,"column":0},"end":{"line":28,"column":183}}})) != null ? stack1 : "")
92
+ + "\n<div class=\"email-bg\" style=\"background-color: "
93
+ + alias4(alias5(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"light") : stack1)) != null ? lookupProperty(stack1,"background") : stack1), depth0))
94
+ + "; font-family: ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; padding: 0 16px\">\n <table align=\"center\" cellpadding=\"0\" cellspacing=\"0\" role=\"none\" style=\"width: "
95
+ + alias4(((helper = (helper = lookupProperty(helpers,"layoutWidth") || (depth0 != null ? lookupProperty(depth0,"layoutWidth") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"layoutWidth","hash":{},"data":data,"loc":{"start":{"line":30,"column":82},"end":{"line":30,"column":97}}}) : helper)))
96
+ + "px; max-width: "
97
+ + alias4(((helper = (helper = lookupProperty(helpers,"layoutWidth") || (depth0 != null ? lookupProperty(depth0,"layoutWidth") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"layoutWidth","hash":{},"data":data,"loc":{"start":{"line":30,"column":112},"end":{"line":30,"column":127}}}) : helper)))
98
+ + "px\">\n <tr><td>\n <div style=\"margin-top: 40px; margin-bottom: 32px; text-align: center\">\n "
99
+ + ((stack1 = lookupProperty(helpers,"if").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"logoUrl") : stack1),{"name":"if","hash":{},"fn":container.program(1, data, 0),"inverse":container.program(3, data, 0),"data":data,"loc":{"start":{"line":33,"column":8},"end":{"line":33,"column":524}}})) != null ? stack1 : "")
100
+ + "\n </div>\n <table style=\"width: 100%\" cellpadding=\"0\" cellspacing=\"0\" role=\"none\">\n <tr>\n <td class=\"email-card t-muted\" style=\"border-radius: 8px; background-color: "
101
+ + alias4(alias5(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"light") : stack1)) != null ? lookupProperty(stack1,"cardBackground") : stack1), depth0))
102
+ + "; padding: 44px; font-size: 16px; line-height: 26px; color: "
103
+ + alias4(alias5(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"light") : stack1)) != null ? lookupProperty(stack1,"textMuted") : stack1), depth0))
104
+ + "; box-shadow: 0 1px 2px 0 rgba(17,17,17,0.06); border-top: 3px solid "
105
+ + alias4(alias5(((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"accent") : stack1), depth0))
106
+ + "\">";
107
+ },"useData":true},
108
+ "emailFoot": {"0":function(container,depth0,helpers,partials,data,blockParams,depths) {
109
+ var stack1, lookupProperty = container.lookupProperty || function(parent, propertyName) {
110
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
111
+ return parent[propertyName];
112
+ }
113
+ return undefined
114
+ };
115
+
116
+ return "<p style=\"margin: 12px 0 0\">"
117
+ + ((stack1 = lookupProperty(helpers,"each").call(depth0 != null ? depth0 : (container.nullContext || {}),((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"links") : stack1),{"name":"each","hash":{},"fn":container.program(1, data, 0, blockParams, depths),"inverse":container.noop,"data":data,"loc":{"start":{"line":7,"column":66},"end":{"line":7,"column":266}}})) != null ? stack1 : "")
118
+ + "</p>";
119
+ },"1":function(container,depth0,helpers,partials,data,blockParams,depths) {
120
+ var stack1, helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3="function", alias4=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {
121
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
122
+ return parent[propertyName];
123
+ }
124
+ return undefined
125
+ };
126
+
127
+ return ((stack1 = lookupProperty(helpers,"unless").call(alias1,(data && lookupProperty(data,"first")),{"name":"unless","hash":{},"fn":container.program(2, data, 0, blockParams, depths),"inverse":container.noop,"data":data,"loc":{"start":{"line":7,"column":87},"end":{"line":7,"column":126}}})) != null ? stack1 : "")
128
+ + "<a href=\""
129
+ + alias4(((helper = (helper = lookupProperty(helpers,"href") || (depth0 != null ? lookupProperty(depth0,"href") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"href","hash":{},"data":data,"loc":{"start":{"line":7,"column":135},"end":{"line":7,"column":143}}}) : helper)))
130
+ + "\" class=\"hover-underline t-muted\" style=\"color: "
131
+ + alias4(container.lambda(((stack1 = ((stack1 = (depths[1] != null ? lookupProperty(depths[1],"theme") : depths[1])) != null ? lookupProperty(stack1,"light") : stack1)) != null ? lookupProperty(stack1,"textMuted") : stack1), depth0))
132
+ + "; text-decoration: none\">"
133
+ + alias4(((helper = (helper = lookupProperty(helpers,"label") || (depth0 != null ? lookupProperty(depth0,"label") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"label","hash":{},"data":data,"loc":{"start":{"line":7,"column":244},"end":{"line":7,"column":253}}}) : helper)))
134
+ + "</a>";
135
+ },"2":function(container,depth0,helpers,partials,data) {
136
+ return " &middot; ";
137
+ },"3":function(container,depth0,helpers,partials,data) {
138
+ var stack1, alias1=container.lambda, alias2=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {
139
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
140
+ return parent[propertyName];
141
+ }
142
+ return undefined
143
+ };
144
+
145
+ return "<p class=\"t-subtle\" style=\"margin: 14px 0 0; color: "
146
+ + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"light") : stack1)) != null ? lookupProperty(stack1,"textSubtle") : stack1), depth0))
147
+ + "\">"
148
+ + alias2(alias1(((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"footerAddress") : stack1), depth0))
149
+ + "</p>";
150
+ },"4":function(container,depth0,helpers,partials,data) {
151
+ var stack1, helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {
152
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
153
+ return parent[propertyName];
154
+ }
155
+ return undefined
156
+ };
157
+
158
+ return "<p style=\"margin: 12px 0 0\"><a href=\""
159
+ + alias3(((helper = (helper = lookupProperty(helpers,"unsubscribeUrl") || (depth0 != null ? lookupProperty(depth0,"unsubscribeUrl") : depth0)) != null ? helper : alias2),(typeof helper === "function" ? helper.call(alias1,{"name":"unsubscribeUrl","hash":{},"data":data,"loc":{"start":{"line":9,"column":71},"end":{"line":9,"column":89}}}) : helper)))
160
+ + "\" class=\"hover-underline t-subtle\" style=\"color: "
161
+ + alias3(container.lambda(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"light") : stack1)) != null ? lookupProperty(stack1,"textSubtle") : stack1), depth0))
162
+ + "; text-decoration: underline\">"
163
+ + alias3((lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||alias2).call(alias1,"email/shell.unsubscribe",{"name":"t","hash":{},"data":data,"loc":{"start":{"line":9,"column":194},"end":{"line":9,"column":225}}}))
164
+ + "</a></p>";
165
+ },"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data,blockParams,depths) {
166
+ var stack1, alias1=container.lambda, alias2=container.escapeExpression, alias3=depth0 != null ? depth0 : (container.nullContext || {}), lookupProperty = container.lookupProperty || function(parent, propertyName) {
167
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
168
+ return parent[propertyName];
169
+ }
170
+ return undefined
171
+ };
172
+
173
+ return "</td>\n </tr>\n <tr role=\"separator\"><td style=\"line-height: 40px\">&zwj;</td></tr>\n <tr>\n <td class=\"t-subtle\" style=\"padding: 0 24px; text-align: center; font-size: 12px; line-height: 18px; color: "
174
+ + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"light") : stack1)) != null ? lookupProperty(stack1,"textSubtle") : stack1), depth0))
175
+ + "\">\n <p class=\"t-subtle\" style=\"margin: 0; color: "
176
+ + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"light") : stack1)) != null ? lookupProperty(stack1,"textSubtle") : stack1), depth0))
177
+ + "\">"
178
+ + alias2(alias1(((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"appName") : stack1), depth0))
179
+ + "</p>\n "
180
+ + ((stack1 = lookupProperty(helpers,"if").call(alias3,((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"links") : stack1)) != null ? lookupProperty(stack1,"length") : stack1),{"name":"if","hash":{},"fn":container.program(0, data, 0, blockParams, depths),"inverse":container.noop,"data":data,"loc":{"start":{"line":7,"column":12},"end":{"line":7,"column":277}}})) != null ? stack1 : "")
181
+ + "\n "
182
+ + ((stack1 = lookupProperty(helpers,"if").call(alias3,((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"footerAddress") : stack1),{"name":"if","hash":{},"fn":container.program(3, data, 0, blockParams, depths),"inverse":container.noop,"data":data,"loc":{"start":{"line":8,"column":12},"end":{"line":8,"column":153}}})) != null ? stack1 : "")
183
+ + "\n "
184
+ + ((stack1 = lookupProperty(helpers,"if").call(alias3,(depth0 != null ? lookupProperty(depth0,"unsubscribeUrl") : depth0),{"name":"if","hash":{},"fn":container.program(4, data, 0, blockParams, depths),"inverse":container.noop,"data":data,"loc":{"start":{"line":9,"column":12},"end":{"line":9,"column":240}}})) != null ? stack1 : "")
185
+ + "\n </td>\n </tr>\n <tr role=\"separator\"><td style=\"line-height: 40px\">&zwj;</td></tr>\n </table>\n </td></tr>\n </table>\n</div>\n</div>\n</body>\n</html>";
186
+ },"useData":true,"useDepths":true},
187
+ };
188
+
189
+ export const precompiledTemplates = {
190
+ "magicLink:subject": {"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
191
+ var stack1, lookupProperty = container.lookupProperty || function(parent, propertyName) {
192
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
193
+ return parent[propertyName];
194
+ }
195
+ return undefined
196
+ };
197
+
198
+ return ((stack1 = (lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),"email/magic_link.subject",{"name":"t","hash":{},"data":data,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":32}}})) != null ? stack1 : "");
199
+ },"useData":true},
200
+ "magicLink:html": {"0":function(container,depth0,helpers,partials,data) {
201
+ var lookupProperty = container.lookupProperty || function(parent, propertyName) {
202
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
203
+ return parent[propertyName];
204
+ }
205
+ return undefined
206
+ };
207
+
208
+ return container.escapeExpression((lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),"email/shell.greeting_named",{"name":"t","hash":{"name":(depth0 != null ? lookupProperty(depth0,"name") : depth0)},"data":data,"loc":{"start":{"line":1,"column":218},"end":{"line":1,"column":262}}}));
209
+ },"1":function(container,depth0,helpers,partials,data) {
210
+ var lookupProperty = container.lookupProperty || function(parent, propertyName) {
211
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
212
+ return parent[propertyName];
213
+ }
214
+ return undefined
215
+ };
216
+
217
+ return container.escapeExpression((lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),"email/shell.greeting",{"name":"t","hash":{},"data":data,"loc":{"start":{"line":1,"column":270},"end":{"line":1,"column":298}}}));
218
+ },"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
219
+ var stack1, helper, alias1=container.lambda, alias2=container.escapeExpression, alias3=depth0 != null ? depth0 : (container.nullContext || {}), alias4=container.hooks.helperMissing, alias5="function", lookupProperty = container.lookupProperty || function(parent, propertyName) {
220
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
221
+ return parent[propertyName];
222
+ }
223
+ return undefined
224
+ };
225
+
226
+ return ((stack1 = container.invokePartial(lookupProperty(partials,"emailHead"),depth0,{"name":"emailHead","data":data,"helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "")
227
+ + "<h1 class=\"t-ink\" style=\"margin:0 0 16px; font-size:22px; font-weight:600; letter-spacing:-0.02em; color:"
228
+ + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"light") : stack1)) != null ? lookupProperty(stack1,"text") : stack1), depth0))
229
+ + "\">"
230
+ + alias2((lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||alias4).call(alias3,"email/magic_link.heading",{"name":"t","hash":{},"data":data,"loc":{"start":{"line":1,"column":142},"end":{"line":1,"column":174}}}))
231
+ + "</h1><p style=\"margin:0 0 16px\">"
232
+ + ((stack1 = lookupProperty(helpers,"if").call(alias3,(depth0 != null ? lookupProperty(depth0,"name") : depth0),{"name":"if","hash":{},"fn":container.program(0, data, 0),"inverse":container.program(1, data, 0),"data":data,"loc":{"start":{"line":1,"column":206},"end":{"line":1,"column":305}}})) != null ? stack1 : "")
233
+ + " "
234
+ + alias2((lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||alias4).call(alias3,"email/magic_link.instruction",{"name":"t","hash":{},"data":data,"loc":{"start":{"line":1,"column":306},"end":{"line":1,"column":342}}}))
235
+ + " "
236
+ + alias2((lookupProperty(helpers,"tn")||(depth0 && lookupProperty(depth0,"tn"))||alias4).call(alias3,"email/magic_link.expiry",{"name":"tn","hash":{"count":(depth0 != null ? lookupProperty(depth0,"expiresMinutes") : depth0)},"data":data,"loc":{"start":{"line":1,"column":343},"end":{"line":1,"column":396}}}))
237
+ + "</p><!--[if mso]><v:roundrect xmlns:v=\"urn:schemas-microsoft-com:vml\" xmlns:w=\"urn:schemas-microsoft-com:office:word\" href=\""
238
+ + alias2(((helper = (helper = lookupProperty(helpers,"url") || (depth0 != null ? lookupProperty(depth0,"url") : depth0)) != null ? helper : alias4),(typeof helper === alias5 ? helper.call(alias3,{"name":"url","hash":{},"data":data,"loc":{"start":{"line":1,"column":520},"end":{"line":1,"column":527}}}) : helper)))
239
+ + "\" style=\"height:44px;v-text-anchor:middle;width:220px;\" arcsize=\"16%\" fillcolor=\""
240
+ + alias2(alias1(((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"accent") : stack1), depth0))
241
+ + "\" stroke=\"f\"><w:anchorlock/><center style=\"color:#111111;font-family:sans-serif;font-size:14px;font-weight:600;\">"
242
+ + alias2((lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||alias4).call(alias3,"email/magic_link.cta",{"name":"t","hash":{},"data":data,"loc":{"start":{"line":1,"column":737},"end":{"line":1,"column":765}}}))
243
+ + "</center></v:roundrect><![endif]--><!--[if !mso]><!--><a href=\""
244
+ + alias2(((helper = (helper = lookupProperty(helpers,"url") || (depth0 != null ? lookupProperty(depth0,"url") : depth0)) != null ? helper : alias4),(typeof helper === alias5 ? helper.call(alias3,{"name":"url","hash":{},"data":data,"loc":{"start":{"line":1,"column":828},"end":{"line":1,"column":835}}}) : helper)))
245
+ + "\" style=\"display:inline-block; margin:24px 0; background-color:"
246
+ + alias2(alias1(((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"accent") : stack1), depth0))
247
+ + "; color:#111111; font-size:14px; font-weight:600; text-decoration:none; padding:13px 26px; border-radius:8px\">"
248
+ + alias2((lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||alias4).call(alias3,"email/magic_link.cta",{"name":"t","hash":{},"data":data,"loc":{"start":{"line":1,"column":1024},"end":{"line":1,"column":1052}}}))
249
+ + "</a><!--<![endif]--><p class=\"t-subtle\" style=\"margin:16px 0 0; font-size:13px; color:"
250
+ + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"light") : stack1)) != null ? lookupProperty(stack1,"textSubtle") : stack1), depth0))
251
+ + "\">"
252
+ + alias2((lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||alias4).call(alias3,"email/magic_link.ignore",{"name":"t","hash":{},"data":data,"loc":{"start":{"line":1,"column":1166},"end":{"line":1,"column":1197}}}))
253
+ + "</p>"
254
+ + ((stack1 = container.invokePartial(lookupProperty(partials,"emailFoot"),depth0,{"name":"emailFoot","data":data,"helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "");
255
+ },"usePartial":true,"useData":true},
256
+ "magicLink:text": {"0":function(container,depth0,helpers,partials,data) {
257
+ var stack1, lookupProperty = container.lookupProperty || function(parent, propertyName) {
258
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
259
+ return parent[propertyName];
260
+ }
261
+ return undefined
262
+ };
263
+
264
+ return ((stack1 = (lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),"email/shell.greeting_named",{"name":"t","hash":{"name":(depth0 != null ? lookupProperty(depth0,"name") : depth0)},"data":data,"loc":{"start":{"line":1,"column":12},"end":{"line":1,"column":56}}})) != null ? stack1 : "");
265
+ },"1":function(container,depth0,helpers,partials,data) {
266
+ var stack1, lookupProperty = container.lookupProperty || function(parent, propertyName) {
267
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
268
+ return parent[propertyName];
269
+ }
270
+ return undefined
271
+ };
272
+
273
+ return ((stack1 = (lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),"email/shell.greeting",{"name":"t","hash":{},"data":data,"loc":{"start":{"line":1,"column":64},"end":{"line":1,"column":92}}})) != null ? stack1 : "");
274
+ },"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
275
+ var stack1, helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, lookupProperty = container.lookupProperty || function(parent, propertyName) {
276
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
277
+ return parent[propertyName];
278
+ }
279
+ return undefined
280
+ };
281
+
282
+ return ((stack1 = lookupProperty(helpers,"if").call(alias1,(depth0 != null ? lookupProperty(depth0,"name") : depth0),{"name":"if","hash":{},"fn":container.program(0, data, 0),"inverse":container.program(1, data, 0),"data":data,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":99}}})) != null ? stack1 : "")
283
+ + "\n\n"
284
+ + ((stack1 = (lookupProperty(helpers,"tn")||(depth0 && lookupProperty(depth0,"tn"))||alias2).call(alias1,"email/magic_link.text_instruction",{"name":"tn","hash":{"count":(depth0 != null ? lookupProperty(depth0,"expiresMinutes") : depth0)},"data":data,"loc":{"start":{"line":3,"column":0},"end":{"line":3,"column":63}}})) != null ? stack1 : "")
285
+ + "\n"
286
+ + ((stack1 = ((helper = (helper = lookupProperty(helpers,"url") || (depth0 != null ? lookupProperty(depth0,"url") : depth0)) != null ? helper : alias2),(typeof helper === "function" ? helper.call(alias1,{"name":"url","hash":{},"data":data,"loc":{"start":{"line":4,"column":0},"end":{"line":4,"column":7}}}) : helper))) != null ? stack1 : "")
287
+ + "\n\n"
288
+ + ((stack1 = (lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||alias2).call(alias1,"email/magic_link.text_ignore",{"name":"t","hash":{},"data":data,"loc":{"start":{"line":6,"column":0},"end":{"line":6,"column":36}}})) != null ? stack1 : "");
289
+ },"useData":true},
290
+ "otp:subject": {"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
291
+ var stack1, lookupProperty = container.lookupProperty || function(parent, propertyName) {
292
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
293
+ return parent[propertyName];
294
+ }
295
+ return undefined
296
+ };
297
+
298
+ return ((stack1 = (lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),"email/otp.subject",{"name":"t","hash":{},"data":data,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":25}}})) != null ? stack1 : "");
299
+ },"useData":true},
300
+ "otp:html": {"0":function(container,depth0,helpers,partials,data) {
301
+ var lookupProperty = container.lookupProperty || function(parent, propertyName) {
302
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
303
+ return parent[propertyName];
304
+ }
305
+ return undefined
306
+ };
307
+
308
+ return container.escapeExpression((lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),"email/shell.greeting_named",{"name":"t","hash":{"name":(depth0 != null ? lookupProperty(depth0,"name") : depth0)},"data":data,"loc":{"start":{"line":1,"column":211},"end":{"line":1,"column":255}}}));
309
+ },"1":function(container,depth0,helpers,partials,data) {
310
+ var lookupProperty = container.lookupProperty || function(parent, propertyName) {
311
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
312
+ return parent[propertyName];
313
+ }
314
+ return undefined
315
+ };
316
+
317
+ return container.escapeExpression((lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),"email/shell.greeting",{"name":"t","hash":{},"data":data,"loc":{"start":{"line":1,"column":263},"end":{"line":1,"column":291}}}));
318
+ },"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
319
+ var stack1, helper, alias1=container.lambda, alias2=container.escapeExpression, alias3=depth0 != null ? depth0 : (container.nullContext || {}), alias4=container.hooks.helperMissing, lookupProperty = container.lookupProperty || function(parent, propertyName) {
320
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
321
+ return parent[propertyName];
322
+ }
323
+ return undefined
324
+ };
325
+
326
+ return ((stack1 = container.invokePartial(lookupProperty(partials,"emailHead"),depth0,{"name":"emailHead","data":data,"helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "")
327
+ + "<h1 class=\"t-ink\" style=\"margin:0 0 16px; font-size:22px; font-weight:600; letter-spacing:-0.02em; color:"
328
+ + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"light") : stack1)) != null ? lookupProperty(stack1,"text") : stack1), depth0))
329
+ + "\">"
330
+ + alias2((lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||alias4).call(alias3,"email/otp.heading",{"name":"t","hash":{},"data":data,"loc":{"start":{"line":1,"column":142},"end":{"line":1,"column":167}}}))
331
+ + "</h1><p style=\"margin:0 0 12px\">"
332
+ + ((stack1 = lookupProperty(helpers,"if").call(alias3,(depth0 != null ? lookupProperty(depth0,"name") : depth0),{"name":"if","hash":{},"fn":container.program(0, data, 0),"inverse":container.program(1, data, 0),"data":data,"loc":{"start":{"line":1,"column":199},"end":{"line":1,"column":298}}})) != null ? stack1 : "")
333
+ + " "
334
+ + alias2((lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||alias4).call(alias3,"email/otp.lead",{"name":"t","hash":{},"data":data,"loc":{"start":{"line":1,"column":299},"end":{"line":1,"column":321}}}))
335
+ + "</p><p class=\"t-ink\" style=\"font-size:32px; font-weight:700; letter-spacing:6px; color:"
336
+ + alias2(alias1(((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"accent") : stack1), depth0))
337
+ + "; margin:16px 0\">"
338
+ + alias2(((helper = (helper = lookupProperty(helpers,"code") || (depth0 != null ? lookupProperty(depth0,"code") : depth0)) != null ? helper : alias4),(typeof helper === "function" ? helper.call(alias3,{"name":"code","hash":{},"data":data,"loc":{"start":{"line":1,"column":441},"end":{"line":1,"column":449}}}) : helper)))
339
+ + "</p><p style=\"margin:0\">"
340
+ + alias2((lookupProperty(helpers,"tn")||(depth0 && lookupProperty(depth0,"tn"))||alias4).call(alias3,"email/otp.expiry",{"name":"tn","hash":{"count":(depth0 != null ? lookupProperty(depth0,"expiresMinutes") : depth0)},"data":data,"loc":{"start":{"line":1,"column":473},"end":{"line":1,"column":519}}}))
341
+ + "</p>"
342
+ + ((stack1 = container.invokePartial(lookupProperty(partials,"emailFoot"),depth0,{"name":"emailFoot","data":data,"helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "");
343
+ },"usePartial":true,"useData":true},
344
+ "otp:text": {"0":function(container,depth0,helpers,partials,data) {
345
+ var stack1, lookupProperty = container.lookupProperty || function(parent, propertyName) {
346
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
347
+ return parent[propertyName];
348
+ }
349
+ return undefined
350
+ };
351
+
352
+ return ((stack1 = (lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),"email/shell.greeting_named",{"name":"t","hash":{"name":(depth0 != null ? lookupProperty(depth0,"name") : depth0)},"data":data,"loc":{"start":{"line":1,"column":12},"end":{"line":1,"column":56}}})) != null ? stack1 : "");
353
+ },"1":function(container,depth0,helpers,partials,data) {
354
+ var stack1, lookupProperty = container.lookupProperty || function(parent, propertyName) {
355
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
356
+ return parent[propertyName];
357
+ }
358
+ return undefined
359
+ };
360
+
361
+ return ((stack1 = (lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),"email/shell.greeting",{"name":"t","hash":{},"data":data,"loc":{"start":{"line":1,"column":64},"end":{"line":1,"column":92}}})) != null ? stack1 : "");
362
+ },"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
363
+ var stack1, alias1=depth0 != null ? depth0 : (container.nullContext || {}), lookupProperty = container.lookupProperty || function(parent, propertyName) {
364
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
365
+ return parent[propertyName];
366
+ }
367
+ return undefined
368
+ };
369
+
370
+ return ((stack1 = lookupProperty(helpers,"if").call(alias1,(depth0 != null ? lookupProperty(depth0,"name") : depth0),{"name":"if","hash":{},"fn":container.program(0, data, 0),"inverse":container.program(1, data, 0),"data":data,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":99}}})) != null ? stack1 : "")
371
+ + "\n\n"
372
+ + ((stack1 = (lookupProperty(helpers,"tn")||(depth0 && lookupProperty(depth0,"tn"))||container.hooks.helperMissing).call(alias1,"email/otp.text_body",{"name":"tn","hash":{"code":(depth0 != null ? lookupProperty(depth0,"code") : depth0),"count":(depth0 != null ? lookupProperty(depth0,"expiresMinutes") : depth0)},"data":data,"loc":{"start":{"line":3,"column":0},"end":{"line":3,"column":59}}})) != null ? stack1 : "");
373
+ },"useData":true},
374
+ "welcome:subject": {"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
375
+ var stack1, lookupProperty = container.lookupProperty || function(parent, propertyName) {
376
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
377
+ return parent[propertyName];
378
+ }
379
+ return undefined
380
+ };
381
+
382
+ return ((stack1 = (lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),"email/welcome.subject",{"name":"t","hash":{"app":((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"appName") : stack1)},"data":data,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":47}}})) != null ? stack1 : "");
383
+ },"useData":true},
384
+ "welcome:html": {"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
385
+ var stack1, helper, alias1=container.lambda, alias2=container.escapeExpression, alias3=depth0 != null ? depth0 : (container.nullContext || {}), alias4=container.hooks.helperMissing, alias5="function", lookupProperty = container.lookupProperty || function(parent, propertyName) {
386
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
387
+ return parent[propertyName];
388
+ }
389
+ return undefined
390
+ };
391
+
392
+ return ((stack1 = container.invokePartial(lookupProperty(partials,"emailHead"),depth0,{"name":"emailHead","data":data,"helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "")
393
+ + "<h1 class=\"t-ink\" style=\"margin:0 0 16px; font-size:22px; font-weight:600; letter-spacing:-0.02em; color:"
394
+ + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"light") : stack1)) != null ? lookupProperty(stack1,"text") : stack1), depth0))
395
+ + "\">"
396
+ + alias2((lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||alias4).call(alias3,"email/welcome.heading",{"name":"t","hash":{"app":((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"appName") : stack1)},"data":data,"loc":{"start":{"line":1,"column":142},"end":{"line":1,"column":189}}}))
397
+ + "</h1><p style=\"margin:0 0 8px\">"
398
+ + alias2((lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||alias4).call(alias3,"email/welcome.body",{"name":"t","hash":{"app":((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"appName") : stack1),"name":(depth0 != null ? lookupProperty(depth0,"name") : depth0)},"data":data,"loc":{"start":{"line":1,"column":220},"end":{"line":1,"column":274}}}))
399
+ + "</p><!--[if mso]><v:roundrect xmlns:v=\"urn:schemas-microsoft-com:vml\" xmlns:w=\"urn:schemas-microsoft-com:office:word\" href=\""
400
+ + alias2(((helper = (helper = lookupProperty(helpers,"ctaUrl") || (depth0 != null ? lookupProperty(depth0,"ctaUrl") : depth0)) != null ? helper : alias4),(typeof helper === alias5 ? helper.call(alias3,{"name":"ctaUrl","hash":{},"data":data,"loc":{"start":{"line":1,"column":398},"end":{"line":1,"column":408}}}) : helper)))
401
+ + "\" style=\"height:44px;v-text-anchor:middle;width:220px;\" arcsize=\"16%\" fillcolor=\""
402
+ + alias2(alias1(((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"accent") : stack1), depth0))
403
+ + "\" stroke=\"f\"><w:anchorlock/><center style=\"color:#111111;font-family:sans-serif;font-size:14px;font-weight:600;\">"
404
+ + alias2(((helper = (helper = lookupProperty(helpers,"ctaLabel") || (depth0 != null ? lookupProperty(depth0,"ctaLabel") : depth0)) != null ? helper : alias4),(typeof helper === alias5 ? helper.call(alias3,{"name":"ctaLabel","hash":{},"data":data,"loc":{"start":{"line":1,"column":618},"end":{"line":1,"column":630}}}) : helper)))
405
+ + "</center></v:roundrect><![endif]--><!--[if !mso]><!--><a href=\""
406
+ + alias2(((helper = (helper = lookupProperty(helpers,"ctaUrl") || (depth0 != null ? lookupProperty(depth0,"ctaUrl") : depth0)) != null ? helper : alias4),(typeof helper === alias5 ? helper.call(alias3,{"name":"ctaUrl","hash":{},"data":data,"loc":{"start":{"line":1,"column":693},"end":{"line":1,"column":703}}}) : helper)))
407
+ + "\" style=\"display:inline-block; margin:24px 0; background-color:"
408
+ + alias2(alias1(((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"accent") : stack1), depth0))
409
+ + "; color:#111111; font-size:14px; font-weight:600; text-decoration:none; padding:13px 26px; border-radius:8px\">"
410
+ + alias2(((helper = (helper = lookupProperty(helpers,"ctaLabel") || (depth0 != null ? lookupProperty(depth0,"ctaLabel") : depth0)) != null ? helper : alias4),(typeof helper === alias5 ? helper.call(alias3,{"name":"ctaLabel","hash":{},"data":data,"loc":{"start":{"line":1,"column":892},"end":{"line":1,"column":904}}}) : helper)))
411
+ + "</a><!--<![endif]-->"
412
+ + ((stack1 = container.invokePartial(lookupProperty(partials,"emailFoot"),depth0,{"name":"emailFoot","data":data,"helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "");
413
+ },"usePartial":true,"useData":true},
414
+ "welcome:text": {"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
415
+ var stack1, helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3="function", lookupProperty = container.lookupProperty || function(parent, propertyName) {
416
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
417
+ return parent[propertyName];
418
+ }
419
+ return undefined
420
+ };
421
+
422
+ return ((stack1 = (lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||alias2).call(alias1,"email/shell.greeting_named",{"name":"t","hash":{"name":(depth0 != null ? lookupProperty(depth0,"name") : depth0)},"data":data,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":44}}})) != null ? stack1 : "")
423
+ + "\n\n"
424
+ + ((stack1 = (lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||alias2).call(alias1,"email/welcome.text_body",{"name":"t","hash":{"app":((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"appName") : stack1)},"data":data,"loc":{"start":{"line":3,"column":0},"end":{"line":3,"column":49}}})) != null ? stack1 : "")
425
+ + "\n\n"
426
+ + ((stack1 = ((helper = (helper = lookupProperty(helpers,"ctaLabel") || (depth0 != null ? lookupProperty(depth0,"ctaLabel") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"ctaLabel","hash":{},"data":data,"loc":{"start":{"line":5,"column":0},"end":{"line":5,"column":12}}}) : helper))) != null ? stack1 : "")
427
+ + ": "
428
+ + ((stack1 = ((helper = (helper = lookupProperty(helpers,"ctaUrl") || (depth0 != null ? lookupProperty(depth0,"ctaUrl") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"ctaUrl","hash":{},"data":data,"loc":{"start":{"line":5,"column":14},"end":{"line":5,"column":24}}}) : helper))) != null ? stack1 : "");
429
+ },"useData":true},
430
+ "securityAlert:subject": {"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
431
+ var stack1, lookupProperty = container.lookupProperty || function(parent, propertyName) {
432
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
433
+ return parent[propertyName];
434
+ }
435
+ return undefined
436
+ };
437
+
438
+ return ((stack1 = (lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),"email/security_alert.subject",{"name":"t","hash":{"event":(depth0 != null ? lookupProperty(depth0,"event") : depth0)},"data":data,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":48}}})) != null ? stack1 : "");
439
+ },"useData":true},
440
+ "securityAlert:html": {"0":function(container,depth0,helpers,partials,data) {
441
+ var lookupProperty = container.lookupProperty || function(parent, propertyName) {
442
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
443
+ return parent[propertyName];
444
+ }
445
+ return undefined
446
+ };
447
+
448
+ return container.escapeExpression((lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),"email/shell.greeting_named",{"name":"t","hash":{"name":(depth0 != null ? lookupProperty(depth0,"name") : depth0)},"data":data,"loc":{"start":{"line":1,"column":221},"end":{"line":1,"column":265}}}));
449
+ },"1":function(container,depth0,helpers,partials,data) {
450
+ var lookupProperty = container.lookupProperty || function(parent, propertyName) {
451
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
452
+ return parent[propertyName];
453
+ }
454
+ return undefined
455
+ };
456
+
457
+ return container.escapeExpression((lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),"email/shell.greeting",{"name":"t","hash":{},"data":data,"loc":{"start":{"line":1,"column":273},"end":{"line":1,"column":301}}}));
458
+ },"2":function(container,depth0,helpers,partials,data) {
459
+ var lookupProperty = container.lookupProperty || function(parent, propertyName) {
460
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
461
+ return parent[propertyName];
462
+ }
463
+ return undefined
464
+ };
465
+
466
+ return " "
467
+ + container.escapeExpression((lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),"email/security_alert.ip",{"name":"t","hash":{"ip":(depth0 != null ? lookupProperty(depth0,"ipAddress") : depth0)},"data":data,"loc":{"start":{"line":1,"column":382},"end":{"line":1,"column":426}}}));
468
+ },"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
469
+ var stack1, helper, alias1=container.lambda, alias2=container.escapeExpression, alias3=depth0 != null ? depth0 : (container.nullContext || {}), alias4=container.hooks.helperMissing, alias5="function", lookupProperty = container.lookupProperty || function(parent, propertyName) {
470
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
471
+ return parent[propertyName];
472
+ }
473
+ return undefined
474
+ };
475
+
476
+ return ((stack1 = container.invokePartial(lookupProperty(partials,"emailHead"),depth0,{"name":"emailHead","data":data,"helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "")
477
+ + "<h1 class=\"t-ink\" style=\"margin:0 0 16px; font-size:22px; font-weight:600; letter-spacing:-0.02em; color:"
478
+ + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"light") : stack1)) != null ? lookupProperty(stack1,"text") : stack1), depth0))
479
+ + "\">"
480
+ + alias2((lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||alias4).call(alias3,"email/security_alert.heading",{"name":"t","hash":{},"data":data,"loc":{"start":{"line":1,"column":142},"end":{"line":1,"column":178}}}))
481
+ + "</h1><p style=\"margin:0 0 8px\">"
482
+ + ((stack1 = lookupProperty(helpers,"if").call(alias3,(depth0 != null ? lookupProperty(depth0,"name") : depth0),{"name":"if","hash":{},"fn":container.program(0, data, 0),"inverse":container.program(1, data, 0),"data":data,"loc":{"start":{"line":1,"column":209},"end":{"line":1,"column":308}}})) != null ? stack1 : "")
483
+ + " "
484
+ + alias2((lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||alias4).call(alias3,"email/security_alert.body",{"name":"t","hash":{"when":(depth0 != null ? lookupProperty(depth0,"when") : depth0),"event":(depth0 != null ? lookupProperty(depth0,"event") : depth0)},"data":data,"loc":{"start":{"line":1,"column":309},"end":{"line":1,"column":364}}}))
485
+ + ((stack1 = lookupProperty(helpers,"if").call(alias3,(depth0 != null ? lookupProperty(depth0,"ipAddress") : depth0),{"name":"if","hash":{},"fn":container.program(2, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":1,"column":364},"end":{"line":1,"column":433}}})) != null ? stack1 : "")
486
+ + "</p><p style=\"margin:0 0 8px\">"
487
+ + alias2((lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||alias4).call(alias3,"email/security_alert.reassure",{"name":"t","hash":{},"data":data,"loc":{"start":{"line":1,"column":463},"end":{"line":1,"column":500}}}))
488
+ + "</p><!--[if mso]><v:roundrect xmlns:v=\"urn:schemas-microsoft-com:vml\" xmlns:w=\"urn:schemas-microsoft-com:office:word\" href=\""
489
+ + alias2(((helper = (helper = lookupProperty(helpers,"actionUrl") || (depth0 != null ? lookupProperty(depth0,"actionUrl") : depth0)) != null ? helper : alias4),(typeof helper === alias5 ? helper.call(alias3,{"name":"actionUrl","hash":{},"data":data,"loc":{"start":{"line":1,"column":624},"end":{"line":1,"column":637}}}) : helper)))
490
+ + "\" style=\"height:44px;v-text-anchor:middle;width:220px;\" arcsize=\"16%\" fillcolor=\""
491
+ + alias2(alias1(((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"accent") : stack1), depth0))
492
+ + "\" stroke=\"f\"><w:anchorlock/><center style=\"color:#111111;font-family:sans-serif;font-size:14px;font-weight:600;\">"
493
+ + alias2((lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||alias4).call(alias3,"email/security_alert.cta",{"name":"t","hash":{},"data":data,"loc":{"start":{"line":1,"column":847},"end":{"line":1,"column":879}}}))
494
+ + "</center></v:roundrect><![endif]--><!--[if !mso]><!--><a href=\""
495
+ + alias2(((helper = (helper = lookupProperty(helpers,"actionUrl") || (depth0 != null ? lookupProperty(depth0,"actionUrl") : depth0)) != null ? helper : alias4),(typeof helper === alias5 ? helper.call(alias3,{"name":"actionUrl","hash":{},"data":data,"loc":{"start":{"line":1,"column":942},"end":{"line":1,"column":955}}}) : helper)))
496
+ + "\" style=\"display:inline-block; margin:24px 0; background-color:"
497
+ + alias2(alias1(((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"accent") : stack1), depth0))
498
+ + "; color:#111111; font-size:14px; font-weight:600; text-decoration:none; padding:13px 26px; border-radius:8px\">"
499
+ + alias2((lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||alias4).call(alias3,"email/security_alert.cta",{"name":"t","hash":{},"data":data,"loc":{"start":{"line":1,"column":1144},"end":{"line":1,"column":1176}}}))
500
+ + "</a><!--<![endif]-->"
501
+ + ((stack1 = container.invokePartial(lookupProperty(partials,"emailFoot"),depth0,{"name":"emailFoot","data":data,"helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "");
502
+ },"usePartial":true,"useData":true},
503
+ "securityAlert:text": {"0":function(container,depth0,helpers,partials,data) {
504
+ var stack1, lookupProperty = container.lookupProperty || function(parent, propertyName) {
505
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
506
+ return parent[propertyName];
507
+ }
508
+ return undefined
509
+ };
510
+
511
+ return ((stack1 = (lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),"email/shell.greeting_named",{"name":"t","hash":{"name":(depth0 != null ? lookupProperty(depth0,"name") : depth0)},"data":data,"loc":{"start":{"line":1,"column":12},"end":{"line":1,"column":56}}})) != null ? stack1 : "");
512
+ },"1":function(container,depth0,helpers,partials,data) {
513
+ var stack1, lookupProperty = container.lookupProperty || function(parent, propertyName) {
514
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
515
+ return parent[propertyName];
516
+ }
517
+ return undefined
518
+ };
519
+
520
+ return ((stack1 = (lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),"email/shell.greeting",{"name":"t","hash":{},"data":data,"loc":{"start":{"line":1,"column":64},"end":{"line":1,"column":92}}})) != null ? stack1 : "");
521
+ },"2":function(container,depth0,helpers,partials,data) {
522
+ var stack1, lookupProperty = container.lookupProperty || function(parent, propertyName) {
523
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
524
+ return parent[propertyName];
525
+ }
526
+ return undefined
527
+ };
528
+
529
+ return " "
530
+ + ((stack1 = (lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),"email/security_alert.text_ip",{"name":"t","hash":{"ip":(depth0 != null ? lookupProperty(depth0,"ipAddress") : depth0)},"data":data,"loc":{"start":{"line":3,"column":73},"end":{"line":3,"column":122}}})) != null ? stack1 : "");
531
+ },"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
532
+ var stack1, helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, lookupProperty = container.lookupProperty || function(parent, propertyName) {
533
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
534
+ return parent[propertyName];
535
+ }
536
+ return undefined
537
+ };
538
+
539
+ return ((stack1 = lookupProperty(helpers,"if").call(alias1,(depth0 != null ? lookupProperty(depth0,"name") : depth0),{"name":"if","hash":{},"fn":container.program(0, data, 0),"inverse":container.program(1, data, 0),"data":data,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":99}}})) != null ? stack1 : "")
540
+ + "\n\n"
541
+ + ((stack1 = (lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||alias2).call(alias1,"email/security_alert.body",{"name":"t","hash":{"when":(depth0 != null ? lookupProperty(depth0,"when") : depth0),"event":(depth0 != null ? lookupProperty(depth0,"event") : depth0)},"data":data,"loc":{"start":{"line":3,"column":0},"end":{"line":3,"column":55}}})) != null ? stack1 : "")
542
+ + ((stack1 = lookupProperty(helpers,"if").call(alias1,(depth0 != null ? lookupProperty(depth0,"ipAddress") : depth0),{"name":"if","hash":{},"fn":container.program(2, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":3,"column":55},"end":{"line":3,"column":129}}})) != null ? stack1 : "")
543
+ + "\n\n"
544
+ + ((stack1 = (lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||alias2).call(alias1,"email/security_alert.text_action",{"name":"t","hash":{},"data":data,"loc":{"start":{"line":5,"column":0},"end":{"line":5,"column":40}}})) != null ? stack1 : "")
545
+ + " "
546
+ + ((stack1 = ((helper = (helper = lookupProperty(helpers,"actionUrl") || (depth0 != null ? lookupProperty(depth0,"actionUrl") : depth0)) != null ? helper : alias2),(typeof helper === "function" ? helper.call(alias1,{"name":"actionUrl","hash":{},"data":data,"loc":{"start":{"line":5,"column":41},"end":{"line":5,"column":54}}}) : helper))) != null ? stack1 : "");
547
+ },"useData":true},
548
+ "invite:subject": {"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
549
+ var stack1, lookupProperty = container.lookupProperty || function(parent, propertyName) {
550
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
551
+ return parent[propertyName];
552
+ }
553
+ return undefined
554
+ };
555
+
556
+ return ((stack1 = (lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),"email/invite.subject",{"name":"t","hash":{"organization":(depth0 != null ? lookupProperty(depth0,"organizationName") : depth0),"inviter":(depth0 != null ? lookupProperty(depth0,"inviterName") : depth0)},"data":data,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":78}}})) != null ? stack1 : "");
557
+ },"useData":true},
558
+ "invite:html": {"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
559
+ var stack1, helper, alias1=container.lambda, alias2=container.escapeExpression, alias3=depth0 != null ? depth0 : (container.nullContext || {}), alias4=container.hooks.helperMissing, alias5="function", lookupProperty = container.lookupProperty || function(parent, propertyName) {
560
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
561
+ return parent[propertyName];
562
+ }
563
+ return undefined
564
+ };
565
+
566
+ return ((stack1 = container.invokePartial(lookupProperty(partials,"emailHead"),depth0,{"name":"emailHead","data":data,"helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "")
567
+ + "<h1 class=\"t-ink\" style=\"margin:0 0 16px; font-size:22px; font-weight:600; letter-spacing:-0.02em; color:"
568
+ + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"light") : stack1)) != null ? lookupProperty(stack1,"text") : stack1), depth0))
569
+ + "\">"
570
+ + alias2((lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||alias4).call(alias3,"email/invite.heading",{"name":"t","hash":{},"data":data,"loc":{"start":{"line":1,"column":142},"end":{"line":1,"column":170}}}))
571
+ + "</h1><p style=\"margin:0 0 8px\">"
572
+ + alias2((lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||alias4).call(alias3,"email/invite.body",{"name":"t","hash":{"app":((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"appName") : stack1),"organization":(depth0 != null ? lookupProperty(depth0,"organizationName") : depth0),"inviter":(depth0 != null ? lookupProperty(depth0,"inviterName") : depth0)},"data":data,"loc":{"start":{"line":1,"column":201},"end":{"line":1,"column":294}}}))
573
+ + "</p><!--[if mso]><v:roundrect xmlns:v=\"urn:schemas-microsoft-com:vml\" xmlns:w=\"urn:schemas-microsoft-com:office:word\" href=\""
574
+ + alias2(((helper = (helper = lookupProperty(helpers,"acceptUrl") || (depth0 != null ? lookupProperty(depth0,"acceptUrl") : depth0)) != null ? helper : alias4),(typeof helper === alias5 ? helper.call(alias3,{"name":"acceptUrl","hash":{},"data":data,"loc":{"start":{"line":1,"column":418},"end":{"line":1,"column":431}}}) : helper)))
575
+ + "\" style=\"height:44px;v-text-anchor:middle;width:220px;\" arcsize=\"16%\" fillcolor=\""
576
+ + alias2(alias1(((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"accent") : stack1), depth0))
577
+ + "\" stroke=\"f\"><w:anchorlock/><center style=\"color:#111111;font-family:sans-serif;font-size:14px;font-weight:600;\">"
578
+ + alias2((lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||alias4).call(alias3,"email/invite.cta",{"name":"t","hash":{},"data":data,"loc":{"start":{"line":1,"column":641},"end":{"line":1,"column":665}}}))
579
+ + "</center></v:roundrect><![endif]--><!--[if !mso]><!--><a href=\""
580
+ + alias2(((helper = (helper = lookupProperty(helpers,"acceptUrl") || (depth0 != null ? lookupProperty(depth0,"acceptUrl") : depth0)) != null ? helper : alias4),(typeof helper === alias5 ? helper.call(alias3,{"name":"acceptUrl","hash":{},"data":data,"loc":{"start":{"line":1,"column":728},"end":{"line":1,"column":741}}}) : helper)))
581
+ + "\" style=\"display:inline-block; margin:24px 0; background-color:"
582
+ + alias2(alias1(((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"accent") : stack1), depth0))
583
+ + "; color:#111111; font-size:14px; font-weight:600; text-decoration:none; padding:13px 26px; border-radius:8px\">"
584
+ + alias2((lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||alias4).call(alias3,"email/invite.cta",{"name":"t","hash":{},"data":data,"loc":{"start":{"line":1,"column":930},"end":{"line":1,"column":954}}}))
585
+ + "</a><!--<![endif]-->"
586
+ + ((stack1 = container.invokePartial(lookupProperty(partials,"emailFoot"),depth0,{"name":"emailFoot","data":data,"helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "");
587
+ },"usePartial":true,"useData":true},
588
+ "invite:text": {"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
589
+ var stack1, helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, lookupProperty = container.lookupProperty || function(parent, propertyName) {
590
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
591
+ return parent[propertyName];
592
+ }
593
+ return undefined
594
+ };
595
+
596
+ return ((stack1 = (lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||alias2).call(alias1,"email/invite.body",{"name":"t","hash":{"app":((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"appName") : stack1),"organization":(depth0 != null ? lookupProperty(depth0,"organizationName") : depth0),"inviter":(depth0 != null ? lookupProperty(depth0,"inviterName") : depth0)},"data":data,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":93}}})) != null ? stack1 : "")
597
+ + "\n\n"
598
+ + ((stack1 = (lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||alias2).call(alias1,"email/invite.text_accept",{"name":"t","hash":{},"data":data,"loc":{"start":{"line":3,"column":0},"end":{"line":3,"column":32}}})) != null ? stack1 : "")
599
+ + " "
600
+ + ((stack1 = ((helper = (helper = lookupProperty(helpers,"acceptUrl") || (depth0 != null ? lookupProperty(depth0,"acceptUrl") : depth0)) != null ? helper : alias2),(typeof helper === "function" ? helper.call(alias1,{"name":"acceptUrl","hash":{},"data":data,"loc":{"start":{"line":3,"column":33},"end":{"line":3,"column":46}}}) : helper))) != null ? stack1 : "");
601
+ },"useData":true},
602
+ "testerNudge:subject": {"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
603
+ var stack1, helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {
604
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
605
+ return parent[propertyName];
606
+ }
607
+ return undefined
608
+ };
609
+
610
+ return ((stack1 = ((helper = (helper = lookupProperty(helpers,"subject") || (depth0 != null ? lookupProperty(depth0,"subject") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{"name":"subject","hash":{},"data":data,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":11}}}) : helper))) != null ? stack1 : "");
611
+ },"useData":true},
612
+ "testerNudge:html": {"0":function(container,depth0,helpers,partials,data) {
613
+ var stack1, helper, alias1=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {
614
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
615
+ return parent[propertyName];
616
+ }
617
+ return undefined
618
+ };
619
+
620
+ return "<h1 class=\"t-ink\" style=\"margin:0 0 16px; font-size:22px; font-weight:600; letter-spacing:-0.02em; color:"
621
+ + alias1(container.lambda(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"light") : stack1)) != null ? lookupProperty(stack1,"text") : stack1), depth0))
622
+ + "\">"
623
+ + alias1(((helper = (helper = lookupProperty(helpers,"heading") || (depth0 != null ? lookupProperty(depth0,"heading") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{"name":"heading","hash":{},"data":data,"loc":{"start":{"line":1,"column":157},"end":{"line":1,"column":168}}}) : helper)))
624
+ + "</h1>";
625
+ },"1":function(container,depth0,helpers,partials,data) {
626
+ return "<p style=\"margin:0 0 16px\">"
627
+ + container.escapeExpression(container.lambda(depth0, depth0))
628
+ + "</p>";
629
+ },"2":function(container,depth0,helpers,partials,data) {
630
+ var stack1, helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3="function", alias4=container.escapeExpression, alias5=container.lambda, lookupProperty = container.lookupProperty || function(parent, propertyName) {
631
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
632
+ return parent[propertyName];
633
+ }
634
+ return undefined
635
+ };
636
+
637
+ return "<!--[if mso]><v:roundrect xmlns:v=\"urn:schemas-microsoft-com:vml\" xmlns:w=\"urn:schemas-microsoft-com:office:word\" href=\""
638
+ + alias4(((helper = (helper = lookupProperty(helpers,"ctaUrl") || (depth0 != null ? lookupProperty(depth0,"ctaUrl") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"ctaUrl","hash":{},"data":data,"loc":{"start":{"line":1,"column":382},"end":{"line":1,"column":392}}}) : helper)))
639
+ + "\" style=\"height:44px;v-text-anchor:middle;width:220px;\" arcsize=\"16%\" fillcolor=\""
640
+ + alias4(alias5(((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"accent") : stack1), depth0))
641
+ + "\" stroke=\"f\"><w:anchorlock/><center style=\"color:#111111;font-family:sans-serif;font-size:14px;font-weight:600;\">"
642
+ + alias4(((helper = (helper = lookupProperty(helpers,"ctaLabel") || (depth0 != null ? lookupProperty(depth0,"ctaLabel") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"ctaLabel","hash":{},"data":data,"loc":{"start":{"line":1,"column":602},"end":{"line":1,"column":614}}}) : helper)))
643
+ + "</center></v:roundrect><![endif]--><!--[if !mso]><!--><a href=\""
644
+ + alias4(((helper = (helper = lookupProperty(helpers,"ctaUrl") || (depth0 != null ? lookupProperty(depth0,"ctaUrl") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"ctaUrl","hash":{},"data":data,"loc":{"start":{"line":1,"column":677},"end":{"line":1,"column":687}}}) : helper)))
645
+ + "\" style=\"display:inline-block; margin:24px 0; background-color:"
646
+ + alias4(alias5(((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"accent") : stack1), depth0))
647
+ + "; color:#111111; font-size:14px; font-weight:600; text-decoration:none; padding:13px 26px; border-radius:8px\">"
648
+ + alias4(((helper = (helper = lookupProperty(helpers,"ctaLabel") || (depth0 != null ? lookupProperty(depth0,"ctaLabel") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"ctaLabel","hash":{},"data":data,"loc":{"start":{"line":1,"column":876},"end":{"line":1,"column":888}}}) : helper)))
649
+ + "</a><!--<![endif]-->";
650
+ },"3":function(container,depth0,helpers,partials,data) {
651
+ var stack1, helper, alias1=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {
652
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
653
+ return parent[propertyName];
654
+ }
655
+ return undefined
656
+ };
657
+
658
+ return "<p class=\"t-subtle\" style=\"margin:16px 0 0; font-size:13px; color:"
659
+ + alias1(container.lambda(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"light") : stack1)) != null ? lookupProperty(stack1,"textSubtle") : stack1), depth0))
660
+ + "\">"
661
+ + alias1(((helper = (helper = lookupProperty(helpers,"footnote") || (depth0 != null ? lookupProperty(depth0,"footnote") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{"name":"footnote","hash":{},"data":data,"loc":{"start":{"line":1,"column":1025},"end":{"line":1,"column":1037}}}) : helper)))
662
+ + "</p>";
663
+ },"4":function(container,depth0,helpers,partials,data) {
664
+ var stack1, helper, alias1=container.lambda, alias2=container.escapeExpression, alias3=depth0 != null ? depth0 : (container.nullContext || {}), alias4=container.hooks.helperMissing, alias5="function", lookupProperty = container.lookupProperty || function(parent, propertyName) {
665
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
666
+ return parent[propertyName];
667
+ }
668
+ return undefined
669
+ };
670
+
671
+ return "<p class=\"t-subtle\" style=\"margin:20px 0 0; font-size:13px; color:"
672
+ + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"light") : stack1)) != null ? lookupProperty(stack1,"textSubtle") : stack1), depth0))
673
+ + "\"><a href=\""
674
+ + alias2(((helper = (helper = lookupProperty(helpers,"optOutUrl") || (depth0 != null ? lookupProperty(depth0,"optOutUrl") : depth0)) != null ? helper : alias4),(typeof helper === alias5 ? helper.call(alias3,{"name":"optOutUrl","hash":{},"data":data,"loc":{"start":{"line":1,"column":1168},"end":{"line":1,"column":1181}}}) : helper)))
675
+ + "\" class=\"hover-underline t-subtle\" style=\"color:"
676
+ + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"light") : stack1)) != null ? lookupProperty(stack1,"textSubtle") : stack1), depth0))
677
+ + "; text-decoration:underline\">"
678
+ + alias2(((helper = (helper = lookupProperty(helpers,"optOutLabel") || (depth0 != null ? lookupProperty(depth0,"optOutLabel") : depth0)) != null ? helper : alias4),(typeof helper === alias5 ? helper.call(alias3,{"name":"optOutLabel","hash":{},"data":data,"loc":{"start":{"line":1,"column":1284},"end":{"line":1,"column":1299}}}) : helper)))
679
+ + "</a></p>";
680
+ },"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
681
+ var stack1, alias1=depth0 != null ? depth0 : (container.nullContext || {}), lookupProperty = container.lookupProperty || function(parent, propertyName) {
682
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
683
+ return parent[propertyName];
684
+ }
685
+ return undefined
686
+ };
687
+
688
+ return ((stack1 = container.invokePartial(lookupProperty(partials,"emailHead"),depth0,{"name":"emailHead","data":data,"helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "")
689
+ + ((stack1 = lookupProperty(helpers,"if").call(alias1,(depth0 != null ? lookupProperty(depth0,"heading") : depth0),{"name":"if","hash":{},"fn":container.program(0, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":1,"column":15},"end":{"line":1,"column":180}}})) != null ? stack1 : "")
690
+ + ((stack1 = lookupProperty(helpers,"each").call(alias1,(depth0 != null ? lookupProperty(depth0,"paragraphs") : depth0),{"name":"each","hash":{},"fn":container.program(1, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":1,"column":180},"end":{"line":1,"column":248}}})) != null ? stack1 : "")
691
+ + ((stack1 = lookupProperty(helpers,"if").call(alias1,(depth0 != null ? lookupProperty(depth0,"ctaUrl") : depth0),{"name":"if","hash":{},"fn":container.program(2, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":1,"column":248},"end":{"line":1,"column":915}}})) != null ? stack1 : "")
692
+ + ((stack1 = lookupProperty(helpers,"if").call(alias1,(depth0 != null ? lookupProperty(depth0,"footnote") : depth0),{"name":"if","hash":{},"fn":container.program(3, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":1,"column":915},"end":{"line":1,"column":1048}}})) != null ? stack1 : "")
693
+ + ((stack1 = lookupProperty(helpers,"if").call(alias1,(depth0 != null ? lookupProperty(depth0,"optOutUrl") : depth0),{"name":"if","hash":{},"fn":container.program(4, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":1,"column":1048},"end":{"line":1,"column":1314}}})) != null ? stack1 : "")
694
+ + ((stack1 = container.invokePartial(lookupProperty(partials,"emailFoot"),depth0,{"name":"emailFoot","data":data,"helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "");
695
+ },"usePartial":true,"useData":true},
696
+ "testerNudge:text": {"0":function(container,depth0,helpers,partials,data) {
697
+ var stack1;
698
+
699
+ return ((stack1 = container.lambda(depth0, depth0)) != null ? stack1 : "")
700
+ + "\n\n";
701
+ },"1":function(container,depth0,helpers,partials,data) {
702
+ var stack1, helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3="function", lookupProperty = container.lookupProperty || function(parent, propertyName) {
703
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
704
+ return parent[propertyName];
705
+ }
706
+ return undefined
707
+ };
708
+
709
+ return ((stack1 = ((helper = (helper = lookupProperty(helpers,"ctaLabel") || (depth0 != null ? lookupProperty(depth0,"ctaLabel") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"ctaLabel","hash":{},"data":data,"loc":{"start":{"line":5,"column":23},"end":{"line":5,"column":35}}}) : helper))) != null ? stack1 : "")
710
+ + ": "
711
+ + ((stack1 = ((helper = (helper = lookupProperty(helpers,"ctaUrl") || (depth0 != null ? lookupProperty(depth0,"ctaUrl") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"ctaUrl","hash":{},"data":data,"loc":{"start":{"line":5,"column":37},"end":{"line":5,"column":47}}}) : helper))) != null ? stack1 : "")
712
+ + "\n\n";
713
+ },"2":function(container,depth0,helpers,partials,data) {
714
+ var stack1, helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {
715
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
716
+ return parent[propertyName];
717
+ }
718
+ return undefined
719
+ };
720
+
721
+ return ((stack1 = ((helper = (helper = lookupProperty(helpers,"footnote") || (depth0 != null ? lookupProperty(depth0,"footnote") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{"name":"footnote","hash":{},"data":data,"loc":{"start":{"line":7,"column":23},"end":{"line":7,"column":35}}}) : helper))) != null ? stack1 : "")
722
+ + "\n\n";
723
+ },"3":function(container,depth0,helpers,partials,data) {
724
+ var stack1, helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3="function", lookupProperty = container.lookupProperty || function(parent, propertyName) {
725
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
726
+ return parent[propertyName];
727
+ }
728
+ return undefined
729
+ };
730
+
731
+ return ((stack1 = ((helper = (helper = lookupProperty(helpers,"optOutLabel") || (depth0 != null ? lookupProperty(depth0,"optOutLabel") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"optOutLabel","hash":{},"data":data,"loc":{"start":{"line":9,"column":24},"end":{"line":9,"column":39}}}) : helper))) != null ? stack1 : "")
732
+ + ": "
733
+ + ((stack1 = ((helper = (helper = lookupProperty(helpers,"optOutUrl") || (depth0 != null ? lookupProperty(depth0,"optOutUrl") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"optOutUrl","hash":{},"data":data,"loc":{"start":{"line":9,"column":41},"end":{"line":9,"column":54}}}) : helper))) != null ? stack1 : "");
734
+ },"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
735
+ var stack1, helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), lookupProperty = container.lookupProperty || function(parent, propertyName) {
736
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
737
+ return parent[propertyName];
738
+ }
739
+ return undefined
740
+ };
741
+
742
+ return ((stack1 = ((helper = (helper = lookupProperty(helpers,"heading") || (depth0 != null ? lookupProperty(depth0,"heading") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === "function" ? helper.call(alias1,{"name":"heading","hash":{},"data":data,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":11}}}) : helper))) != null ? stack1 : "")
743
+ + "\n\n"
744
+ + ((stack1 = lookupProperty(helpers,"each").call(alias1,(depth0 != null ? lookupProperty(depth0,"paragraphs") : depth0),{"name":"each","hash":{},"fn":container.program(0, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":3,"column":0},"end":{"line":5,"column":9}}})) != null ? stack1 : "")
745
+ + ((stack1 = lookupProperty(helpers,"if").call(alias1,(depth0 != null ? lookupProperty(depth0,"ctaUrl") : depth0),{"name":"if","hash":{},"fn":container.program(1, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":5,"column":9},"end":{"line":7,"column":7}}})) != null ? stack1 : "")
746
+ + ((stack1 = lookupProperty(helpers,"if").call(alias1,(depth0 != null ? lookupProperty(depth0,"footnote") : depth0),{"name":"if","hash":{},"fn":container.program(2, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":7,"column":7},"end":{"line":9,"column":7}}})) != null ? stack1 : "")
747
+ + ((stack1 = lookupProperty(helpers,"if").call(alias1,(depth0 != null ? lookupProperty(depth0,"optOutUrl") : depth0),{"name":"if","hash":{},"fn":container.program(3, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":9,"column":7},"end":{"line":9,"column":61}}})) != null ? stack1 : "");
748
+ },"useData":true},
749
+ "passwordChanged:subject": {"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
750
+ var stack1, lookupProperty = container.lookupProperty || function(parent, propertyName) {
751
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
752
+ return parent[propertyName];
753
+ }
754
+ return undefined
755
+ };
756
+
757
+ return ((stack1 = (lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),"email/password_changed.subject",{"name":"t","hash":{},"data":data,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":38}}})) != null ? stack1 : "");
758
+ },"useData":true},
759
+ "passwordChanged:html": {"0":function(container,depth0,helpers,partials,data) {
760
+ var lookupProperty = container.lookupProperty || function(parent, propertyName) {
761
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
762
+ return parent[propertyName];
763
+ }
764
+ return undefined
765
+ };
766
+
767
+ return container.escapeExpression((lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),"email/shell.greeting_named",{"name":"t","hash":{"name":(depth0 != null ? lookupProperty(depth0,"name") : depth0)},"data":data,"loc":{"start":{"line":1,"column":223},"end":{"line":1,"column":267}}}));
768
+ },"1":function(container,depth0,helpers,partials,data) {
769
+ var lookupProperty = container.lookupProperty || function(parent, propertyName) {
770
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
771
+ return parent[propertyName];
772
+ }
773
+ return undefined
774
+ };
775
+
776
+ return container.escapeExpression((lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),"email/shell.greeting",{"name":"t","hash":{},"data":data,"loc":{"start":{"line":1,"column":275},"end":{"line":1,"column":303}}}));
777
+ },"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
778
+ var stack1, helper, alias1=container.lambda, alias2=container.escapeExpression, alias3=depth0 != null ? depth0 : (container.nullContext || {}), alias4=container.hooks.helperMissing, alias5="function", lookupProperty = container.lookupProperty || function(parent, propertyName) {
779
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
780
+ return parent[propertyName];
781
+ }
782
+ return undefined
783
+ };
784
+
785
+ return ((stack1 = container.invokePartial(lookupProperty(partials,"emailHead"),depth0,{"name":"emailHead","data":data,"helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "")
786
+ + "<h1 class=\"t-ink\" style=\"margin:0 0 16px; font-size:22px; font-weight:600; letter-spacing:-0.02em; color:"
787
+ + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"light") : stack1)) != null ? lookupProperty(stack1,"text") : stack1), depth0))
788
+ + "\">"
789
+ + alias2((lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||alias4).call(alias3,"email/password_changed.heading",{"name":"t","hash":{},"data":data,"loc":{"start":{"line":1,"column":142},"end":{"line":1,"column":180}}}))
790
+ + "</h1><p style=\"margin:0 0 8px\">"
791
+ + ((stack1 = lookupProperty(helpers,"if").call(alias3,(depth0 != null ? lookupProperty(depth0,"name") : depth0),{"name":"if","hash":{},"fn":container.program(0, data, 0),"inverse":container.program(1, data, 0),"data":data,"loc":{"start":{"line":1,"column":211},"end":{"line":1,"column":310}}})) != null ? stack1 : "")
792
+ + " "
793
+ + alias2((lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||alias4).call(alias3,"email/password_changed.body",{"name":"t","hash":{"when":(depth0 != null ? lookupProperty(depth0,"when") : depth0)},"data":data,"loc":{"start":{"line":1,"column":311},"end":{"line":1,"column":356}}}))
794
+ + "</p><p style=\"margin:0 0 8px\">"
795
+ + alias2((lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||alias4).call(alias3,"email/password_changed.warn",{"name":"t","hash":{},"data":data,"loc":{"start":{"line":1,"column":386},"end":{"line":1,"column":421}}}))
796
+ + "</p><!--[if mso]><v:roundrect xmlns:v=\"urn:schemas-microsoft-com:vml\" xmlns:w=\"urn:schemas-microsoft-com:office:word\" href=\""
797
+ + alias2(((helper = (helper = lookupProperty(helpers,"supportUrl") || (depth0 != null ? lookupProperty(depth0,"supportUrl") : depth0)) != null ? helper : alias4),(typeof helper === alias5 ? helper.call(alias3,{"name":"supportUrl","hash":{},"data":data,"loc":{"start":{"line":1,"column":545},"end":{"line":1,"column":559}}}) : helper)))
798
+ + "\" style=\"height:44px;v-text-anchor:middle;width:220px;\" arcsize=\"16%\" fillcolor=\""
799
+ + alias2(alias1(((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"accent") : stack1), depth0))
800
+ + "\" stroke=\"f\"><w:anchorlock/><center style=\"color:#111111;font-family:sans-serif;font-size:14px;font-weight:600;\">"
801
+ + alias2((lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||alias4).call(alias3,"email/password_changed.cta",{"name":"t","hash":{},"data":data,"loc":{"start":{"line":1,"column":769},"end":{"line":1,"column":803}}}))
802
+ + "</center></v:roundrect><![endif]--><!--[if !mso]><!--><a href=\""
803
+ + alias2(((helper = (helper = lookupProperty(helpers,"supportUrl") || (depth0 != null ? lookupProperty(depth0,"supportUrl") : depth0)) != null ? helper : alias4),(typeof helper === alias5 ? helper.call(alias3,{"name":"supportUrl","hash":{},"data":data,"loc":{"start":{"line":1,"column":866},"end":{"line":1,"column":880}}}) : helper)))
804
+ + "\" style=\"display:inline-block; margin:24px 0; background-color:"
805
+ + alias2(alias1(((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"accent") : stack1), depth0))
806
+ + "; color:#111111; font-size:14px; font-weight:600; text-decoration:none; padding:13px 26px; border-radius:8px\">"
807
+ + alias2((lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||alias4).call(alias3,"email/password_changed.cta",{"name":"t","hash":{},"data":data,"loc":{"start":{"line":1,"column":1069},"end":{"line":1,"column":1103}}}))
808
+ + "</a><!--<![endif]-->"
809
+ + ((stack1 = container.invokePartial(lookupProperty(partials,"emailFoot"),depth0,{"name":"emailFoot","data":data,"helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "");
810
+ },"usePartial":true,"useData":true},
811
+ "passwordChanged:text": {"0":function(container,depth0,helpers,partials,data) {
812
+ var stack1, lookupProperty = container.lookupProperty || function(parent, propertyName) {
813
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
814
+ return parent[propertyName];
815
+ }
816
+ return undefined
817
+ };
818
+
819
+ return ((stack1 = (lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),"email/shell.greeting_named",{"name":"t","hash":{"name":(depth0 != null ? lookupProperty(depth0,"name") : depth0)},"data":data,"loc":{"start":{"line":1,"column":12},"end":{"line":1,"column":56}}})) != null ? stack1 : "");
820
+ },"1":function(container,depth0,helpers,partials,data) {
821
+ var stack1, lookupProperty = container.lookupProperty || function(parent, propertyName) {
822
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
823
+ return parent[propertyName];
824
+ }
825
+ return undefined
826
+ };
827
+
828
+ return ((stack1 = (lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),"email/shell.greeting",{"name":"t","hash":{},"data":data,"loc":{"start":{"line":1,"column":64},"end":{"line":1,"column":92}}})) != null ? stack1 : "");
829
+ },"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
830
+ var stack1, helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, lookupProperty = container.lookupProperty || function(parent, propertyName) {
831
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
832
+ return parent[propertyName];
833
+ }
834
+ return undefined
835
+ };
836
+
837
+ return ((stack1 = lookupProperty(helpers,"if").call(alias1,(depth0 != null ? lookupProperty(depth0,"name") : depth0),{"name":"if","hash":{},"fn":container.program(0, data, 0),"inverse":container.program(1, data, 0),"data":data,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":99}}})) != null ? stack1 : "")
838
+ + "\n\n"
839
+ + ((stack1 = (lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||alias2).call(alias1,"email/password_changed.text_body",{"name":"t","hash":{"when":(depth0 != null ? lookupProperty(depth0,"when") : depth0)},"data":data,"loc":{"start":{"line":3,"column":0},"end":{"line":3,"column":50}}})) != null ? stack1 : "")
840
+ + " "
841
+ + ((stack1 = ((helper = (helper = lookupProperty(helpers,"supportUrl") || (depth0 != null ? lookupProperty(depth0,"supportUrl") : depth0)) != null ? helper : alias2),(typeof helper === "function" ? helper.call(alias1,{"name":"supportUrl","hash":{},"data":data,"loc":{"start":{"line":3,"column":51},"end":{"line":3,"column":65}}}) : helper))) != null ? stack1 : "");
842
+ },"useData":true},
843
+ "operationalNotice:subject": {"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
844
+ var stack1, helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, lookupProperty = container.lookupProperty || function(parent, propertyName) {
845
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
846
+ return parent[propertyName];
847
+ }
848
+ return undefined
849
+ };
850
+
851
+ return ((stack1 = (lookupProperty(helpers,"severityLabel")||(depth0 && lookupProperty(depth0,"severityLabel"))||alias2).call(alias1,(depth0 != null ? lookupProperty(depth0,"severity") : depth0),{"name":"severityLabel","hash":{},"data":data,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":26}}})) != null ? stack1 : "")
852
+ + ": "
853
+ + ((stack1 = ((helper = (helper = lookupProperty(helpers,"summary") || (depth0 != null ? lookupProperty(depth0,"summary") : depth0)) != null ? helper : alias2),(typeof helper === "function" ? helper.call(alias1,{"name":"summary","hash":{},"data":data,"loc":{"start":{"line":1,"column":28},"end":{"line":1,"column":39}}}) : helper))) != null ? stack1 : "");
854
+ },"useData":true},
855
+ "operationalNotice:html": {"0":function(container,depth0,helpers,partials,data) {
856
+ var helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {
857
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
858
+ return parent[propertyName];
859
+ }
860
+ return undefined
861
+ };
862
+
863
+ return "<p style=\"margin:0 0 16px\">"
864
+ + container.escapeExpression(((helper = (helper = lookupProperty(helpers,"detail") || (depth0 != null ? lookupProperty(depth0,"detail") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{"name":"detail","hash":{},"data":data,"loc":{"start":{"line":1,"column":522},"end":{"line":1,"column":532}}}) : helper)))
865
+ + "</p>";
866
+ },"1":function(container,depth0,helpers,partials,data,blockParams,depths) {
867
+ var stack1, lookupProperty = container.lookupProperty || function(parent, propertyName) {
868
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
869
+ return parent[propertyName];
870
+ }
871
+ return undefined
872
+ };
873
+
874
+ return "<table cellpadding=\"0\" cellspacing=\"0\" role=\"none\" style=\"width:100%; margin:0 0 8px\">"
875
+ + ((stack1 = lookupProperty(helpers,"each").call(depth0 != null ? depth0 : (container.nullContext || {}),(depth0 != null ? lookupProperty(depth0,"facts") : depth0),{"name":"each","hash":{},"fn":container.program(2, data, 0, blockParams, depths),"inverse":container.noop,"data":data,"loc":{"start":{"line":1,"column":649},"end":{"line":1,"column":942}}})) != null ? stack1 : "")
876
+ + "</table>";
877
+ },"2":function(container,depth0,helpers,partials,data,blockParams,depths) {
878
+ var stack1, helper, alias1=container.lambda, alias2=container.escapeExpression, alias3=depth0 != null ? depth0 : (container.nullContext || {}), alias4=container.hooks.helperMissing, alias5="function", lookupProperty = container.lookupProperty || function(parent, propertyName) {
879
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
880
+ return parent[propertyName];
881
+ }
882
+ return undefined
883
+ };
884
+
885
+ return "<tr><td class=\"t-subtle\" style=\"padding:4px 16px 4px 0; font-size:13px; color:"
886
+ + alias2(alias1(((stack1 = ((stack1 = (depths[1] != null ? lookupProperty(depths[1],"theme") : depths[1])) != null ? lookupProperty(stack1,"light") : stack1)) != null ? lookupProperty(stack1,"textSubtle") : stack1), depth0))
887
+ + "; vertical-align:top\">"
888
+ + alias2(((helper = (helper = lookupProperty(helpers,"label") || (depth0 != null ? lookupProperty(depth0,"label") : depth0)) != null ? helper : alias4),(typeof helper === alias5 ? helper.call(alias3,{"name":"label","hash":{},"data":data,"loc":{"start":{"line":1,"column":793},"end":{"line":1,"column":802}}}) : helper)))
889
+ + "</td><td class=\"t-ink\" style=\"padding:4px 0; font-size:13px; color:"
890
+ + alias2(alias1(((stack1 = ((stack1 = (depths[1] != null ? lookupProperty(depths[1],"theme") : depths[1])) != null ? lookupProperty(stack1,"light") : stack1)) != null ? lookupProperty(stack1,"text") : stack1), depth0))
891
+ + "; vertical-align:top\">"
892
+ + alias2(((helper = (helper = lookupProperty(helpers,"value") || (depth0 != null ? lookupProperty(depth0,"value") : depth0)) != null ? helper : alias4),(typeof helper === alias5 ? helper.call(alias3,{"name":"value","hash":{},"data":data,"loc":{"start":{"line":1,"column":914},"end":{"line":1,"column":923}}}) : helper)))
893
+ + "</td></tr>";
894
+ },"3":function(container,depth0,helpers,partials,data) {
895
+ var stack1, helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3="function", alias4=container.escapeExpression, alias5=container.lambda, lookupProperty = container.lookupProperty || function(parent, propertyName) {
896
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
897
+ return parent[propertyName];
898
+ }
899
+ return undefined
900
+ };
901
+
902
+ return "<!--[if mso]><v:roundrect xmlns:v=\"urn:schemas-microsoft-com:vml\" xmlns:w=\"urn:schemas-microsoft-com:office:word\" href=\""
903
+ + alias4(((helper = (helper = lookupProperty(helpers,"actionUrl") || (depth0 != null ? lookupProperty(depth0,"actionUrl") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"actionUrl","hash":{},"data":data,"loc":{"start":{"line":1,"column":1094},"end":{"line":1,"column":1107}}}) : helper)))
904
+ + "\" style=\"height:44px;v-text-anchor:middle;width:220px;\" arcsize=\"16%\" fillcolor=\""
905
+ + alias4(alias5(((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"accent") : stack1), depth0))
906
+ + "\" stroke=\"f\"><w:anchorlock/><center style=\"color:#111111;font-family:sans-serif;font-size:14px;font-weight:600;\">"
907
+ + alias4(((helper = (helper = lookupProperty(helpers,"actionLabel") || (depth0 != null ? lookupProperty(depth0,"actionLabel") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"actionLabel","hash":{},"data":data,"loc":{"start":{"line":1,"column":1317},"end":{"line":1,"column":1332}}}) : helper)))
908
+ + "</center></v:roundrect><![endif]--><!--[if !mso]><!--><a href=\""
909
+ + alias4(((helper = (helper = lookupProperty(helpers,"actionUrl") || (depth0 != null ? lookupProperty(depth0,"actionUrl") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"actionUrl","hash":{},"data":data,"loc":{"start":{"line":1,"column":1395},"end":{"line":1,"column":1408}}}) : helper)))
910
+ + "\" style=\"display:inline-block; margin:24px 0; background-color:"
911
+ + alias4(alias5(((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"accent") : stack1), depth0))
912
+ + "; color:#111111; font-size:14px; font-weight:600; text-decoration:none; padding:13px 26px; border-radius:8px\">"
913
+ + alias4(((helper = (helper = lookupProperty(helpers,"actionLabel") || (depth0 != null ? lookupProperty(depth0,"actionLabel") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"actionLabel","hash":{},"data":data,"loc":{"start":{"line":1,"column":1597},"end":{"line":1,"column":1612}}}) : helper)))
914
+ + "</a><!--<![endif]-->";
915
+ },"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data,blockParams,depths) {
916
+ var stack1, helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3="function", alias4=container.escapeExpression, alias5=container.lambda, lookupProperty = container.lookupProperty || function(parent, propertyName) {
917
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
918
+ return parent[propertyName];
919
+ }
920
+ return undefined
921
+ };
922
+
923
+ return ((stack1 = container.invokePartial(lookupProperty(partials,"emailHead"),depth0,{"name":"emailHead","data":data,"helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "")
924
+ + "<p class=\"sev-"
925
+ + alias4(((helper = (helper = lookupProperty(helpers,"severity") || (depth0 != null ? lookupProperty(depth0,"severity") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"severity","hash":{},"data":data,"loc":{"start":{"line":1,"column":29},"end":{"line":1,"column":41}}}) : helper)))
926
+ + "\" style=\"margin:0 0 10px; font-size:12px; font-weight:700; letter-spacing:0.08em; text-transform:uppercase; color:"
927
+ + alias4((lookupProperty(helpers,"severityColor")||(depth0 && lookupProperty(depth0,"severityColor"))||alias2).call(alias1,(depth0 != null ? lookupProperty(depth0,"severity") : depth0),{"name":"severityColor","hash":{},"data":data,"loc":{"start":{"line":1,"column":155},"end":{"line":1,"column":181}}}))
928
+ + "\">"
929
+ + alias4((lookupProperty(helpers,"severityLabel")||(depth0 && lookupProperty(depth0,"severityLabel"))||alias2).call(alias1,(depth0 != null ? lookupProperty(depth0,"severity") : depth0),{"name":"severityLabel","hash":{},"data":data,"loc":{"start":{"line":1,"column":183},"end":{"line":1,"column":209}}}))
930
+ + "</p><h1 class=\"t-ink\" style=\"margin:0 0 16px; font-size:22px; font-weight:600; letter-spacing:-0.02em; color:"
931
+ + alias4(alias5(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"light") : stack1)) != null ? lookupProperty(stack1,"text") : stack1), depth0))
932
+ + "\">"
933
+ + alias4(((helper = (helper = lookupProperty(helpers,"summary") || (depth0 != null ? lookupProperty(depth0,"summary") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"summary","hash":{},"data":data,"loc":{"start":{"line":1,"column":340},"end":{"line":1,"column":351}}}) : helper)))
934
+ + "</h1><p class=\"t-subtle\" style=\"margin:0 0 20px; font-size:13px; color:"
935
+ + alias4(alias5(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"light") : stack1)) != null ? lookupProperty(stack1,"textSubtle") : stack1), depth0))
936
+ + "\">"
937
+ + alias4(((helper = (helper = lookupProperty(helpers,"thing") || (depth0 != null ? lookupProperty(depth0,"thing") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"thing","hash":{},"data":data,"loc":{"start":{"line":1,"column":450},"end":{"line":1,"column":459}}}) : helper)))
938
+ + " &middot; "
939
+ + alias4(((helper = (helper = lookupProperty(helpers,"when") || (depth0 != null ? lookupProperty(depth0,"when") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"when","hash":{},"data":data,"loc":{"start":{"line":1,"column":469},"end":{"line":1,"column":477}}}) : helper)))
940
+ + "</p>"
941
+ + ((stack1 = lookupProperty(helpers,"if").call(alias1,(depth0 != null ? lookupProperty(depth0,"detail") : depth0),{"name":"if","hash":{},"fn":container.program(0, data, 0, blockParams, depths),"inverse":container.noop,"data":data,"loc":{"start":{"line":1,"column":481},"end":{"line":1,"column":543}}})) != null ? stack1 : "")
942
+ + ((stack1 = lookupProperty(helpers,"if").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"facts") : depth0)) != null ? lookupProperty(stack1,"length") : stack1),{"name":"if","hash":{},"fn":container.program(1, data, 0, blockParams, depths),"inverse":container.noop,"data":data,"loc":{"start":{"line":1,"column":543},"end":{"line":1,"column":957}}})) != null ? stack1 : "")
943
+ + ((stack1 = lookupProperty(helpers,"if").call(alias1,(depth0 != null ? lookupProperty(depth0,"actionUrl") : depth0),{"name":"if","hash":{},"fn":container.program(3, data, 0, blockParams, depths),"inverse":container.noop,"data":data,"loc":{"start":{"line":1,"column":957},"end":{"line":1,"column":1639}}})) != null ? stack1 : "")
944
+ + ((stack1 = container.invokePartial(lookupProperty(partials,"emailFoot"),depth0,{"name":"emailFoot","data":data,"helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "");
945
+ },"usePartial":true,"useData":true,"useDepths":true},
946
+ "operationalNotice:text": {"0":function(container,depth0,helpers,partials,data) {
947
+ var stack1, helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {
948
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
949
+ return parent[propertyName];
950
+ }
951
+ return undefined
952
+ };
953
+
954
+ return ((stack1 = ((helper = (helper = lookupProperty(helpers,"detail") || (depth0 != null ? lookupProperty(depth0,"detail") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{"name":"detail","hash":{},"data":data,"loc":{"start":{"line":6,"column":14},"end":{"line":6,"column":24}}}) : helper))) != null ? stack1 : "")
955
+ + "\n\n";
956
+ },"1":function(container,depth0,helpers,partials,data) {
957
+ var stack1, helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3="function", lookupProperty = container.lookupProperty || function(parent, propertyName) {
958
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
959
+ return parent[propertyName];
960
+ }
961
+ return undefined
962
+ };
963
+
964
+ return ((stack1 = ((helper = (helper = lookupProperty(helpers,"label") || (depth0 != null ? lookupProperty(depth0,"label") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"label","hash":{},"data":data,"loc":{"start":{"line":8,"column":22},"end":{"line":8,"column":31}}}) : helper))) != null ? stack1 : "")
965
+ + ": "
966
+ + ((stack1 = ((helper = (helper = lookupProperty(helpers,"value") || (depth0 != null ? lookupProperty(depth0,"value") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"value","hash":{},"data":data,"loc":{"start":{"line":8,"column":33},"end":{"line":8,"column":42}}}) : helper))) != null ? stack1 : "")
967
+ + "\n";
968
+ },"2":function(container,depth0,helpers,partials,data) {
969
+ var stack1, helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3="function", lookupProperty = container.lookupProperty || function(parent, propertyName) {
970
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
971
+ return parent[propertyName];
972
+ }
973
+ return undefined
974
+ };
975
+
976
+ return "\n"
977
+ + ((stack1 = ((helper = (helper = lookupProperty(helpers,"actionLabel") || (depth0 != null ? lookupProperty(depth0,"actionLabel") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"actionLabel","hash":{},"data":data,"loc":{"start":{"line":10,"column":0},"end":{"line":10,"column":15}}}) : helper))) != null ? stack1 : "")
978
+ + ": "
979
+ + ((stack1 = ((helper = (helper = lookupProperty(helpers,"actionUrl") || (depth0 != null ? lookupProperty(depth0,"actionUrl") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"actionUrl","hash":{},"data":data,"loc":{"start":{"line":10,"column":17},"end":{"line":10,"column":30}}}) : helper))) != null ? stack1 : "");
980
+ },"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
981
+ var stack1, helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3="function", lookupProperty = container.lookupProperty || function(parent, propertyName) {
982
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
983
+ return parent[propertyName];
984
+ }
985
+ return undefined
986
+ };
987
+
988
+ return ((stack1 = (lookupProperty(helpers,"severityLabel")||(depth0 && lookupProperty(depth0,"severityLabel"))||alias2).call(alias1,(depth0 != null ? lookupProperty(depth0,"severity") : depth0),{"name":"severityLabel","hash":{},"data":data,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":26}}})) != null ? stack1 : "")
989
+ + " — "
990
+ + ((stack1 = ((helper = (helper = lookupProperty(helpers,"summary") || (depth0 != null ? lookupProperty(depth0,"summary") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"summary","hash":{},"data":data,"loc":{"start":{"line":1,"column":29},"end":{"line":1,"column":40}}}) : helper))) != null ? stack1 : "")
991
+ + "\n\n"
992
+ + ((stack1 = ((helper = (helper = lookupProperty(helpers,"thing") || (depth0 != null ? lookupProperty(depth0,"thing") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"thing","hash":{},"data":data,"loc":{"start":{"line":3,"column":0},"end":{"line":3,"column":9}}}) : helper))) != null ? stack1 : "")
993
+ + "\n"
994
+ + ((stack1 = ((helper = (helper = lookupProperty(helpers,"when") || (depth0 != null ? lookupProperty(depth0,"when") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"when","hash":{},"data":data,"loc":{"start":{"line":4,"column":0},"end":{"line":4,"column":8}}}) : helper))) != null ? stack1 : "")
995
+ + "\n\n"
996
+ + ((stack1 = lookupProperty(helpers,"if").call(alias1,(depth0 != null ? lookupProperty(depth0,"detail") : depth0),{"name":"if","hash":{},"fn":container.program(0, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":6,"column":0},"end":{"line":8,"column":7}}})) != null ? stack1 : "")
997
+ + ((stack1 = lookupProperty(helpers,"each").call(alias1,(depth0 != null ? lookupProperty(depth0,"facts") : depth0),{"name":"each","hash":{},"fn":container.program(1, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":8,"column":7},"end":{"line":9,"column":9}}})) != null ? stack1 : "")
998
+ + ((stack1 = lookupProperty(helpers,"if").call(alias1,(depth0 != null ? lookupProperty(depth0,"actionUrl") : depth0),{"name":"if","hash":{},"fn":container.program(2, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":9,"column":9},"end":{"line":10,"column":37}}})) != null ? stack1 : "");
999
+ },"useData":true},
1000
+ "supportReply:subject": {"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
1001
+ var stack1, helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {
1002
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
1003
+ return parent[propertyName];
1004
+ }
1005
+ return undefined
1006
+ };
1007
+
1008
+ return ((stack1 = ((helper = (helper = lookupProperty(helpers,"subject") || (depth0 != null ? lookupProperty(depth0,"subject") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{"name":"subject","hash":{},"data":data,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":11}}}) : helper))) != null ? stack1 : "");
1009
+ },"useData":true},
1010
+ "supportReply:html": {"0":function(container,depth0,helpers,partials,data) {
1011
+ var helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {
1012
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
1013
+ return parent[propertyName];
1014
+ }
1015
+ return undefined
1016
+ };
1017
+
1018
+ return "<p class=\"t-subtle\" style=\"margin:24px 0 0; font-size:14px\">— "
1019
+ + container.escapeExpression(((helper = (helper = lookupProperty(helpers,"agentName") || (depth0 != null ? lookupProperty(depth0,"agentName") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{"name":"agentName","hash":{},"data":data,"loc":{"start":{"line":1,"column":159},"end":{"line":1,"column":172}}}) : helper)))
1020
+ + "</p>";
1021
+ },"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
1022
+ var stack1, helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), lookupProperty = container.lookupProperty || function(parent, propertyName) {
1023
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
1024
+ return parent[propertyName];
1025
+ }
1026
+ return undefined
1027
+ };
1028
+
1029
+ return ((stack1 = container.invokePartial(lookupProperty(partials,"emailHead"),depth0,{"name":"emailHead","data":data,"helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "")
1030
+ + "<div style=\"margin:0 0 16px; white-space:pre-wrap\">"
1031
+ + container.escapeExpression(((helper = (helper = lookupProperty(helpers,"body") || (depth0 != null ? lookupProperty(depth0,"body") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === "function" ? helper.call(alias1,{"name":"body","hash":{},"data":data,"loc":{"start":{"line":1,"column":66},"end":{"line":1,"column":74}}}) : helper)))
1032
+ + "</div>"
1033
+ + ((stack1 = lookupProperty(helpers,"if").call(alias1,(depth0 != null ? lookupProperty(depth0,"agentName") : depth0),{"name":"if","hash":{},"fn":container.program(0, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":1,"column":80},"end":{"line":1,"column":183}}})) != null ? stack1 : "")
1034
+ + ((stack1 = container.invokePartial(lookupProperty(partials,"emailFoot"),depth0,{"name":"emailFoot","data":data,"helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "");
1035
+ },"usePartial":true,"useData":true},
1036
+ "supportReply:text": {"0":function(container,depth0,helpers,partials,data) {
1037
+ var stack1, helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {
1038
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
1039
+ return parent[propertyName];
1040
+ }
1041
+ return undefined
1042
+ };
1043
+
1044
+ return "\n\n— "
1045
+ + ((stack1 = ((helper = (helper = lookupProperty(helpers,"agentName") || (depth0 != null ? lookupProperty(depth0,"agentName") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{"name":"agentName","hash":{},"data":data,"loc":{"start":{"line":3,"column":2},"end":{"line":3,"column":15}}}) : helper))) != null ? stack1 : "");
1046
+ },"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
1047
+ var stack1, helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), lookupProperty = container.lookupProperty || function(parent, propertyName) {
1048
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
1049
+ return parent[propertyName];
1050
+ }
1051
+ return undefined
1052
+ };
1053
+
1054
+ return ((stack1 = ((helper = (helper = lookupProperty(helpers,"body") || (depth0 != null ? lookupProperty(depth0,"body") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === "function" ? helper.call(alias1,{"name":"body","hash":{},"data":data,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":8}}}) : helper))) != null ? stack1 : "")
1055
+ + ((stack1 = lookupProperty(helpers,"if").call(alias1,(depth0 != null ? lookupProperty(depth0,"agentName") : depth0),{"name":"if","hash":{},"fn":container.program(0, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":1,"column":8},"end":{"line":3,"column":22}}})) != null ? stack1 : "");
1056
+ },"useData":true},
1057
+ "newsletter:subject": {"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
1058
+ var stack1, helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {
1059
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
1060
+ return parent[propertyName];
1061
+ }
1062
+ return undefined
1063
+ };
1064
+
1065
+ return ((stack1 = ((helper = (helper = lookupProperty(helpers,"subject") || (depth0 != null ? lookupProperty(depth0,"subject") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{"name":"subject","hash":{},"data":data,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":11}}}) : helper))) != null ? stack1 : "");
1066
+ },"useData":true},
1067
+ "newsletter:html": {"0":function(container,depth0,helpers,partials,data,blockParams,depths) {
1068
+ var stack1, helper, alias1=container.lambda, alias2=container.escapeExpression, alias3=depth0 != null ? depth0 : (container.nullContext || {}), alias4=container.hooks.helperMissing, alias5="function", lookupProperty = container.lookupProperty || function(parent, propertyName) {
1069
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
1070
+ return parent[propertyName];
1071
+ }
1072
+ return undefined
1073
+ };
1074
+
1075
+ return "<div role=\"separator\" class=\"sep\" style=\"background-color:"
1076
+ + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"light") : stack1)) != null ? lookupProperty(stack1,"separator") : stack1), depth0))
1077
+ + "; height:1px; line-height:1px; margin:28px 0\">&zwj;</div>"
1078
+ + ((stack1 = lookupProperty(helpers,"if").call(alias3,(depth0 != null ? lookupProperty(depth0,"featureImage") : depth0),{"name":"if","hash":{},"fn":container.program(1, data, 0, blockParams, depths),"inverse":container.noop,"data":data,"loc":{"start":{"line":1,"column":212},"end":{"line":1,"column":421}}})) != null ? stack1 : "")
1079
+ + "<h2 class=\"t-ink\" style=\"margin:0 0 8px; font-size:19px; font-weight:600; letter-spacing:-0.02em; color:"
1080
+ + alias2(alias1(((stack1 = ((stack1 = (depths[1] != null ? lookupProperty(depths[1],"theme") : depths[1])) != null ? lookupProperty(stack1,"light") : stack1)) != null ? lookupProperty(stack1,"text") : stack1), depth0))
1081
+ + "\">"
1082
+ + alias2(((helper = (helper = lookupProperty(helpers,"title") || (depth0 != null ? lookupProperty(depth0,"title") : depth0)) != null ? helper : alias4),(typeof helper === alias5 ? helper.call(alias3,{"name":"title","hash":{},"data":data,"loc":{"start":{"line":1,"column":550},"end":{"line":1,"column":559}}}) : helper)))
1083
+ + "</h2><p style=\"margin:0 0 8px\">"
1084
+ + alias2(((helper = (helper = lookupProperty(helpers,"summary") || (depth0 != null ? lookupProperty(depth0,"summary") : depth0)) != null ? helper : alias4),(typeof helper === alias5 ? helper.call(alias3,{"name":"summary","hash":{},"data":data,"loc":{"start":{"line":1,"column":590},"end":{"line":1,"column":601}}}) : helper)))
1085
+ + "</p><a href=\""
1086
+ + alias2(((helper = (helper = lookupProperty(helpers,"link") || (depth0 != null ? lookupProperty(depth0,"link") : depth0)) != null ? helper : alias4),(typeof helper === alias5 ? helper.call(alias3,{"name":"link","hash":{},"data":data,"loc":{"start":{"line":1,"column":614},"end":{"line":1,"column":622}}}) : helper)))
1087
+ + "\" class=\"t-ink\" style=\"color:"
1088
+ + alias2(alias1(((stack1 = ((stack1 = (depths[1] != null ? lookupProperty(depths[1],"theme") : depths[1])) != null ? lookupProperty(stack1,"light") : stack1)) != null ? lookupProperty(stack1,"text") : stack1), depth0))
1089
+ + "; font-weight:600; text-decoration:none\">Read more &rarr;</a>";
1090
+ },"1":function(container,depth0,helpers,partials,data) {
1091
+ var helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3="function", alias4=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {
1092
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
1093
+ return parent[propertyName];
1094
+ }
1095
+ return undefined
1096
+ };
1097
+
1098
+ return "<a href=\""
1099
+ + alias4(((helper = (helper = lookupProperty(helpers,"link") || (depth0 != null ? lookupProperty(depth0,"link") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"link","hash":{},"data":data,"loc":{"start":{"line":1,"column":241},"end":{"line":1,"column":249}}}) : helper)))
1100
+ + "\"><img src=\""
1101
+ + alias4(((helper = (helper = lookupProperty(helpers,"featureImage") || (depth0 != null ? lookupProperty(depth0,"featureImage") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"featureImage","hash":{},"data":data,"loc":{"start":{"line":1,"column":261},"end":{"line":1,"column":277}}}) : helper)))
1102
+ + "\" alt=\""
1103
+ + alias4(((helper = (helper = lookupProperty(helpers,"title") || (depth0 != null ? lookupProperty(depth0,"title") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"title","hash":{},"data":data,"loc":{"start":{"line":1,"column":284},"end":{"line":1,"column":293}}}) : helper)))
1104
+ + "\" width=\"100%\" style=\"height:180px; width:100%; object-fit:cover; border-radius:8px; margin-bottom:12px; border:0\" /></a>";
1105
+ },"2":function(container,depth0,helpers,partials,data) {
1106
+ var stack1, helper, alias1=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {
1107
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
1108
+ return parent[propertyName];
1109
+ }
1110
+ return undefined
1111
+ };
1112
+
1113
+ return "<div role=\"separator\" class=\"sep\" style=\"background-color:"
1114
+ + alias1(container.lambda(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"light") : stack1)) != null ? lookupProperty(stack1,"separator") : stack1), depth0))
1115
+ + "; height:1px; line-height:1px; margin:28px 0\">&zwj;</div><p style=\"margin:0\">"
1116
+ + alias1(((helper = (helper = lookupProperty(helpers,"outro") || (depth0 != null ? lookupProperty(depth0,"outro") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{"name":"outro","hash":{},"data":data,"loc":{"start":{"line":1,"column":917},"end":{"line":1,"column":926}}}) : helper)))
1117
+ + "</p>";
1118
+ },"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data,blockParams,depths) {
1119
+ var stack1, helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), lookupProperty = container.lookupProperty || function(parent, propertyName) {
1120
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
1121
+ return parent[propertyName];
1122
+ }
1123
+ return undefined
1124
+ };
1125
+
1126
+ return ((stack1 = container.invokePartial(lookupProperty(partials,"emailHead"),depth0,{"name":"emailHead","data":data,"helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "")
1127
+ + "<p style=\"margin:0 0 8px\">"
1128
+ + container.escapeExpression(((helper = (helper = lookupProperty(helpers,"intro") || (depth0 != null ? lookupProperty(depth0,"intro") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === "function" ? helper.call(alias1,{"name":"intro","hash":{},"data":data,"loc":{"start":{"line":1,"column":41},"end":{"line":1,"column":50}}}) : helper)))
1129
+ + "</p>"
1130
+ + ((stack1 = lookupProperty(helpers,"each").call(alias1,(depth0 != null ? lookupProperty(depth0,"articles") : depth0),{"name":"each","hash":{},"fn":container.program(0, data, 0, blockParams, depths),"inverse":container.noop,"data":data,"loc":{"start":{"line":1,"column":54},"end":{"line":1,"column":744}}})) != null ? stack1 : "")
1131
+ + ((stack1 = lookupProperty(helpers,"if").call(alias1,(depth0 != null ? lookupProperty(depth0,"outro") : depth0),{"name":"if","hash":{},"fn":container.program(2, data, 0, blockParams, depths),"inverse":container.noop,"data":data,"loc":{"start":{"line":1,"column":744},"end":{"line":1,"column":937}}})) != null ? stack1 : "")
1132
+ + ((stack1 = container.invokePartial(lookupProperty(partials,"emailFoot"),depth0,{"name":"emailFoot","data":data,"helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "");
1133
+ },"usePartial":true,"useData":true,"useDepths":true},
1134
+ "newsletter:text": {"0":function(container,depth0,helpers,partials,data) {
1135
+ var stack1, helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3="function", lookupProperty = container.lookupProperty || function(parent, propertyName) {
1136
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
1137
+ return parent[propertyName];
1138
+ }
1139
+ return undefined
1140
+ };
1141
+
1142
+ return ((stack1 = ((helper = (helper = lookupProperty(helpers,"title") || (depth0 != null ? lookupProperty(depth0,"title") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"title","hash":{},"data":data,"loc":{"start":{"line":3,"column":18},"end":{"line":3,"column":27}}}) : helper))) != null ? stack1 : "")
1143
+ + "\n"
1144
+ + ((stack1 = ((helper = (helper = lookupProperty(helpers,"summary") || (depth0 != null ? lookupProperty(depth0,"summary") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"summary","hash":{},"data":data,"loc":{"start":{"line":4,"column":0},"end":{"line":4,"column":11}}}) : helper))) != null ? stack1 : "")
1145
+ + "\n"
1146
+ + ((stack1 = ((helper = (helper = lookupProperty(helpers,"link") || (depth0 != null ? lookupProperty(depth0,"link") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"link","hash":{},"data":data,"loc":{"start":{"line":5,"column":0},"end":{"line":5,"column":8}}}) : helper))) != null ? stack1 : "")
1147
+ + "\n\n";
1148
+ },"1":function(container,depth0,helpers,partials,data) {
1149
+ var stack1, helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {
1150
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
1151
+ return parent[propertyName];
1152
+ }
1153
+ return undefined
1154
+ };
1155
+
1156
+ return ((stack1 = ((helper = (helper = lookupProperty(helpers,"outro") || (depth0 != null ? lookupProperty(depth0,"outro") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{"name":"outro","hash":{},"data":data,"loc":{"start":{"line":7,"column":22},"end":{"line":7,"column":31}}}) : helper))) != null ? stack1 : "");
1157
+ },"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
1158
+ var stack1, helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), lookupProperty = container.lookupProperty || function(parent, propertyName) {
1159
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
1160
+ return parent[propertyName];
1161
+ }
1162
+ return undefined
1163
+ };
1164
+
1165
+ return ((stack1 = ((helper = (helper = lookupProperty(helpers,"intro") || (depth0 != null ? lookupProperty(depth0,"intro") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === "function" ? helper.call(alias1,{"name":"intro","hash":{},"data":data,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":9}}}) : helper))) != null ? stack1 : "")
1166
+ + "\n\n"
1167
+ + ((stack1 = lookupProperty(helpers,"each").call(alias1,(depth0 != null ? lookupProperty(depth0,"articles") : depth0),{"name":"each","hash":{},"fn":container.program(0, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":3,"column":0},"end":{"line":7,"column":9}}})) != null ? stack1 : "")
1168
+ + ((stack1 = lookupProperty(helpers,"if").call(alias1,(depth0 != null ? lookupProperty(depth0,"outro") : depth0),{"name":"if","hash":{},"fn":container.program(1, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":7,"column":9},"end":{"line":7,"column":38}}})) != null ? stack1 : "");
1169
+ },"useData":true},
1170
+ "leadCapture:subject": {"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
1171
+ var stack1, lookupProperty = container.lookupProperty || function(parent, propertyName) {
1172
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
1173
+ return parent[propertyName];
1174
+ }
1175
+ return undefined
1176
+ };
1177
+
1178
+ return ((stack1 = (lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),"email/lead_capture.subject",{"name":"t","hash":{"asset":(depth0 != null ? lookupProperty(depth0,"assetName") : depth0)},"data":data,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":50}}})) != null ? stack1 : "");
1179
+ },"useData":true},
1180
+ "leadCapture:html": {"0":function(container,depth0,helpers,partials,data) {
1181
+ var lookupProperty = container.lookupProperty || function(parent, propertyName) {
1182
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
1183
+ return parent[propertyName];
1184
+ }
1185
+ return undefined
1186
+ };
1187
+
1188
+ return container.escapeExpression((lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),"email/shell.greeting_named",{"name":"t","hash":{"name":(depth0 != null ? lookupProperty(depth0,"name") : depth0)},"data":data,"loc":{"start":{"line":1,"column":219},"end":{"line":1,"column":263}}}));
1189
+ },"1":function(container,depth0,helpers,partials,data) {
1190
+ var lookupProperty = container.lookupProperty || function(parent, propertyName) {
1191
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
1192
+ return parent[propertyName];
1193
+ }
1194
+ return undefined
1195
+ };
1196
+
1197
+ return container.escapeExpression((lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),"email/shell.greeting",{"name":"t","hash":{},"data":data,"loc":{"start":{"line":1,"column":271},"end":{"line":1,"column":299}}}));
1198
+ },"2":function(container,depth0,helpers,partials,data) {
1199
+ var helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {
1200
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
1201
+ return parent[propertyName];
1202
+ }
1203
+ return undefined
1204
+ };
1205
+
1206
+ return "<p style=\"margin:0 0 8px\">"
1207
+ + container.escapeExpression(((helper = (helper = lookupProperty(helpers,"message") || (depth0 != null ? lookupProperty(depth0,"message") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{"name":"message","hash":{},"data":data,"loc":{"start":{"line":1,"column":351},"end":{"line":1,"column":362}}}) : helper)))
1208
+ + "</p>";
1209
+ },"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
1210
+ var stack1, helper, alias1=container.lambda, alias2=container.escapeExpression, alias3=depth0 != null ? depth0 : (container.nullContext || {}), alias4=container.hooks.helperMissing, alias5="function", lookupProperty = container.lookupProperty || function(parent, propertyName) {
1211
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
1212
+ return parent[propertyName];
1213
+ }
1214
+ return undefined
1215
+ };
1216
+
1217
+ return ((stack1 = container.invokePartial(lookupProperty(partials,"emailHead"),depth0,{"name":"emailHead","data":data,"helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "")
1218
+ + "<h1 class=\"t-ink\" style=\"margin:0 0 16px; font-size:22px; font-weight:600; letter-spacing:-0.02em; color:"
1219
+ + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"light") : stack1)) != null ? lookupProperty(stack1,"text") : stack1), depth0))
1220
+ + "\">"
1221
+ + alias2((lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||alias4).call(alias3,"email/lead_capture.heading",{"name":"t","hash":{},"data":data,"loc":{"start":{"line":1,"column":142},"end":{"line":1,"column":176}}}))
1222
+ + "</h1><p style=\"margin:0 0 8px\">"
1223
+ + ((stack1 = lookupProperty(helpers,"if").call(alias3,(depth0 != null ? lookupProperty(depth0,"name") : depth0),{"name":"if","hash":{},"fn":container.program(0, data, 0),"inverse":container.program(1, data, 0),"data":data,"loc":{"start":{"line":1,"column":207},"end":{"line":1,"column":306}}})) != null ? stack1 : "")
1224
+ + "</p>"
1225
+ + ((stack1 = lookupProperty(helpers,"if").call(alias3,(depth0 != null ? lookupProperty(depth0,"message") : depth0),{"name":"if","hash":{},"fn":container.program(2, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":1,"column":310},"end":{"line":1,"column":373}}})) != null ? stack1 : "")
1226
+ + "<p style=\"margin:0 0 8px\">"
1227
+ + alias2((lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||alias4).call(alias3,"email/lead_capture.ready",{"name":"t","hash":{"asset":(depth0 != null ? lookupProperty(depth0,"assetName") : depth0)},"data":data,"loc":{"start":{"line":1,"column":399},"end":{"line":1,"column":447}}}))
1228
+ + "</p><!--[if mso]><v:roundrect xmlns:v=\"urn:schemas-microsoft-com:vml\" xmlns:w=\"urn:schemas-microsoft-com:office:word\" href=\""
1229
+ + alias2(((helper = (helper = lookupProperty(helpers,"assetUrl") || (depth0 != null ? lookupProperty(depth0,"assetUrl") : depth0)) != null ? helper : alias4),(typeof helper === alias5 ? helper.call(alias3,{"name":"assetUrl","hash":{},"data":data,"loc":{"start":{"line":1,"column":571},"end":{"line":1,"column":583}}}) : helper)))
1230
+ + "\" style=\"height:44px;v-text-anchor:middle;width:220px;\" arcsize=\"16%\" fillcolor=\""
1231
+ + alias2(alias1(((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"accent") : stack1), depth0))
1232
+ + "\" stroke=\"f\"><w:anchorlock/><center style=\"color:#111111;font-family:sans-serif;font-size:14px;font-weight:600;\">"
1233
+ + alias2((lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||alias4).call(alias3,"email/lead_capture.cta",{"name":"t","hash":{},"data":data,"loc":{"start":{"line":1,"column":793},"end":{"line":1,"column":823}}}))
1234
+ + "</center></v:roundrect><![endif]--><!--[if !mso]><!--><a href=\""
1235
+ + alias2(((helper = (helper = lookupProperty(helpers,"assetUrl") || (depth0 != null ? lookupProperty(depth0,"assetUrl") : depth0)) != null ? helper : alias4),(typeof helper === alias5 ? helper.call(alias3,{"name":"assetUrl","hash":{},"data":data,"loc":{"start":{"line":1,"column":886},"end":{"line":1,"column":898}}}) : helper)))
1236
+ + "\" style=\"display:inline-block; margin:24px 0; background-color:"
1237
+ + alias2(alias1(((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"accent") : stack1), depth0))
1238
+ + "; color:#111111; font-size:14px; font-weight:600; text-decoration:none; padding:13px 26px; border-radius:8px\">"
1239
+ + alias2((lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||alias4).call(alias3,"email/lead_capture.cta",{"name":"t","hash":{},"data":data,"loc":{"start":{"line":1,"column":1087},"end":{"line":1,"column":1117}}}))
1240
+ + "</a><!--<![endif]-->"
1241
+ + ((stack1 = container.invokePartial(lookupProperty(partials,"emailFoot"),depth0,{"name":"emailFoot","data":data,"helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "");
1242
+ },"usePartial":true,"useData":true},
1243
+ "leadCapture:text": {"0":function(container,depth0,helpers,partials,data) {
1244
+ var stack1, lookupProperty = container.lookupProperty || function(parent, propertyName) {
1245
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
1246
+ return parent[propertyName];
1247
+ }
1248
+ return undefined
1249
+ };
1250
+
1251
+ return ((stack1 = (lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),"email/shell.greeting_named",{"name":"t","hash":{"name":(depth0 != null ? lookupProperty(depth0,"name") : depth0)},"data":data,"loc":{"start":{"line":1,"column":12},"end":{"line":1,"column":56}}})) != null ? stack1 : "");
1252
+ },"1":function(container,depth0,helpers,partials,data) {
1253
+ var stack1, lookupProperty = container.lookupProperty || function(parent, propertyName) {
1254
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
1255
+ return parent[propertyName];
1256
+ }
1257
+ return undefined
1258
+ };
1259
+
1260
+ return ((stack1 = (lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),"email/shell.greeting",{"name":"t","hash":{},"data":data,"loc":{"start":{"line":1,"column":64},"end":{"line":1,"column":92}}})) != null ? stack1 : "");
1261
+ },"2":function(container,depth0,helpers,partials,data) {
1262
+ var stack1, helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {
1263
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
1264
+ return parent[propertyName];
1265
+ }
1266
+ return undefined
1267
+ };
1268
+
1269
+ return ((stack1 = ((helper = (helper = lookupProperty(helpers,"message") || (depth0 != null ? lookupProperty(depth0,"message") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{"name":"message","hash":{},"data":data,"loc":{"start":{"line":3,"column":15},"end":{"line":3,"column":26}}}) : helper))) != null ? stack1 : "")
1270
+ + "\n\n";
1271
+ },"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
1272
+ var stack1, helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, lookupProperty = container.lookupProperty || function(parent, propertyName) {
1273
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
1274
+ return parent[propertyName];
1275
+ }
1276
+ return undefined
1277
+ };
1278
+
1279
+ return ((stack1 = lookupProperty(helpers,"if").call(alias1,(depth0 != null ? lookupProperty(depth0,"name") : depth0),{"name":"if","hash":{},"fn":container.program(0, data, 0),"inverse":container.program(1, data, 0),"data":data,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":99}}})) != null ? stack1 : "")
1280
+ + "\n\n"
1281
+ + ((stack1 = lookupProperty(helpers,"if").call(alias1,(depth0 != null ? lookupProperty(depth0,"message") : depth0),{"name":"if","hash":{},"fn":container.program(2, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":3,"column":0},"end":{"line":5,"column":7}}})) != null ? stack1 : "")
1282
+ + ((stack1 = (lookupProperty(helpers,"t")||(depth0 && lookupProperty(depth0,"t"))||alias2).call(alias1,"email/lead_capture.text_ready",{"name":"t","hash":{"asset":(depth0 != null ? lookupProperty(depth0,"assetName") : depth0)},"data":data,"loc":{"start":{"line":5,"column":7},"end":{"line":5,"column":60}}})) != null ? stack1 : "")
1283
+ + " "
1284
+ + ((stack1 = ((helper = (helper = lookupProperty(helpers,"assetUrl") || (depth0 != null ? lookupProperty(depth0,"assetUrl") : depth0)) != null ? helper : alias2),(typeof helper === "function" ? helper.call(alias1,{"name":"assetUrl","hash":{},"data":data,"loc":{"start":{"line":5,"column":61},"end":{"line":5,"column":73}}}) : helper))) != null ? stack1 : "");
1285
+ },"useData":true},
1286
+ "marketingCampaign:subject": {"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
1287
+ var stack1, helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {
1288
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
1289
+ return parent[propertyName];
1290
+ }
1291
+ return undefined
1292
+ };
1293
+
1294
+ return ((stack1 = ((helper = (helper = lookupProperty(helpers,"subject") || (depth0 != null ? lookupProperty(depth0,"subject") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{"name":"subject","hash":{},"data":data,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":11}}}) : helper))) != null ? stack1 : "");
1295
+ },"useData":true},
1296
+ "marketingCampaign:html": {"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
1297
+ var stack1, helper, alias1=container.lambda, alias2=container.escapeExpression, alias3=depth0 != null ? depth0 : (container.nullContext || {}), alias4=container.hooks.helperMissing, alias5="function", lookupProperty = container.lookupProperty || function(parent, propertyName) {
1298
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
1299
+ return parent[propertyName];
1300
+ }
1301
+ return undefined
1302
+ };
1303
+
1304
+ return ((stack1 = container.invokePartial(lookupProperty(partials,"emailHead"),depth0,{"name":"emailHead","data":data,"helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "")
1305
+ + "<h1 class=\"t-ink\" style=\"margin:0 0 16px; font-size:22px; font-weight:600; letter-spacing:-0.02em; color:"
1306
+ + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"light") : stack1)) != null ? lookupProperty(stack1,"text") : stack1), depth0))
1307
+ + "\">"
1308
+ + alias2(((helper = (helper = lookupProperty(helpers,"heading") || (depth0 != null ? lookupProperty(depth0,"heading") : depth0)) != null ? helper : alias4),(typeof helper === alias5 ? helper.call(alias3,{"name":"heading","hash":{},"data":data,"loc":{"start":{"line":1,"column":142},"end":{"line":1,"column":153}}}) : helper)))
1309
+ + "</h1><p style=\"margin:0 0 8px\">"
1310
+ + alias2(((helper = (helper = lookupProperty(helpers,"body") || (depth0 != null ? lookupProperty(depth0,"body") : depth0)) != null ? helper : alias4),(typeof helper === alias5 ? helper.call(alias3,{"name":"body","hash":{},"data":data,"loc":{"start":{"line":1,"column":184},"end":{"line":1,"column":192}}}) : helper)))
1311
+ + "</p><!--[if mso]><v:roundrect xmlns:v=\"urn:schemas-microsoft-com:vml\" xmlns:w=\"urn:schemas-microsoft-com:office:word\" href=\""
1312
+ + alias2(((helper = (helper = lookupProperty(helpers,"ctaUrl") || (depth0 != null ? lookupProperty(depth0,"ctaUrl") : depth0)) != null ? helper : alias4),(typeof helper === alias5 ? helper.call(alias3,{"name":"ctaUrl","hash":{},"data":data,"loc":{"start":{"line":1,"column":316},"end":{"line":1,"column":326}}}) : helper)))
1313
+ + "\" style=\"height:44px;v-text-anchor:middle;width:220px;\" arcsize=\"16%\" fillcolor=\""
1314
+ + alias2(alias1(((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"accent") : stack1), depth0))
1315
+ + "\" stroke=\"f\"><w:anchorlock/><center style=\"color:#111111;font-family:sans-serif;font-size:14px;font-weight:600;\">"
1316
+ + alias2(((helper = (helper = lookupProperty(helpers,"ctaLabel") || (depth0 != null ? lookupProperty(depth0,"ctaLabel") : depth0)) != null ? helper : alias4),(typeof helper === alias5 ? helper.call(alias3,{"name":"ctaLabel","hash":{},"data":data,"loc":{"start":{"line":1,"column":536},"end":{"line":1,"column":548}}}) : helper)))
1317
+ + "</center></v:roundrect><![endif]--><!--[if !mso]><!--><a href=\""
1318
+ + alias2(((helper = (helper = lookupProperty(helpers,"ctaUrl") || (depth0 != null ? lookupProperty(depth0,"ctaUrl") : depth0)) != null ? helper : alias4),(typeof helper === alias5 ? helper.call(alias3,{"name":"ctaUrl","hash":{},"data":data,"loc":{"start":{"line":1,"column":611},"end":{"line":1,"column":621}}}) : helper)))
1319
+ + "\" style=\"display:inline-block; margin:24px 0; background-color:"
1320
+ + alias2(alias1(((stack1 = (depth0 != null ? lookupProperty(depth0,"theme") : depth0)) != null ? lookupProperty(stack1,"accent") : stack1), depth0))
1321
+ + "; color:#111111; font-size:14px; font-weight:600; text-decoration:none; padding:13px 26px; border-radius:8px\">"
1322
+ + alias2(((helper = (helper = lookupProperty(helpers,"ctaLabel") || (depth0 != null ? lookupProperty(depth0,"ctaLabel") : depth0)) != null ? helper : alias4),(typeof helper === alias5 ? helper.call(alias3,{"name":"ctaLabel","hash":{},"data":data,"loc":{"start":{"line":1,"column":810},"end":{"line":1,"column":822}}}) : helper)))
1323
+ + "</a><!--<![endif]-->"
1324
+ + ((stack1 = container.invokePartial(lookupProperty(partials,"emailFoot"),depth0,{"name":"emailFoot","data":data,"helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "");
1325
+ },"usePartial":true,"useData":true},
1326
+ "marketingCampaign:text": {"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
1327
+ var stack1, helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3="function", lookupProperty = container.lookupProperty || function(parent, propertyName) {
1328
+ if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
1329
+ return parent[propertyName];
1330
+ }
1331
+ return undefined
1332
+ };
1333
+
1334
+ return ((stack1 = ((helper = (helper = lookupProperty(helpers,"heading") || (depth0 != null ? lookupProperty(depth0,"heading") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"heading","hash":{},"data":data,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":11}}}) : helper))) != null ? stack1 : "")
1335
+ + "\n\n"
1336
+ + ((stack1 = ((helper = (helper = lookupProperty(helpers,"body") || (depth0 != null ? lookupProperty(depth0,"body") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"body","hash":{},"data":data,"loc":{"start":{"line":3,"column":0},"end":{"line":3,"column":8}}}) : helper))) != null ? stack1 : "")
1337
+ + "\n\n"
1338
+ + ((stack1 = ((helper = (helper = lookupProperty(helpers,"ctaLabel") || (depth0 != null ? lookupProperty(depth0,"ctaLabel") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"ctaLabel","hash":{},"data":data,"loc":{"start":{"line":5,"column":0},"end":{"line":5,"column":12}}}) : helper))) != null ? stack1 : "")
1339
+ + ": "
1340
+ + ((stack1 = ((helper = (helper = lookupProperty(helpers,"ctaUrl") || (depth0 != null ? lookupProperty(depth0,"ctaUrl") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"ctaUrl","hash":{},"data":data,"loc":{"start":{"line":5,"column":14},"end":{"line":5,"column":24}}}) : helper))) != null ? stack1 : "");
1341
+ },"useData":true},
1342
+ };