@clink/emails 1.1.8 → 1.2.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 (416) hide show
  1. package/dist/build-emails.js +1 -1
  2. package/dist/html/buyer/checkout-link/da.html +482 -15
  3. package/dist/html/buyer/checkout-link/en.html +482 -15
  4. package/dist/html/buyer/deposit-captured/da.html +425 -20
  5. package/dist/html/buyer/deposit-captured/en.html +425 -20
  6. package/dist/html/buyer/deposit-not-reserved/da.html +445 -17
  7. package/dist/html/buyer/deposit-not-reserved/en.html +445 -17
  8. package/dist/html/buyer/deposit-reserved/da.html +441 -16
  9. package/dist/html/buyer/deposit-reserved/en.html +441 -16
  10. package/dist/html/buyer/invoice-bank-transfer/da.html +437 -15
  11. package/dist/html/buyer/invoice-bank-transfer/en.html +437 -15
  12. package/dist/html/buyer/invoice-full/da.html +1068 -20
  13. package/dist/html/buyer/invoice-full/en.html +1068 -20
  14. package/dist/html/buyer/invoice-pdf-attached/da.html +576 -19
  15. package/dist/html/buyer/invoice-pdf-attached/en.html +576 -19
  16. package/dist/html/buyer/invoice-rate1/da.html +1182 -20
  17. package/dist/html/buyer/invoice-rate1/en.html +1182 -20
  18. package/dist/html/buyer/invoice-rate2/da.html +1194 -20
  19. package/dist/html/buyer/invoice-rate2/en.html +1194 -20
  20. package/dist/html/buyer/manual-order-created/da.html +484 -18
  21. package/dist/html/buyer/manual-order-created/en.html +484 -18
  22. package/dist/html/buyer/membership-invoice/da.html +847 -19
  23. package/dist/html/buyer/membership-invoice/en.html +847 -19
  24. package/dist/html/buyer/membership-payment-declined/da.html +429 -16
  25. package/dist/html/buyer/membership-payment-declined/en.html +429 -16
  26. package/dist/html/buyer/membership-renewal-invoice/da.html +950 -17
  27. package/dist/html/buyer/membership-renewal-invoice/en.html +950 -17
  28. package/dist/html/buyer/membership-type-not-exist/da.html +395 -15
  29. package/dist/html/buyer/membership-type-not-exist/en.html +395 -15
  30. package/dist/html/buyer/order-cancelled-by-customer/da.html +415 -20
  31. package/dist/html/buyer/order-cancelled-by-customer/en.html +415 -20
  32. package/dist/html/buyer/order-changed/da.html +716 -17
  33. package/dist/html/buyer/order-changed/en.html +716 -17
  34. package/dist/html/buyer/order-confirmed/da.html +400 -18
  35. package/dist/html/buyer/order-confirmed/en.html +400 -18
  36. package/dist/html/buyer/order-confirmed-already-booked/da.html +465 -19
  37. package/dist/html/buyer/order-confirmed-already-booked/en.html +465 -19
  38. package/dist/html/buyer/order-confirmed-w-reservations/da.html +529 -20
  39. package/dist/html/buyer/order-confirmed-w-reservations/en.html +529 -20
  40. package/dist/html/buyer/order-declined/da.html +393 -18
  41. package/dist/html/buyer/order-declined/en.html +393 -18
  42. package/dist/html/buyer/order-declined-coupon/da.html +654 -21
  43. package/dist/html/buyer/order-declined-coupon/en.html +654 -21
  44. package/dist/html/buyer/order-placed/da.html +646 -22
  45. package/dist/html/buyer/order-placed/en.html +646 -22
  46. package/dist/html/buyer/order-reservations-cancelled/da.html +398 -14
  47. package/dist/html/buyer/order-reservations-cancelled/en.html +398 -14
  48. package/dist/html/buyer/payment-card-expired/da.html +340 -18
  49. package/dist/html/buyer/payment-card-expired/en.html +340 -18
  50. package/dist/html/buyer/payment-failed/da.html +486 -18
  51. package/dist/html/buyer/payment-failed/en.html +486 -18
  52. package/dist/html/buyer/payment-failed-new-deadline/da.html +483 -18
  53. package/dist/html/buyer/payment-failed-new-deadline/en.html +483 -18
  54. package/dist/html/buyer/payment-received/da.html +447 -15
  55. package/dist/html/buyer/payment-received/en.html +447 -15
  56. package/dist/html/buyer/place-order-confirmed/da.html +1316 -26
  57. package/dist/html/buyer/place-order-confirmed/en.html +1316 -26
  58. package/dist/html/buyer/rate2-reminder/da.html +426 -18
  59. package/dist/html/buyer/rate2-reminder/en.html +426 -18
  60. package/dist/html/supplier/account-restricted/da.html +409 -15
  61. package/dist/html/supplier/account-restricted/en.html +409 -15
  62. package/dist/html/supplier/account-restricted-soon/da.html +409 -16
  63. package/dist/html/supplier/account-restricted-soon/en.html +409 -16
  64. package/dist/html/supplier/account-user-accepted-invitation/da.html +396 -15
  65. package/dist/html/supplier/account-user-accepted-invitation/en.html +396 -15
  66. package/dist/html/supplier/account-user-invite/da.html +394 -14
  67. package/dist/html/supplier/account-user-invite/en.html +394 -14
  68. package/dist/html/supplier/bank-account-changed/da.html +394 -14
  69. package/dist/html/supplier/bank-account-changed/en.html +394 -14
  70. package/dist/html/supplier/deposit-not-reserved/da.html +447 -17
  71. package/dist/html/supplier/deposit-not-reserved/en.html +447 -17
  72. package/dist/html/supplier/manual-order-created/da.html +407 -14
  73. package/dist/html/supplier/manual-order-created/en.html +407 -14
  74. package/dist/html/supplier/new-member/da.html +328 -14
  75. package/dist/html/supplier/new-member/en.html +328 -14
  76. package/dist/html/supplier/new-member-message/da.html +324 -14
  77. package/dist/html/supplier/new-member-message/en.html +324 -14
  78. package/dist/html/supplier/onboarding-breakup/da.html +460 -0
  79. package/dist/html/supplier/onboarding-breakup/en.html +460 -0
  80. package/dist/html/supplier/onboarding-inactive-14d/da.html +460 -0
  81. package/dist/html/supplier/onboarding-inactive-14d/en.html +460 -0
  82. package/dist/html/supplier/onboarding-inactive-21d/da.html +460 -0
  83. package/dist/html/supplier/onboarding-inactive-21d/en.html +460 -0
  84. package/dist/html/supplier/onboarding-inactive-7d/da.html +460 -0
  85. package/dist/html/supplier/onboarding-inactive-7d/en.html +460 -0
  86. package/dist/html/supplier/onboarding-inactive-reminder/da.html +460 -0
  87. package/dist/html/supplier/onboarding-inactive-reminder/en.html +460 -0
  88. package/dist/html/supplier/onboarding-next-step/da.html +460 -0
  89. package/dist/html/supplier/onboarding-next-step/en.html +460 -0
  90. package/dist/html/supplier/onboarding-product-in-review/da.html +460 -0
  91. package/dist/html/supplier/onboarding-product-in-review/en.html +460 -0
  92. package/dist/html/supplier/onboarding-stuck-company-info/da.html +460 -0
  93. package/dist/html/supplier/onboarding-stuck-company-info/en.html +460 -0
  94. package/dist/html/supplier/onboarding-stuck-product/da.html +460 -0
  95. package/dist/html/supplier/onboarding-stuck-product/en.html +460 -0
  96. package/dist/html/supplier/onboarding-stuck-step/da.html +501 -0
  97. package/dist/html/supplier/onboarding-stuck-step/en.html +501 -0
  98. package/dist/html/supplier/onboarding-stuck-stripe/da.html +460 -0
  99. package/dist/html/supplier/onboarding-stuck-stripe/en.html +460 -0
  100. package/dist/html/supplier/onboarding-stuck-submit-review/da.html +460 -0
  101. package/dist/html/supplier/onboarding-stuck-submit-review/en.html +460 -0
  102. package/dist/html/supplier/onboarding-zero-login/da.html +460 -0
  103. package/dist/html/supplier/onboarding-zero-login/en.html +460 -0
  104. package/dist/html/supplier/order-cancelled-by-customer/da.html +598 -17
  105. package/dist/html/supplier/order-cancelled-by-customer/en.html +598 -17
  106. package/dist/html/supplier/order-changed/da.html +716 -17
  107. package/dist/html/supplier/order-changed/en.html +716 -17
  108. package/dist/html/supplier/order-received/da.html +575 -22
  109. package/dist/html/supplier/order-received/en.html +575 -22
  110. package/dist/html/supplier/order-reservations-cancelled/da.html +482 -17
  111. package/dist/html/supplier/order-reservations-cancelled/en.html +482 -17
  112. package/dist/html/supplier/order-reservations-confirmed/da.html +526 -18
  113. package/dist/html/supplier/order-reservations-confirmed/en.html +526 -18
  114. package/dist/html/supplier/payment-failed/da.html +478 -18
  115. package/dist/html/supplier/payment-failed/en.html +478 -18
  116. package/dist/html/supplier/payout/da.html +530 -16
  117. package/dist/html/supplier/payout/en.html +530 -16
  118. package/dist/html/supplier/place-cancellation/da.html +483 -18
  119. package/dist/html/supplier/place-cancellation/en.html +483 -18
  120. package/dist/html/supplier/place-order-received/da.html +735 -26
  121. package/dist/html/supplier/place-order-received/en.html +735 -26
  122. package/dist/html/supplier/supplier-approved/da.html +409 -18
  123. package/dist/html/supplier/supplier-approved/en.html +409 -18
  124. package/dist/html/supplier/supplier-ask-for-reviews/da.html +462 -0
  125. package/dist/html/supplier/supplier-ask-for-reviews/en.html +462 -0
  126. package/dist/html/supplier/supplier-breakup-active/da.html +462 -0
  127. package/dist/html/supplier/supplier-breakup-active/en.html +462 -0
  128. package/dist/html/supplier/supplier-first-order/da.html +462 -0
  129. package/dist/html/supplier/supplier-first-order/en.html +462 -0
  130. package/dist/html/supplier/supplier-inactive-30d/da.html +462 -0
  131. package/dist/html/supplier/supplier-inactive-30d/en.html +462 -0
  132. package/dist/html/supplier/supplier-inactive-60d/da.html +462 -0
  133. package/dist/html/supplier/supplier-inactive-60d/en.html +462 -0
  134. package/dist/html/supplier/supplier-inactive-90d/da.html +462 -0
  135. package/dist/html/supplier/supplier-inactive-90d/en.html +462 -0
  136. package/dist/html/supplier/supplier-login-reminder/da.html +501 -0
  137. package/dist/html/supplier/supplier-login-reminder/en.html +501 -0
  138. package/dist/html/supplier/supplier-monthly-stats/da.html +462 -0
  139. package/dist/html/supplier/supplier-monthly-stats/en.html +462 -0
  140. package/dist/html/supplier/supplier-new-review/da.html +462 -0
  141. package/dist/html/supplier/supplier-new-review/en.html +462 -0
  142. package/dist/html/supplier/supplier-offseason-patience/da.html +501 -0
  143. package/dist/html/supplier/supplier-offseason-patience/en.html +501 -0
  144. package/dist/html/supplier/supplier-product-approved/da.html +508 -20
  145. package/dist/html/supplier/supplier-product-approved/en.html +508 -20
  146. package/dist/html/supplier/supplier-profile-tips/da.html +462 -0
  147. package/dist/html/supplier/supplier-profile-tips/en.html +462 -0
  148. package/dist/html/supplier/supplier-public/da.html +1158 -42
  149. package/dist/html/supplier/supplier-public/en.html +1158 -42
  150. package/dist/html/supplier/supplier-registered/da.html +311 -15
  151. package/dist/html/supplier/supplier-registered/en.html +311 -15
  152. package/dist/html/supplier/supplier-seasonal-reminder/da.html +462 -0
  153. package/dist/html/supplier/supplier-seasonal-reminder/en.html +462 -0
  154. package/dist/html/supplier/supplier-welcome-back/da.html +462 -0
  155. package/dist/html/supplier/supplier-welcome-back/en.html +462 -0
  156. package/dist/html/supplier/supplier-zero-order-benchmark/da.html +462 -0
  157. package/dist/html/supplier/supplier-zero-order-benchmark/en.html +462 -0
  158. package/dist/html/supplier/supplier-zero-order-optimize/da.html +462 -0
  159. package/dist/html/supplier/supplier-zero-order-optimize/en.html +462 -0
  160. package/dist/html/supplier/supplier-zero-order-personal/da.html +462 -0
  161. package/dist/html/supplier/supplier-zero-order-personal/en.html +462 -0
  162. package/dist/html/supplier/supplier-zero-order-standout/da.html +462 -0
  163. package/dist/html/supplier/supplier-zero-order-standout/en.html +462 -0
  164. package/dist/html/supplier/user-permission-changed/da.html +396 -14
  165. package/dist/html/supplier/user-permission-changed/en.html +396 -14
  166. package/dist/layouts/base.mjml +132 -132
  167. package/dist/layouts/da.json +4 -4
  168. package/dist/layouts/en.json +4 -4
  169. package/dist/templates/buyer/checkout-link/da.json +8 -7
  170. package/dist/templates/buyer/checkout-link/en.json +8 -7
  171. package/dist/templates/buyer/checkout-link/template.mjml +43 -24
  172. package/dist/templates/buyer/deposit-captured/da.json +13 -14
  173. package/dist/templates/buyer/deposit-captured/en.json +13 -14
  174. package/dist/templates/buyer/deposit-captured/template.mjml +46 -61
  175. package/dist/templates/buyer/deposit-not-reserved/da.json +9 -10
  176. package/dist/templates/buyer/deposit-not-reserved/en.json +9 -10
  177. package/dist/templates/buyer/deposit-not-reserved/template.mjml +49 -36
  178. package/dist/templates/buyer/deposit-reserved/da.json +8 -10
  179. package/dist/templates/buyer/deposit-reserved/en.json +8 -10
  180. package/dist/templates/buyer/deposit-reserved/template.mjml +45 -27
  181. package/dist/templates/buyer/invoice-bank-transfer/da.json +8 -10
  182. package/dist/templates/buyer/invoice-bank-transfer/en.json +8 -10
  183. package/dist/templates/buyer/invoice-bank-transfer/template.mjml +34 -27
  184. package/dist/templates/buyer/invoice-full/da.json +21 -15
  185. package/dist/templates/buyer/invoice-full/en.json +21 -15
  186. package/dist/templates/buyer/invoice-full/template.mjml +242 -65
  187. package/dist/templates/buyer/invoice-pdf-attached/da.json +22 -16
  188. package/dist/templates/buyer/invoice-pdf-attached/en.json +22 -16
  189. package/dist/templates/buyer/invoice-pdf-attached/template.mjml +91 -69
  190. package/dist/templates/buyer/invoice-rate1/da.json +22 -18
  191. package/dist/templates/buyer/invoice-rate1/en.json +22 -18
  192. package/dist/templates/buyer/invoice-rate1/template.mjml +239 -68
  193. package/dist/templates/buyer/invoice-rate2/da.json +24 -14
  194. package/dist/templates/buyer/invoice-rate2/en.json +24 -14
  195. package/dist/templates/buyer/invoice-rate2/template.mjml +217 -64
  196. package/dist/templates/buyer/manual-order-created/da.json +10 -9
  197. package/dist/templates/buyer/manual-order-created/en.json +10 -9
  198. package/dist/templates/buyer/manual-order-created/template.mjml +48 -42
  199. package/dist/templates/buyer/membership-invoice/da.json +15 -14
  200. package/dist/templates/buyer/membership-invoice/en.json +15 -14
  201. package/dist/templates/buyer/membership-invoice/template.mjml +130 -56
  202. package/dist/templates/buyer/membership-payment-declined/da.json +18 -9
  203. package/dist/templates/buyer/membership-payment-declined/en.json +18 -9
  204. package/dist/templates/buyer/membership-payment-declined/template.mjml +56 -26
  205. package/dist/templates/buyer/membership-renewal-invoice/da.json +21 -14
  206. package/dist/templates/buyer/membership-renewal-invoice/en.json +21 -14
  207. package/dist/templates/buyer/membership-renewal-invoice/template.mjml +172 -37
  208. package/dist/templates/buyer/membership-type-not-exist/da.json +12 -6
  209. package/dist/templates/buyer/membership-type-not-exist/en.json +12 -6
  210. package/dist/templates/buyer/membership-type-not-exist/template.mjml +34 -16
  211. package/dist/templates/buyer/order-cancelled-by-customer/da.json +11 -11
  212. package/dist/templates/buyer/order-cancelled-by-customer/en.json +11 -11
  213. package/dist/templates/buyer/order-cancelled-by-customer/template.mjml +46 -63
  214. package/dist/templates/buyer/order-changed/da.json +17 -15
  215. package/dist/templates/buyer/order-changed/en.json +17 -15
  216. package/dist/templates/buyer/order-changed/template.mjml +103 -63
  217. package/dist/templates/buyer/order-confirmed/da.json +9 -9
  218. package/dist/templates/buyer/order-confirmed/en.json +9 -9
  219. package/dist/templates/buyer/order-confirmed/template.mjml +26 -42
  220. package/dist/templates/buyer/order-confirmed-already-booked/da.json +17 -10
  221. package/dist/templates/buyer/order-confirmed-already-booked/en.json +17 -10
  222. package/dist/templates/buyer/order-confirmed-already-booked/template.mjml +49 -50
  223. package/dist/templates/buyer/order-confirmed-w-reservations/da.json +11 -11
  224. package/dist/templates/buyer/order-confirmed-w-reservations/en.json +11 -11
  225. package/dist/templates/buyer/order-confirmed-w-reservations/template.mjml +55 -59
  226. package/dist/templates/buyer/order-declined/da.json +9 -8
  227. package/dist/templates/buyer/order-declined/en.json +9 -8
  228. package/dist/templates/buyer/order-declined/template.mjml +27 -39
  229. package/dist/templates/buyer/order-declined-coupon/da.json +30 -11
  230. package/dist/templates/buyer/order-declined-coupon/en.json +30 -11
  231. package/dist/templates/buyer/order-declined-coupon/template.mjml +97 -69
  232. package/dist/templates/buyer/order-placed/da.json +13 -13
  233. package/dist/templates/buyer/order-placed/en.json +13 -13
  234. package/dist/templates/buyer/order-placed/template.mjml +69 -69
  235. package/dist/templates/buyer/order-reservations-cancelled/da.json +8 -6
  236. package/dist/templates/buyer/order-reservations-cancelled/en.json +8 -6
  237. package/dist/templates/buyer/order-reservations-cancelled/template.mjml +25 -16
  238. package/dist/templates/buyer/payment-card-expired/da.json +9 -12
  239. package/dist/templates/buyer/payment-card-expired/en.json +9 -12
  240. package/dist/templates/buyer/payment-card-expired/template.mjml +17 -47
  241. package/dist/templates/buyer/payment-failed/da.json +16 -13
  242. package/dist/templates/buyer/payment-failed/en.json +16 -13
  243. package/dist/templates/buyer/payment-failed/template.mjml +65 -55
  244. package/dist/templates/buyer/payment-failed-new-deadline/da.json +15 -13
  245. package/dist/templates/buyer/payment-failed-new-deadline/en.json +15 -13
  246. package/dist/templates/buyer/payment-failed-new-deadline/template.mjml +64 -55
  247. package/dist/templates/buyer/payment-received/da.json +9 -9
  248. package/dist/templates/buyer/payment-received/en.json +9 -9
  249. package/dist/templates/buyer/payment-received/template.mjml +63 -19
  250. package/dist/templates/buyer/place-order-confirmed/da.json +39 -17
  251. package/dist/templates/buyer/place-order-confirmed/en.json +39 -17
  252. package/dist/templates/buyer/place-order-confirmed/template.mjml +317 -102
  253. package/dist/templates/buyer/rate2-reminder/da.json +12 -12
  254. package/dist/templates/buyer/rate2-reminder/en.json +12 -12
  255. package/dist/templates/buyer/rate2-reminder/template.mjml +43 -47
  256. package/dist/templates/supplier/account-restricted/da.json +9 -8
  257. package/dist/templates/supplier/account-restricted/en.json +9 -8
  258. package/dist/templates/supplier/account-restricted/template.mjml +34 -24
  259. package/dist/templates/supplier/account-restricted-soon/da.json +9 -9
  260. package/dist/templates/supplier/account-restricted-soon/en.json +9 -9
  261. package/dist/templates/supplier/account-restricted-soon/template.mjml +34 -32
  262. package/dist/templates/supplier/account-user-accepted-invitation/da.json +6 -7
  263. package/dist/templates/supplier/account-user-accepted-invitation/en.json +6 -7
  264. package/dist/templates/supplier/account-user-accepted-invitation/template.mjml +24 -33
  265. package/dist/templates/supplier/account-user-invite/da.json +6 -7
  266. package/dist/templates/supplier/account-user-invite/en.json +6 -7
  267. package/dist/templates/supplier/account-user-invite/template.mjml +23 -32
  268. package/dist/templates/supplier/bank-account-changed/da.json +6 -7
  269. package/dist/templates/supplier/bank-account-changed/en.json +6 -7
  270. package/dist/templates/supplier/bank-account-changed/template.mjml +23 -31
  271. package/dist/templates/supplier/deposit-not-reserved/da.json +10 -11
  272. package/dist/templates/supplier/deposit-not-reserved/en.json +10 -11
  273. package/dist/templates/supplier/deposit-not-reserved/template.mjml +49 -37
  274. package/dist/templates/supplier/manual-order-created/da.json +8 -6
  275. package/dist/templates/supplier/manual-order-created/en.json +8 -6
  276. package/dist/templates/supplier/manual-order-created/template.mjml +33 -16
  277. package/dist/templates/supplier/new-member/da.json +7 -6
  278. package/dist/templates/supplier/new-member/en.json +7 -6
  279. package/dist/templates/supplier/new-member/template.mjml +20 -16
  280. package/dist/templates/supplier/new-member-message/da.json +7 -5
  281. package/dist/templates/supplier/new-member-message/en.json +7 -5
  282. package/dist/templates/supplier/new-member-message/template.mjml +17 -8
  283. package/dist/templates/supplier/onboarding-breakup/da.json +12 -0
  284. package/dist/templates/supplier/onboarding-breakup/en.json +12 -0
  285. package/dist/templates/supplier/onboarding-breakup/template.mjml +34 -0
  286. package/dist/templates/supplier/onboarding-inactive-14d/da.json +12 -0
  287. package/dist/templates/supplier/onboarding-inactive-14d/en.json +12 -0
  288. package/dist/templates/supplier/onboarding-inactive-14d/template.mjml +34 -0
  289. package/dist/templates/supplier/onboarding-inactive-21d/da.json +12 -0
  290. package/dist/templates/supplier/onboarding-inactive-21d/en.json +12 -0
  291. package/dist/templates/supplier/onboarding-inactive-21d/template.mjml +34 -0
  292. package/dist/templates/supplier/onboarding-inactive-7d/da.json +12 -0
  293. package/dist/templates/supplier/onboarding-inactive-7d/en.json +12 -0
  294. package/dist/templates/supplier/onboarding-inactive-7d/template.mjml +34 -0
  295. package/dist/templates/supplier/onboarding-inactive-reminder/da.json +14 -0
  296. package/dist/templates/supplier/onboarding-inactive-reminder/en.json +14 -0
  297. package/dist/templates/supplier/onboarding-inactive-reminder/template.mjml +34 -0
  298. package/dist/templates/supplier/onboarding-next-step/da.json +12 -0
  299. package/dist/templates/supplier/onboarding-next-step/en.json +12 -0
  300. package/dist/templates/supplier/onboarding-next-step/template.mjml +36 -0
  301. package/dist/templates/supplier/onboarding-product-in-review/da.json +12 -0
  302. package/dist/templates/supplier/onboarding-product-in-review/en.json +12 -0
  303. package/dist/templates/supplier/onboarding-product-in-review/template.mjml +36 -0
  304. package/dist/templates/supplier/onboarding-stuck-company-info/da.json +12 -0
  305. package/dist/templates/supplier/onboarding-stuck-company-info/en.json +12 -0
  306. package/dist/templates/supplier/onboarding-stuck-company-info/template.mjml +36 -0
  307. package/dist/templates/supplier/onboarding-stuck-product/da.json +12 -0
  308. package/dist/templates/supplier/onboarding-stuck-product/en.json +12 -0
  309. package/dist/templates/supplier/onboarding-stuck-product/template.mjml +36 -0
  310. package/dist/templates/supplier/onboarding-stuck-step/da.json +14 -0
  311. package/dist/templates/supplier/onboarding-stuck-step/en.json +14 -0
  312. package/dist/templates/supplier/onboarding-stuck-step/template.mjml +43 -0
  313. package/dist/templates/supplier/onboarding-stuck-stripe/da.json +12 -0
  314. package/dist/templates/supplier/onboarding-stuck-stripe/en.json +12 -0
  315. package/dist/templates/supplier/onboarding-stuck-stripe/template.mjml +36 -0
  316. package/dist/templates/supplier/onboarding-stuck-submit-review/da.json +12 -0
  317. package/dist/templates/supplier/onboarding-stuck-submit-review/en.json +12 -0
  318. package/dist/templates/supplier/onboarding-stuck-submit-review/template.mjml +36 -0
  319. package/dist/templates/supplier/onboarding-zero-login/da.json +12 -0
  320. package/dist/templates/supplier/onboarding-zero-login/en.json +12 -0
  321. package/dist/templates/supplier/onboarding-zero-login/template.mjml +36 -0
  322. package/dist/templates/supplier/order-cancelled-by-customer/da.json +18 -10
  323. package/dist/templates/supplier/order-cancelled-by-customer/en.json +18 -10
  324. package/dist/templates/supplier/order-cancelled-by-customer/template.mjml +86 -37
  325. package/dist/templates/supplier/order-changed/da.json +21 -15
  326. package/dist/templates/supplier/order-changed/en.json +21 -15
  327. package/dist/templates/supplier/order-changed/template.mjml +103 -63
  328. package/dist/templates/supplier/order-received/da.json +12 -11
  329. package/dist/templates/supplier/order-received/en.json +12 -11
  330. package/dist/templates/supplier/order-received/template.mjml +69 -81
  331. package/dist/templates/supplier/order-reservations-cancelled/da.json +9 -8
  332. package/dist/templates/supplier/order-reservations-cancelled/en.json +9 -8
  333. package/dist/templates/supplier/order-reservations-cancelled/template.mjml +40 -26
  334. package/dist/templates/supplier/order-reservations-confirmed/da.json +11 -10
  335. package/dist/templates/supplier/order-reservations-confirmed/en.json +11 -10
  336. package/dist/templates/supplier/order-reservations-confirmed/template.mjml +52 -44
  337. package/dist/templates/supplier/payment-failed/da.json +17 -12
  338. package/dist/templates/supplier/payment-failed/en.json +17 -12
  339. package/dist/templates/supplier/payment-failed/template.mjml +66 -56
  340. package/dist/templates/supplier/payout/da.json +18 -8
  341. package/dist/templates/supplier/payout/en.json +18 -8
  342. package/dist/templates/supplier/payout/template.mjml +90 -32
  343. package/dist/templates/supplier/place-cancellation/da.json +12 -12
  344. package/dist/templates/supplier/place-cancellation/en.json +12 -12
  345. package/dist/templates/supplier/place-cancellation/template.mjml +46 -46
  346. package/dist/templates/supplier/place-order-received/da.json +18 -18
  347. package/dist/templates/supplier/place-order-received/en.json +18 -18
  348. package/dist/templates/supplier/place-order-received/template.mjml +100 -100
  349. package/dist/templates/supplier/supplier-approved/da.json +9 -9
  350. package/dist/templates/supplier/supplier-approved/en.json +9 -9
  351. package/dist/templates/supplier/supplier-approved/template.mjml +35 -39
  352. package/dist/templates/supplier/supplier-ask-for-reviews/da.json +13 -0
  353. package/dist/templates/supplier/supplier-ask-for-reviews/en.json +13 -0
  354. package/dist/templates/supplier/supplier-ask-for-reviews/template.mjml +35 -0
  355. package/dist/templates/supplier/supplier-breakup-active/da.json +13 -0
  356. package/dist/templates/supplier/supplier-breakup-active/en.json +13 -0
  357. package/dist/templates/supplier/supplier-breakup-active/template.mjml +35 -0
  358. package/dist/templates/supplier/supplier-first-order/da.json +13 -0
  359. package/dist/templates/supplier/supplier-first-order/en.json +13 -0
  360. package/dist/templates/supplier/supplier-first-order/template.mjml +35 -0
  361. package/dist/templates/supplier/supplier-inactive-30d/da.json +13 -0
  362. package/dist/templates/supplier/supplier-inactive-30d/en.json +13 -0
  363. package/dist/templates/supplier/supplier-inactive-30d/template.mjml +35 -0
  364. package/dist/templates/supplier/supplier-inactive-60d/da.json +13 -0
  365. package/dist/templates/supplier/supplier-inactive-60d/en.json +13 -0
  366. package/dist/templates/supplier/supplier-inactive-60d/template.mjml +35 -0
  367. package/dist/templates/supplier/supplier-inactive-90d/da.json +13 -0
  368. package/dist/templates/supplier/supplier-inactive-90d/en.json +13 -0
  369. package/dist/templates/supplier/supplier-inactive-90d/template.mjml +35 -0
  370. package/dist/templates/supplier/supplier-login-reminder/da.json +14 -0
  371. package/dist/templates/supplier/supplier-login-reminder/en.json +14 -0
  372. package/dist/templates/supplier/supplier-login-reminder/template.mjml +43 -0
  373. package/dist/templates/supplier/supplier-monthly-stats/da.json +13 -0
  374. package/dist/templates/supplier/supplier-monthly-stats/en.json +13 -0
  375. package/dist/templates/supplier/supplier-monthly-stats/template.mjml +35 -0
  376. package/dist/templates/supplier/supplier-new-review/da.json +13 -0
  377. package/dist/templates/supplier/supplier-new-review/en.json +13 -0
  378. package/dist/templates/supplier/supplier-new-review/template.mjml +35 -0
  379. package/dist/templates/supplier/supplier-offseason-patience/da.json +14 -0
  380. package/dist/templates/supplier/supplier-offseason-patience/en.json +14 -0
  381. package/dist/templates/supplier/supplier-offseason-patience/template.mjml +43 -0
  382. package/dist/templates/supplier/supplier-product-approved/da.json +12 -15
  383. package/dist/templates/supplier/supplier-product-approved/en.json +12 -16
  384. package/dist/templates/supplier/supplier-product-approved/template.mjml +60 -83
  385. package/dist/templates/supplier/supplier-profile-tips/da.json +13 -0
  386. package/dist/templates/supplier/supplier-profile-tips/en.json +13 -0
  387. package/dist/templates/supplier/supplier-profile-tips/template.mjml +35 -0
  388. package/dist/templates/supplier/supplier-public/da.json +38 -38
  389. package/dist/templates/supplier/supplier-public/en.json +38 -38
  390. package/dist/templates/supplier/supplier-public/template.mjml +193 -218
  391. package/dist/templates/supplier/supplier-registered/da.json +6 -7
  392. package/dist/templates/supplier/supplier-registered/en.json +6 -6
  393. package/dist/templates/supplier/supplier-registered/template.mjml +9 -9
  394. package/dist/templates/supplier/supplier-seasonal-reminder/da.json +13 -0
  395. package/dist/templates/supplier/supplier-seasonal-reminder/en.json +13 -0
  396. package/dist/templates/supplier/supplier-seasonal-reminder/template.mjml +35 -0
  397. package/dist/templates/supplier/supplier-welcome-back/da.json +13 -0
  398. package/dist/templates/supplier/supplier-welcome-back/en.json +13 -0
  399. package/dist/templates/supplier/supplier-welcome-back/template.mjml +35 -0
  400. package/dist/templates/supplier/supplier-zero-order-benchmark/da.json +13 -0
  401. package/dist/templates/supplier/supplier-zero-order-benchmark/en.json +13 -0
  402. package/dist/templates/supplier/supplier-zero-order-benchmark/template.mjml +35 -0
  403. package/dist/templates/supplier/supplier-zero-order-optimize/da.json +13 -0
  404. package/dist/templates/supplier/supplier-zero-order-optimize/en.json +13 -0
  405. package/dist/templates/supplier/supplier-zero-order-optimize/template.mjml +35 -0
  406. package/dist/templates/supplier/supplier-zero-order-personal/da.json +13 -0
  407. package/dist/templates/supplier/supplier-zero-order-personal/en.json +13 -0
  408. package/dist/templates/supplier/supplier-zero-order-personal/template.mjml +35 -0
  409. package/dist/templates/supplier/supplier-zero-order-standout/da.json +13 -0
  410. package/dist/templates/supplier/supplier-zero-order-standout/en.json +13 -0
  411. package/dist/templates/supplier/supplier-zero-order-standout/template.mjml +35 -0
  412. package/dist/templates/supplier/user-permission-changed/da.json +6 -6
  413. package/dist/templates/supplier/user-permission-changed/en.json +6 -6
  414. package/dist/templates/supplier/user-permission-changed/template.mjml +24 -16
  415. package/package.json +22 -22
  416. package/dist/html/supplier/supplier-public/da.test.json +0 -13
@@ -1,8 +1,20 @@
1
- <!doctype html><html lang="und" dir="auto" xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office"><head><title></title><!--[if !mso]><!--><meta http-equiv="X-UA-Compatible" content="IE=edge"><!--<![endif]--><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><style type="text/css">#outlook a { padding:0; }
1
+ <!doctype html>
2
+ <html lang="und" dir="auto" xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
3
+ <head>
4
+ <title></title>
5
+ <!--[if !mso]><!-->
6
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
7
+ <!--<![endif]-->
8
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
9
+ <meta name="viewport" content="width=device-width, initial-scale=1">
10
+ <style type="text/css">
11
+ #outlook a { padding:0; }
2
12
  body { margin:0;padding:0;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%; }
3
13
  table, td { border-collapse:collapse;mso-table-lspace:0pt;mso-table-rspace:0pt; }
4
14
  img { border:0;height:auto;line-height:100%; outline:none;text-decoration:none;-ms-interpolation-mode:bicubic; }
5
- p { display:block;margin:13px 0; }</style><!--[if mso]>
15
+ p { display:block;margin:13px 0; }
16
+ </style>
17
+ <!--[if mso]>
6
18
  <noscript>
7
19
  <xml>
8
20
  <o:OfficeDocumentSettings>
@@ -11,27 +23,1063 @@
11
23
  </o:OfficeDocumentSettings>
12
24
  </xml>
13
25
  </noscript>
14
- <![endif]--><!--[if lte mso 11]>
26
+ <![endif]-->
27
+ <!--[if lte mso 11]>
15
28
  <style type="text/css">
16
29
  .mj-outlook-group-fix { width:100% !important; }
17
30
  </style>
18
- <![endif]--><!--[if !mso]><!--><link href="undefined" rel="stylesheet" type="text/css"><style type="text/css">@import url(undefined);</style><!--<![endif]--><style type="text/css">@media only screen and (min-width:480px) {
31
+ <![endif]-->
32
+
33
+ <!--[if !mso]><!-->
34
+ <link href="undefined" rel="stylesheet" type="text/css">
35
+ <style type="text/css">
36
+ @import url(undefined);
37
+ </style>
38
+ <!--<![endif]-->
39
+
40
+
41
+
42
+ <style type="text/css">
43
+ @media only screen and (min-width:480px) {
19
44
  .mj-column-per-100 { width:100% !important; max-width: 100%; }
20
- }</style><style media="screen and (min-width:480px)">.moz-text-html .mj-column-per-100 { width:100% !important; max-width: 100%; }</style><style type="text/css">@media only screen and (max-width:479px) {
45
+ .mj-column-per-50 { width:50% !important; max-width: 50%; }
46
+ }
47
+ </style>
48
+ <style media="screen and (min-width:480px)">
49
+ .moz-text-html .mj-column-per-100 { width:100% !important; max-width: 100%; }
50
+ .moz-text-html .mj-column-per-50 { width:50% !important; max-width: 50%; }
51
+ </style>
52
+
53
+
54
+
55
+
56
+ <style type="text/css">
57
+
58
+ @media only screen and (max-width:479px) {
21
59
  table.mj-full-width-mobile { width: 100% !important; }
22
60
  td.mj-full-width-mobile { width: auto !important; }
23
- }</style><style type="text/css">.body-bordered { border-radius: 24px; max-width: 600px; margin: 0 auto;
24
- outline: none; /* Ensure the border is visible */ } @media (min-width:
25
- 600px) { .body-bordered { border-radius: 24px; max-width: 600px; margin: 0
26
- auto; margin-top: 40px; outline: 1px solid #D6D6D6 !important; } }
27
- .discountBox div { border-width: 1px; border-style: dashed; border-color:
28
- #FCBC42; }</style></head><body style="word-spacing:normal;"><div aria-roledescription="email" class="body-bordered" role="article" lang="und" dir="auto"><!--[if mso | IE]><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:600px;" width="600" bgcolor="#ffffff" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]--><div style="background:#ffffff;background-color:#ffffff;margin:0px auto;max-width:600px;"><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="background:#ffffff;background-color:#ffffff;width:100%;"><tbody><tr><td style="direction:ltr;font-size:0px;padding:12px 0px;text-align:center;"><!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" width="600px" ><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:600px;" width="600" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]--><div style="margin:0px auto;max-width:600px;"><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;"><tbody><tr><td style="direction:ltr;font-size:0px;padding:24px 0px 0px;text-align:center;"><!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]--><div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;"><table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%"><tbody><tr><td align="left" style="font-size:0px;padding:0px 24px 8px;word-break:break-word;"><table border="0" cellpadding="0" cellspacing="0" role="presentation" style="border-collapse:collapse;border-spacing:0px;"><tbody><tr><td style="width:40px;"><img alt="Nuento" src="https://ik.imagekit.io/nuento/logo/Logomark_Uj47FzOvV.png" style="border:0;display:block;outline:none;text-decoration:none;height:40px;width:100%;font-size:16px;" width="40" height="40"></td></tr></tbody></table></td></tr></tbody></table></div><!--[if mso | IE]></td></tr></table><![endif]--></td></tr></tbody></table></div><!--[if mso | IE]></td></tr></table></td></tr><tr><td class="" width="600px" ><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:600px;" width="600" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]--><div style="margin:0px auto;max-width:600px;"><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;"><tbody><tr><td style="direction:ltr;font-size:0px;padding:0px;padding-bottom:10px;text-align:center;"><!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]--><div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;"><table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%"><tbody><tr><td align="left" style="font-size:0px;padding:0px 24px;word-break:break-word;"><div style="font-family:Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:#222730;"><p style="line-height: 24px; margin: 16px
29
- 0px;">Hej,</p><p style="line-height: 24px; margin: 16px
30
- 0px;">Her er din faktura for din bestilling hos {{collection.title}}.</p></div></td></tr></tbody></table></div><!--[if mso | IE]></td></tr></table><![endif]--></td></tr></tbody></table></div><!--[if mso | IE]></td></tr></table></td></tr><tr><td class="" width="600px" ><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:600px;" width="600" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]--><div style="margin:0px auto;max-width:600px;"><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;"><tbody><tr><td style="direction:ltr;font-size:0px;padding:0px;padding-bottom:10px;text-align:center;"><!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]--><div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;"><table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%"><tbody><tr><td align="left" style="font-size:0px;padding:0px 24px;word-break:break-word;"><div style="font-family:Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:#222730;"><p style="line-height: 24px; margin: 16px
31
- 0px;"><b style="line-height: 24px;">Faktura</b> #{{ invoice.id }}<br><b style="line-height: 24px;">Ordre</b> #{{ order.id8digit }}<br><b style="line-height: 24px;">Fakturadato:</b> {{ invoice.createdAtDate }}<br><b style="line-height: 24px;">Betalingskort:</b> {{ invoice.paymentCard }}</p></div></td></tr></tbody></table></div><!--[if mso | IE]></td></tr></table><![endif]--></td></tr></tbody></table></div><!--[if mso | IE]></td></tr></table></td></tr><![endif]--> {{#if order_catering}}<!--[if mso | IE]><tr><td class="" width="600px" ><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:600px;" width="600" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]--><div style="margin:0px auto;max-width:600px;"><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;"><tbody><tr><td style="direction:ltr;font-size:0px;padding:0px;padding-bottom:10px;text-align:center;"><!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]--><div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;"><table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%"><tbody><tr><td align="left" style="font-size:0px;padding:0px 24px;word-break:break-word;"><div style="font-family:Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:#222730;"><p style="line-height: 24px; margin: 16px
32
- 0px;"><b style="line-height: 24px;">Arrangementsdato:</b> {{ order_catering.catererSelectedDatetime }}</p></div></td></tr></tbody></table></div><!--[if mso | IE]></td></tr></table><![endif]--></td></tr></tbody></table></div><!--[if mso | IE]></td></tr></table></td></tr><![endif]--> {{/if}}{{#if order_place}}<!--[if mso | IE]><tr><td class="" width="600px" ><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:600px;" width="600" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]--><div style="margin:0px auto;max-width:600px;"><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;"><tbody><tr><td style="direction:ltr;font-size:0px;padding:0px;padding-bottom:10px;text-align:center;"><!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]--><div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;"><table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%"><tbody><tr><td align="left" style="font-size:0px;padding:0px 24px;word-break:break-word;"><div style="font-family:Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:#222730;"><p style="line-height: 24px; margin: 16px
33
- 0px;"><b style="line-height: 24px;">Check-in:</b> {{ order_place.checkInAtDate }}<br><b style="line-height: 24px;">Check-ud:</b> {{ order_place.checkOutAtDate }}</p></div></td></tr></tbody></table></div><!--[if mso | IE]></td></tr></table><![endif]--></td></tr></tbody></table></div><!--[if mso | IE]></td></tr></table></td></tr><![endif]--> {{/if}}<!--[if mso | IE]><tr><td class="" width="600px" ><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:600px;" width="600" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]--><div style="margin:0px auto;max-width:600px;"><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;"><tbody><tr><td style="direction:ltr;font-size:0px;padding:0px;text-align:center;"><!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]--><div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;"><table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%"><tbody><tr><td align="center" style="font-size:0px;padding:16px 0px 8px 0px;word-break:break-word;"><p style="line-height: 24px; border-top: solid 1px #dadada; font-size: 1px; margin: 0px auto; width: 100%;"></p><!--[if mso | IE]><table align="center" border="0" cellpadding="0" cellspacing="0" style="border-top:solid 1px #dadada;font-size:1px;margin:0px auto;width:600px;" role="presentation" width="600px" ><tr><td style="height:0;line-height:0;"> &nbsp;
34
- </td></tr></table><![endif]--></td></tr></tbody></table></div><!--[if mso | IE]></td></tr></table><![endif]--></td></tr></tbody></table></div><!--[if mso | IE]></td></tr></table></td></tr><tr><td class="" width="600px" ><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:600px;" width="600" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]--><div style="margin:0px auto;max-width:600px;"><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;"><tbody><tr><td style="direction:ltr;font-size:0px;padding:0px;padding-bottom:10px;padding-top:10px;text-align:center;"><!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]--><div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;"><table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%"><tbody><tr><td align="left" style="font-size:0px;padding:0px 24px;word-break:break-word;"><div style="font-family:Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:#222730;"><p style="line-height: 24px; margin: 16px
35
- 0px;"><b style="line-height: 24px;">Total:</b> {{ invoice.price.total }}</p></div></td></tr></tbody></table></div><!--[if mso | IE]></td></tr></table><![endif]--></td></tr></tbody></table></div><!--[if mso | IE]></td></tr></table></td></tr><![endif]--> {{#if order.depositAmount}}<!--[if mso | IE]><tr><td class="" width="600px" ><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:600px;" width="600" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]--><div style="margin:0px auto;max-width:600px;"><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;"><tbody><tr><td style="direction:ltr;font-size:0px;padding:0px;padding-bottom:10px;text-align:center;"><!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]--><div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;"><table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%"><tbody><tr><td align="left" style="font-size:0px;padding:0px 24px;word-break:break-word;"><div style="font-family:Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:#222730;"><p style="line-height: 24px; margin: 16px
36
- 0px;"><b style="line-height: 24px;">Depositum:</b> {{ order.depositAmount }}<br><b style="line-height: 24px;">Depositum trækkes:</b> {{ order.depositDate }}</p></div></td></tr></tbody></table></div><!--[if mso | IE]></td></tr></table><![endif]--></td></tr></tbody></table></div><!--[if mso | IE]></td></tr></table></td></tr><![endif]--> {{/if}}<!--[if mso | IE]><tr><td class="" width="600px" ><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:600px;" width="600" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]--><div style="margin:0px auto;max-width:600px;"><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;"><tbody><tr><td style="direction:ltr;font-size:0px;padding:0px;text-align:center;"><!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]--><div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;"><table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%"><tbody><tr><td align="center" style="font-size:0px;padding:16px 0px 8px 0px;word-break:break-word;"><p style="line-height: 24px; border-top: solid 1px #dadada; font-size: 1px; margin: 0px auto; width: 100%;"></p><!--[if mso | IE]><table align="center" border="0" cellpadding="0" cellspacing="0" style="border-top:solid 1px #dadada;font-size:1px;margin:0px auto;width:600px;" role="presentation" width="600px" ><tr><td style="height:0;line-height:0;"> &nbsp;
37
- </td></tr></table><![endif]--></td></tr></tbody></table></div><!--[if mso | IE]></td></tr></table><![endif]--></td></tr></tbody></table></div><!--[if mso | IE]></td></tr></table></td></tr><tr><td class="" width="600px" ><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:600px;" width="600" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]--><div style="margin:0px auto;max-width:600px;"><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;"><tbody><tr><td style="direction:ltr;font-size:0px;padding:0px;text-align:center;"><!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]--><div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;"><table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%"><tbody><tr><td align="left" style="font-size:0px;padding:24px 24px 0px;word-break:break-word;"><div style="font-family:Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:#222730;"><b style="line-height: 24px;">Sendt fra</b><br>Nuento Denmark ApS, CVR 39000725<br>Lundeborgvej 4, 9220 Aalborg</div></td></tr></tbody></table></div><!--[if mso | IE]></td></tr></table><![endif]--></td></tr></tbody></table></div><!--[if mso | IE]></td></tr></table></td></tr><tr><td class="" width="600px" ><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:600px;" width="600" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]--><div style="margin:0px auto;max-width:600px;"><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;"><tbody><tr><td style="direction:ltr;font-size:0px;padding:32px 0px 0px;text-align:center;"><!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]--><div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;"><table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%"><tbody><tr><td align="left" style="font-size:0px;padding:0px 24px 24px;word-break:break-word;"><table border="0" cellpadding="0" cellspacing="0" role="presentation" style="border-collapse:collapse;border-spacing:0px;"><tbody><tr><td style="width:118px;"><img alt="Nuento" src="https://ik.imagekit.io/nuento/logo/logo-40_5iYF6s3Jp.png" style="border:0;display:block;outline:none;text-decoration:none;height:40px;width:100%;font-size:16px;" width="118" height="40"></td></tr></tbody></table></td></tr></tbody></table></div><!--[if mso | IE]></td></tr></table><![endif]--></td></tr></tbody></table></div><!--[if mso | IE]></td></tr></table></td></tr></table><![endif]--></td></tr></tbody></table></div><!--[if mso | IE]></td></tr></table><![endif]--></div></body></html>
61
+ }
62
+
63
+ </style>
64
+
65
+ <style type="text/css">
66
+ .body-bordered { border-radius: 24px; max-width: 600px; margin: 0 auto;
67
+ outline: none; /* Ensure the border is visible */ } @media (min-width:
68
+ 600px) { .body-bordered { border-radius: 24px; max-width: 600px; margin: 0
69
+ auto; margin-top: 40px; outline: 1px solid #D6D6D6 !important; } }
70
+ .discountBox div { border-width: 1px; border-style: dashed; border-color:
71
+ #FCBC42; }
72
+ </style>
73
+
74
+ </head>
75
+ <body style="word-spacing:normal;">
76
+
77
+
78
+ <div aria-roledescription="email" class="body-bordered" style role="article" lang="und" dir="auto">
79
+
80
+
81
+ <!--[if mso | IE]><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:600px;" width="600" bgcolor="#ffffff" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
82
+
83
+
84
+ <div style="background:#ffffff;background-color:#ffffff;margin:0px auto;max-width:600px;">
85
+
86
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="background:#ffffff;background-color:#ffffff;width:100%;">
87
+ <tbody>
88
+ <tr>
89
+ <td style="direction:ltr;font-size:0px;padding:12px 0px;text-align:center;">
90
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" width="600px" ><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:600px;" width="600" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
91
+
92
+
93
+ <div style="margin:0px auto;max-width:600px;">
94
+
95
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
96
+ <tbody>
97
+ <tr>
98
+ <td style="direction:ltr;font-size:0px;padding:24px 0px 0px;text-align:center;">
99
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]-->
100
+
101
+ <div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
102
+
103
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
104
+ <tbody>
105
+
106
+ <tr>
107
+ <td align="left" style="font-size:0px;padding:0px 24px 8px;word-break:break-word;">
108
+
109
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="border-collapse:collapse;border-spacing:0px;">
110
+ <tbody>
111
+ <tr>
112
+ <td style="width:40px;">
113
+
114
+ <img alt="Nuento" src="https://ik.imagekit.io/nuento/logo/Logomark_Uj47FzOvV.png" style="border:0;display:block;outline:none;text-decoration:none;height:40px;width:100%;font-size:16px;" width="40" height="40">
115
+
116
+ </td>
117
+ </tr>
118
+ </tbody>
119
+ </table>
120
+
121
+ </td>
122
+ </tr>
123
+
124
+ </tbody>
125
+ </table>
126
+
127
+ </div>
128
+
129
+ <!--[if mso | IE]></td></tr></table><![endif]-->
130
+ </td>
131
+ </tr>
132
+ </tbody>
133
+ </table>
134
+
135
+ </div>
136
+
137
+
138
+ <!--[if mso | IE]></td></tr></table></td></tr><tr><td class="" width="600px" ><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:600px;" width="600" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
139
+
140
+
141
+ <div style="margin:0px auto;max-width:600px;">
142
+
143
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
144
+ <tbody>
145
+ <tr>
146
+ <td style="direction:ltr;font-size:0px;padding:0px;padding-bottom:10px;text-align:center;">
147
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]-->
148
+
149
+ <div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
150
+
151
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
152
+ <tbody>
153
+
154
+ <tr>
155
+ <td align="left" style="font-size:0px;padding:0px 24px;word-break:break-word;">
156
+
157
+ <div style="font-family:Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:#222730;"><p style="line-height: 24px; margin: 16px
158
+ 0px;">
159
+ <font size="5"><b style="line-height: 24px;">Din faktura fra Nuento</b></font>
160
+ </p>
161
+ <p style="line-height: 24px; margin: 16px
162
+ 0px;">Faktura nr.: {{ invoice.id }}
163
+ <br>{{ invoice.createdAtDateshort }}</p>
164
+ <p style="line-height: 24px; margin: 16px
165
+ 0px;">
166
+ {{ invoice.user.name }}
167
+ <br>{{ invoice.user.location.route }}, {{ invoice.user.location.postalCode }} {{ invoice.user.location.locality }}
168
+ </p></div>
169
+
170
+ </td>
171
+ </tr>
172
+
173
+ </tbody>
174
+ </table>
175
+
176
+ </div>
177
+
178
+ <!--[if mso | IE]></td></tr></table><![endif]-->
179
+ </td>
180
+ </tr>
181
+ </tbody>
182
+ </table>
183
+
184
+ </div>
185
+
186
+
187
+ <!--[if mso | IE]></td></tr></table></td></tr><tr><td class="" width="600px" ><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:600px;" width="600" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
188
+
189
+
190
+ <div style="margin:0px auto;max-width:600px;">
191
+
192
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
193
+ <tbody>
194
+ <tr>
195
+ <td style="direction:ltr;font-size:0px;padding:0px;padding-bottom:10px;padding-top:10px;text-align:center;">
196
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]-->
197
+
198
+ <div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
199
+
200
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
201
+ <tbody>
202
+
203
+ <tr>
204
+ <td align="left" style="font-size:0px;padding:0px 24px;word-break:break-word;">
205
+
206
+ <div style="font-family:Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:#222730;"><p style="line-height: 24px; margin: 16px
207
+ 0px;"><b style="line-height: 24px;">{{ collection.title }}</b></p>
208
+ {{#if order_place}}
209
+ <p style="line-height: 24px; margin: 16px
210
+ 0px;">
211
+ {{ order_place.checkInAtDate }}
212
+ <font color="#bababa"><b style="line-height: 24px;">→</b></font> {{ order_place.checkOutAtDate }}
213
+ <br>Booking ID: {{ order.id8digit }}
214
+ </p>
215
+ {{else if order_catering}}
216
+ <p style="line-height: 24px; margin: 16px
217
+ 0px;">
218
+ {{ order_catering.catererSelectedDatetime }}
219
+ <br>Ordrenr.: {{ order.id8digit }}
220
+ </p>
221
+ {{/if}}</div>
222
+
223
+ </td>
224
+ </tr>
225
+
226
+ </tbody>
227
+ </table>
228
+
229
+ </div>
230
+
231
+ <!--[if mso | IE]></td></tr></table><![endif]-->
232
+ </td>
233
+ </tr>
234
+ </tbody>
235
+ </table>
236
+
237
+ </div>
238
+
239
+
240
+ <!--[if mso | IE]></td></tr></table></td></tr><tr><td class="" width="600px" ><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:600px;" width="600" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
241
+
242
+
243
+ <div style="margin:0px auto;max-width:600px;">
244
+
245
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
246
+ <tbody>
247
+ <tr>
248
+ <td style="direction:ltr;font-size:0px;padding:0px;padding-top:10px;text-align:center;">
249
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]-->
250
+
251
+ <div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
252
+
253
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
254
+ <tbody>
255
+
256
+ <tr>
257
+ <td align="left" style="font-size:0px;padding:0px 24px;word-break:break-word;">
258
+
259
+ <div style="font-family:Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:#222730;"><p style="line-height: 24px; margin: 16px
260
+ 0px;">
261
+ <font size="4"><b style="line-height: 24px;">Faktura</b></font>
262
+ </p></div>
263
+
264
+ </td>
265
+ </tr>
266
+
267
+ </tbody>
268
+ </table>
269
+
270
+ </div>
271
+
272
+ <!--[if mso | IE]></td></tr></table><![endif]-->
273
+ </td>
274
+ </tr>
275
+ </tbody>
276
+ </table>
277
+
278
+ </div>
279
+
280
+
281
+ <!--[if mso | IE]></td></tr></table></td></tr><tr><td class="" width="600px" ><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:600px;" width="600" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
282
+
283
+
284
+ <div style="margin:0px auto;max-width:600px;">
285
+
286
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
287
+ <tbody>
288
+ <tr>
289
+ <td style="direction:ltr;font-size:0px;padding:0px;text-align:center;">
290
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]-->
291
+
292
+ <div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
293
+
294
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
295
+ <tbody>
296
+
297
+ <tr>
298
+ <td align="left" style="font-size:0px;padding:0px 24px;word-break:break-word;">
299
+
300
+ <table cellpadding="0" cellspacing="0" width="100%" border="0" style="color:#222730;font-family:Arial, sans-serif;font-size:14px;line-height:24px;table-layout:auto;width:100%;border:none;">
301
+ {{#if order_place}}
302
+ <tr>
303
+ <td style="padding: 0 0 10px 0" align="left">Leje
304
+ {{#if invoice.price.rent.discount}}
305
+ <br>Rabat (flere dage)
306
+ {{/if}}
307
+ </td>
308
+ <td style="padding: 0 0 10px 0" align="right">{{ invoice.price.rent.total }}
309
+ {{#if invoice.price.rent.discount}}
310
+ <br>{{ invoice.price.rent.discount }}
311
+ {{/if}}
312
+ </td>
313
+ </tr>
314
+ {{/if}}
315
+ {{#each invoice.price.products.individual}}
316
+ <tr>
317
+ <td align="left">{{this.quantity}}{{this.name}}</td>
318
+ <td align="right">{{this.price}}</td>
319
+ </tr>
320
+ {{#if this.modifiers}}
321
+ <tr height="30px">
322
+ <td align="left">
323
+ {{#each this.modifiers}}
324
+ <font color="#5D6875" size="2">{{this.group.name}}{{this.group.price}}</font><br>
325
+ {{#if this.group.options}}
326
+ {{#each this.group.options}}
327
+ <font color="#5D6875" size="2"><i style="line-height: 24px;">{{this.product.quantity}}{{this.product.name}}</i></font><br>
328
+ {{/each}}
329
+ {{/if}}
330
+ {{/each}}
331
+ </td>
332
+ </tr>
333
+ <tr height="8px"></tr>
334
+ {{/if}}
335
+ {{/each}}
336
+ {{#if order_catering}}
337
+ <tr>
338
+ <td align="left">Grundpris</td>
339
+ <td align="right">{{invoice.price.delivery}}</td>
340
+ </tr>
341
+ {{/if}}
342
+ </table>
343
+
344
+ </td>
345
+ </tr>
346
+
347
+ </tbody>
348
+ </table>
349
+
350
+ </div>
351
+
352
+ <!--[if mso | IE]></td></tr></table><![endif]-->
353
+ </td>
354
+ </tr>
355
+ </tbody>
356
+ </table>
357
+
358
+ </div>
359
+
360
+
361
+ <!--[if mso | IE]></td></tr></table></td></tr><tr><td class="" width="600px" ><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:600px;" width="600" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
362
+
363
+
364
+ <div style="margin:0px auto;max-width:600px;">
365
+
366
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
367
+ <tbody>
368
+ <tr>
369
+ <td style="direction:ltr;font-size:0px;padding:0px;text-align:center;">
370
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]-->
371
+
372
+ <div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
373
+
374
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
375
+ <tbody>
376
+
377
+ <tr>
378
+ <td align="center" style="font-size:0px;padding:16px 0px 8px 0px;word-break:break-word;">
379
+
380
+ <p style="line-height: 24px; border-top: solid 1px #dadada; font-size: 1px; margin: 0px auto; width: 100%;">
381
+ </p>
382
+
383
+ <!--[if mso | IE]><table align="center" border="0" cellpadding="0" cellspacing="0" style="border-top:solid 1px #dadada;font-size:1px;margin:0px auto;width:600px;" role="presentation" width="600px" ><tr><td style="height:0;line-height:0;"> &nbsp;
384
+ </td></tr></table><![endif]-->
385
+
386
+
387
+ </td>
388
+ </tr>
389
+
390
+ </tbody>
391
+ </table>
392
+
393
+ </div>
394
+
395
+ <!--[if mso | IE]></td></tr></table><![endif]-->
396
+ </td>
397
+ </tr>
398
+ </tbody>
399
+ </table>
400
+
401
+ </div>
402
+
403
+
404
+ <!--[if mso | IE]></td></tr></table></td></tr><tr><td class="" width="600px" ><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:600px;" width="600" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
405
+
406
+
407
+ <div style="margin:0px auto;max-width:600px;">
408
+
409
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
410
+ <tbody>
411
+ <tr>
412
+ <td style="direction:ltr;font-size:0px;padding:0px;text-align:center;">
413
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:300px;" ><![endif]-->
414
+
415
+ <div class="mj-column-per-50 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
416
+
417
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
418
+ <tbody>
419
+
420
+ <tr>
421
+ <td align="left" style="font-size:0px;padding:0px 24px;word-break:break-word;">
422
+
423
+ <table cellpadding="0" cellspacing="0" width="100%" border="0" style="color:#222730;font-family:Arial, sans-serif;font-size:14px;line-height:24px;table-layout:auto;width:100%;border:none;">
424
+ {{#if order_place}}
425
+ <tr>
426
+ <td style="width: 10%; white-space: nowrap" align="left">
427
+ Momsfrit beløb:
428
+ </td>
429
+ <td style="width: 50%" align="right">
430
+ {{ invoice.price.vat.exemptAmount }}
431
+ </td>
432
+ </tr>
433
+ <tr>
434
+ <td style="width: 10%; white-space: nowrap" align="left">
435
+ Momspligtigt beløb:
436
+ </td>
437
+ <td style="width: 50%" align="right">
438
+ {{ invoice.price.vat.subjectToVatAmount }}
439
+ </td>
440
+ </tr>
441
+ {{/if}}
442
+ </table>
443
+
444
+ </td>
445
+ </tr>
446
+
447
+ </tbody>
448
+ </table>
449
+
450
+ </div>
451
+
452
+ <!--[if mso | IE]></td><td class="" style="vertical-align:top;width:300px;" ><![endif]-->
453
+
454
+ <div class="mj-column-per-50 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
455
+
456
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
457
+ <tbody>
458
+
459
+ <tr>
460
+ <td align="left" style="font-size:0px;padding:0px 24px;word-break:break-word;">
461
+
462
+ <table cellpadding="0" cellspacing="0" width="100%" border="0" style="color:#222730;font-family:Arial, sans-serif;font-size:14px;line-height:24px;table-layout:auto;width:100%;border:none;">
463
+ <tr>
464
+ <td align="left">I alt ekskl. moms</td>
465
+ <td align="right">{{ invoice.price.vat.totalAmountWithoutVat }}</td>
466
+ </tr>
467
+ <tr>
468
+ <td align="left">Moms (25%)</td>
469
+ <td align="right">{{ invoice.price.vat.amount }}</td>
470
+ </tr>
471
+ </table>
472
+
473
+ </td>
474
+ </tr>
475
+
476
+ </tbody>
477
+ </table>
478
+
479
+ </div>
480
+
481
+ <!--[if mso | IE]></td></tr></table><![endif]-->
482
+ </td>
483
+ </tr>
484
+ </tbody>
485
+ </table>
486
+
487
+ </div>
488
+
489
+
490
+ <!--[if mso | IE]></td></tr></table></td></tr><tr><td class="" width="600px" ><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:600px;" width="600" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
491
+
492
+
493
+ <div style="margin:0px auto;max-width:600px;">
494
+
495
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
496
+ <tbody>
497
+ <tr>
498
+ <td style="direction:ltr;font-size:0px;padding:0px;text-align:center;">
499
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]-->
500
+
501
+ <div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
502
+
503
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
504
+ <tbody>
505
+
506
+ <tr>
507
+ <td align="center" style="font-size:0px;padding:16px 0px 8px 0px;padding-left:50%;word-break:break-word;">
508
+
509
+ <p style="line-height: 24px; border-top: solid 1px #dadada; font-size: 1px; margin: 0px auto; width: 100%;">
510
+ </p>
511
+
512
+ <!--[if mso | IE]><table align="center" border="0" cellpadding="0" cellspacing="0" style="border-top:solid 1px #dadada;font-size:1px;margin:0px auto;width:550px;" role="presentation" width="550px" ><tr><td style="height:0;line-height:0;"> &nbsp;
513
+ </td></tr></table><![endif]-->
514
+
515
+
516
+ </td>
517
+ </tr>
518
+
519
+ </tbody>
520
+ </table>
521
+
522
+ </div>
523
+
524
+ <!--[if mso | IE]></td></tr></table><![endif]-->
525
+ </td>
526
+ </tr>
527
+ </tbody>
528
+ </table>
529
+
530
+ </div>
531
+
532
+
533
+ <!--[if mso | IE]></td></tr></table></td></tr><tr><td class="" width="600px" ><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:600px;" width="600" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
534
+
535
+
536
+ <div style="margin:0px auto;max-width:600px;">
537
+
538
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
539
+ <tbody>
540
+ <tr>
541
+ <td style="direction:ltr;font-size:0px;padding:0px;text-align:center;">
542
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:300px;" ><![endif]-->
543
+
544
+ <div class="mj-column-per-50 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
545
+
546
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
547
+ <tbody>
548
+
549
+ <tr>
550
+ <td align="left" style="font-size:0px;padding:0px 24px;word-break:break-word;">
551
+
552
+ <div style="font-family:Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:#222730;"><p style="line-height: 24px; margin: 16px
553
+ 0px;"></p></div>
554
+
555
+ </td>
556
+ </tr>
557
+
558
+ </tbody>
559
+ </table>
560
+
561
+ </div>
562
+
563
+ <!--[if mso | IE]></td><td class="" style="vertical-align:top;width:300px;" ><![endif]-->
564
+
565
+ <div class="mj-column-per-50 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
566
+
567
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
568
+ <tbody>
569
+
570
+ <tr>
571
+ <td align="left" style="font-size:0px;padding:0px 24px;word-break:break-word;">
572
+
573
+ <table cellpadding="0" cellspacing="0" width="100%" border="0" style="color:#222730;font-family:Arial, sans-serif;font-size:14px;line-height:24px;table-layout:auto;width:100%;border:none;">
574
+ <tr>
575
+ <td align="left">
576
+ <b style="line-height: 24px;">I alt inkl. moms</b>
577
+ </td>
578
+ <td align="right">
579
+ <b style="line-height: 24px;">{{ invoice.price.total }}</b>
580
+ </td>
581
+ </tr>
582
+ </table>
583
+
584
+ </td>
585
+ </tr>
586
+
587
+ </tbody>
588
+ </table>
589
+
590
+ </div>
591
+
592
+ <!--[if mso | IE]></td></tr></table><![endif]-->
593
+ </td>
594
+ </tr>
595
+ </tbody>
596
+ </table>
597
+
598
+ </div>
599
+
600
+
601
+ <!--[if mso | IE]></td></tr></table></td></tr><tr><td class="" width="600px" ><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:600px;" width="600" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
602
+
603
+
604
+ <div style="margin:0px auto;max-width:600px;">
605
+
606
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
607
+ <tbody>
608
+ <tr>
609
+ <td style="direction:ltr;font-size:0px;padding:0px;text-align:center;">
610
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]-->
611
+
612
+ <div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
613
+
614
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
615
+ <tbody>
616
+
617
+ <tr>
618
+ <td align="center" style="font-size:0px;padding:16px 0px 8px 0px;padding-left:50%;word-break:break-word;">
619
+
620
+ <p style="line-height: 24px; border-top: solid 1px #dadada; font-size: 1px; margin: 0px auto; width: 100%;">
621
+ </p>
622
+
623
+ <!--[if mso | IE]><table align="center" border="0" cellpadding="0" cellspacing="0" style="border-top:solid 1px #dadada;font-size:1px;margin:0px auto;width:550px;" role="presentation" width="550px" ><tr><td style="height:0;line-height:0;"> &nbsp;
624
+ </td></tr></table><![endif]-->
625
+
626
+
627
+ </td>
628
+ </tr>
629
+
630
+ </tbody>
631
+ </table>
632
+
633
+ </div>
634
+
635
+ <!--[if mso | IE]></td></tr></table><![endif]-->
636
+ </td>
637
+ </tr>
638
+ </tbody>
639
+ </table>
640
+
641
+ </div>
642
+
643
+
644
+ <!--[if mso | IE]></td></tr></table></td></tr><tr><td class="" width="600px" ><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:600px;" width="600" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
645
+
646
+
647
+ <div style="margin:0px auto;max-width:600px;">
648
+
649
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
650
+ <tbody>
651
+ <tr>
652
+ <td style="direction:ltr;font-size:0px;padding:0px;text-align:center;">
653
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:300px;" ><![endif]-->
654
+
655
+ <div class="mj-column-per-50 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
656
+
657
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
658
+ <tbody>
659
+
660
+ <tr>
661
+ <td align="left" style="font-size:0px;padding:0px 24px;word-break:break-word;">
662
+
663
+ <div style="font-family:Arial, sans-serif;font-size:14px;line-height:24px;text-align:left;color:#222730;">{{#if order.depositAmount}}
664
+ <p style="line-height: 24px; margin: 16px
665
+ 0px;"></p>
666
+ {{/if}}</div>
667
+
668
+ </td>
669
+ </tr>
670
+
671
+ </tbody>
672
+ </table>
673
+
674
+ </div>
675
+
676
+ <!--[if mso | IE]></td><td class="" style="vertical-align:top;width:300px;" ><![endif]-->
677
+
678
+ <div class="mj-column-per-50 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
679
+
680
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
681
+ <tbody>
682
+
683
+ <tr>
684
+ <td align="left" style="font-size:0px;padding:0px 24px;word-break:break-word;">
685
+
686
+ <table cellpadding="0" cellspacing="0" width="100%" border="0" style="color:#222730;font-family:Arial, sans-serif;font-size:14px;line-height:24px;table-layout:auto;width:100%;border:none;">
687
+ {{#if order.depositAmount}}
688
+ <tr>
689
+ <td align="left">Depositum</td>
690
+ <td align="right">{{ order.depositAmount }}</td>
691
+ </tr>
692
+ {{/if}}
693
+ </table>
694
+
695
+ </td>
696
+ </tr>
697
+
698
+ </tbody>
699
+ </table>
700
+
701
+ </div>
702
+
703
+ <!--[if mso | IE]></td></tr></table><![endif]-->
704
+ </td>
705
+ </tr>
706
+ </tbody>
707
+ </table>
708
+
709
+ </div>
710
+
711
+
712
+ <!--[if mso | IE]></td></tr></table></td></tr><tr><td class="" width="600px" ><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:600px;" width="600" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
713
+
714
+
715
+ <div style="margin:0px auto;max-width:600px;">
716
+
717
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
718
+ <tbody>
719
+ <tr>
720
+ <td style="direction:ltr;font-size:0px;padding:0px;padding-top:30px;text-align:center;">
721
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]-->
722
+
723
+ <div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
724
+
725
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
726
+ <tbody>
727
+
728
+ <tr>
729
+ <td align="left" style="font-size:0px;padding:0px 24px;word-break:break-word;">
730
+
731
+ <div style="font-family:Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:#222730;"><p style="line-height: 24px; margin: 16px
732
+ 0px;">
733
+ <font size="3"><b style="line-height: 24px;">Betaling</b></font>
734
+ </p></div>
735
+
736
+ </td>
737
+ </tr>
738
+
739
+ </tbody>
740
+ </table>
741
+
742
+ </div>
743
+
744
+ <!--[if mso | IE]></td></tr></table><![endif]-->
745
+ </td>
746
+ </tr>
747
+ </tbody>
748
+ </table>
749
+
750
+ </div>
751
+
752
+
753
+ <!--[if mso | IE]></td></tr></table></td></tr><tr><td class="" width="600px" ><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:600px;" width="600" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
754
+
755
+
756
+ <div style="margin:0px auto;max-width:600px;">
757
+
758
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
759
+ <tbody>
760
+ <tr>
761
+ <td style="direction:ltr;font-size:0px;padding:0px;padding-bottom:20px;text-align:center;">
762
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]-->
763
+
764
+ <div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
765
+
766
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
767
+ <tbody>
768
+
769
+ <tr>
770
+ <td align="left" style="font-size:0px;padding:0px 24px;word-break:break-word;">
771
+
772
+ <table cellpadding="0" cellspacing="0" width="100%" border="0" style="color:#222730;font-family:Arial, sans-serif;font-size:14px;line-height:24px;table-layout:auto;width:100%;border:none;">
773
+ <tr>
774
+ <td align="left" width="50%">
775
+ {{ invoice.paymentCard }}
776
+ </td>
777
+ <td align="right" width="50%">
778
+ <b style="line-height: 24px;">{{ invoice.price.total }}</b>
779
+ </td>
780
+ </tr>
781
+ <tr>
782
+ <td align="left">{{ invoice.createdAtDate }}</td>
783
+ </tr>
784
+ </table>
785
+
786
+ </td>
787
+ </tr>
788
+
789
+ </tbody>
790
+ </table>
791
+
792
+ </div>
793
+
794
+ <!--[if mso | IE]></td></tr></table><![endif]-->
795
+ </td>
796
+ </tr>
797
+ </tbody>
798
+ </table>
799
+
800
+ </div>
801
+
802
+
803
+ <!--[if mso | IE]></td></tr></table></td></tr><![endif]-->
804
+ {{#if order.depositAmount}}
805
+ <!--[if mso | IE]><tr><td class="" width="600px" ><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:600px;" width="600" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
806
+
807
+
808
+ <div style="margin:0px auto;max-width:600px;">
809
+
810
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
811
+ <tbody>
812
+ <tr>
813
+ <td style="direction:ltr;font-size:0px;padding:0px;text-align:center;">
814
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]-->
815
+
816
+ <div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
817
+
818
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
819
+ <tbody>
820
+
821
+ <tr>
822
+ <td align="left" style="font-size:0px;padding:0px 24px;word-break:break-word;">
823
+
824
+ <div style="font-family:Arial, sans-serif;font-size:14px;line-height:24px;text-align:left;color:#222730;"><p style="line-height: 24px; margin: 16px
825
+ 0px;">
826
+ Depositum reserveres automatisk {{ order.depositDate }}: {{ order.depositAmount }}
827
+ </p></div>
828
+
829
+ </td>
830
+ </tr>
831
+
832
+ </tbody>
833
+ </table>
834
+
835
+ </div>
836
+
837
+ <!--[if mso | IE]></td></tr></table><![endif]-->
838
+ </td>
839
+ </tr>
840
+ </tbody>
841
+ </table>
842
+
843
+ </div>
844
+
845
+
846
+ <!--[if mso | IE]></td></tr></table></td></tr><![endif]-->
847
+ {{/if}}
848
+ <!--[if mso | IE]><tr><td class="" width="600px" ><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:600px;" width="600" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
849
+
850
+
851
+ <div style="margin:0px auto;max-width:600px;">
852
+
853
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
854
+ <tbody>
855
+ <tr>
856
+ <td style="direction:ltr;font-size:0px;padding:0px;text-align:center;">
857
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]-->
858
+
859
+ <div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
860
+
861
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
862
+ <tbody>
863
+
864
+ <tr>
865
+ <td align="center" style="font-size:0px;padding:16px 0px 8px 0px;word-break:break-word;">
866
+
867
+ <p style="line-height: 24px; border-top: solid 1px #dadada; font-size: 1px; margin: 0px auto; width: 100%;">
868
+ </p>
869
+
870
+ <!--[if mso | IE]><table align="center" border="0" cellpadding="0" cellspacing="0" style="border-top:solid 1px #dadada;font-size:1px;margin:0px auto;width:600px;" role="presentation" width="600px" ><tr><td style="height:0;line-height:0;"> &nbsp;
871
+ </td></tr></table><![endif]-->
872
+
873
+
874
+ </td>
875
+ </tr>
876
+
877
+ </tbody>
878
+ </table>
879
+
880
+ </div>
881
+
882
+ <!--[if mso | IE]></td></tr></table><![endif]-->
883
+ </td>
884
+ </tr>
885
+ </tbody>
886
+ </table>
887
+
888
+ </div>
889
+
890
+
891
+ <!--[if mso | IE]></td></tr></table></td></tr><tr><td class="" width="600px" ><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:600px;" width="600" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
892
+
893
+
894
+ <div style="margin:0px auto;max-width:600px;">
895
+
896
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
897
+ <tbody>
898
+ <tr>
899
+ <td style="direction:ltr;font-size:0px;padding:0px;padding-bottom:10px;padding-top:10px;text-align:center;">
900
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]-->
901
+
902
+ <div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
903
+
904
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
905
+ <tbody>
906
+
907
+ <tr>
908
+ <td align="left" style="font-size:0px;padding:0px 24px;word-break:break-word;">
909
+
910
+ <div style="font-family:Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:#222730;"><p style="line-height: 24px; margin: 16px
911
+ 0px;">
912
+ <font size="4"><b style="line-height: 24px;">Har du spørgsmål til din faktura?</b></font>
913
+ </p>
914
+ <p style="line-height: 24px; margin: 16px
915
+ 0px;">
916
+ Så er du velkommen til at kontakte os på <a href="mailto:support@nuento.dk" style="line-height: 24px; text-decoration: underline;">support@nuento.dk
917
+ </a></p></div>
918
+
919
+ </td>
920
+ </tr>
921
+
922
+ </tbody>
923
+ </table>
924
+
925
+ </div>
926
+
927
+ <!--[if mso | IE]></td></tr></table><![endif]-->
928
+ </td>
929
+ </tr>
930
+ </tbody>
931
+ </table>
932
+
933
+ </div>
934
+
935
+
936
+ <!--[if mso | IE]></td></tr></table></td></tr><tr><td class="" width="600px" ><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:600px;" width="600" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
937
+
938
+
939
+ <div style="margin:0px auto;max-width:600px;">
940
+
941
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
942
+ <tbody>
943
+ <tr>
944
+ <td style="direction:ltr;font-size:0px;padding:0px;text-align:center;">
945
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]-->
946
+
947
+ <div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
948
+
949
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
950
+ <tbody>
951
+
952
+ <tr>
953
+ <td align="center" style="font-size:0px;padding:16px 0px 8px 0px;word-break:break-word;">
954
+
955
+ <p style="line-height: 24px; border-top: solid 1px #dadada; font-size: 1px; margin: 0px auto; width: 100%;">
956
+ </p>
957
+
958
+ <!--[if mso | IE]><table align="center" border="0" cellpadding="0" cellspacing="0" style="border-top:solid 1px #dadada;font-size:1px;margin:0px auto;width:600px;" role="presentation" width="600px" ><tr><td style="height:0;line-height:0;"> &nbsp;
959
+ </td></tr></table><![endif]-->
960
+
961
+
962
+ </td>
963
+ </tr>
964
+
965
+ </tbody>
966
+ </table>
967
+
968
+ </div>
969
+
970
+ <!--[if mso | IE]></td></tr></table><![endif]-->
971
+ </td>
972
+ </tr>
973
+ </tbody>
974
+ </table>
975
+
976
+ </div>
977
+
978
+
979
+ <!--[if mso | IE]></td></tr></table></td></tr><tr><td class="" width="600px" ><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:600px;" width="600" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
980
+
981
+
982
+ <div style="margin:0px auto;max-width:600px;">
983
+
984
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
985
+ <tbody>
986
+ <tr>
987
+ <td style="direction:ltr;font-size:0px;padding:0px;text-align:center;">
988
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]-->
989
+
990
+ <div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
991
+
992
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
993
+ <tbody>
994
+
995
+ <tr>
996
+ <td align="left" style="font-size:0px;padding:24px 24px 0px;word-break:break-word;">
997
+
998
+ <div style="font-family:Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:#222730;"><b style="line-height: 24px;">Sendt fra</b>
999
+ <br>
1000
+ Nuento Denmark ApS, CVR 39000725
1001
+ <br>
1002
+ Lundeborgvej 4, 9220 Aalborg</div>
1003
+
1004
+ </td>
1005
+ </tr>
1006
+
1007
+ </tbody>
1008
+ </table>
1009
+
1010
+ </div>
1011
+
1012
+ <!--[if mso | IE]></td></tr></table><![endif]-->
1013
+ </td>
1014
+ </tr>
1015
+ </tbody>
1016
+ </table>
1017
+
1018
+ </div>
1019
+
1020
+
1021
+ <!--[if mso | IE]></td></tr></table></td></tr><tr><td class="" width="600px" ><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:600px;" width="600" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
1022
+
1023
+
1024
+ <div style="margin:0px auto;max-width:600px;">
1025
+
1026
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
1027
+ <tbody>
1028
+ <tr>
1029
+ <td style="direction:ltr;font-size:0px;padding:32px 0px 0px;text-align:center;">
1030
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]-->
1031
+
1032
+ <div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
1033
+
1034
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
1035
+ <tbody>
1036
+
1037
+ <tr>
1038
+ <td align="left" style="font-size:0px;padding:0px 24px 24px;word-break:break-word;">
1039
+
1040
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="border-collapse:collapse;border-spacing:0px;">
1041
+ <tbody>
1042
+ <tr>
1043
+ <td style="width:118px;">
1044
+
1045
+ <img alt="Nuento" src="https://ik.imagekit.io/nuento/logo/logo-40_5iYF6s3Jp.png" style="border:0;display:block;outline:none;text-decoration:none;height:40px;width:100%;font-size:16px;" width="118" height="40">
1046
+
1047
+ </td>
1048
+ </tr>
1049
+ </tbody>
1050
+ </table>
1051
+
1052
+ </td>
1053
+ </tr>
1054
+
1055
+ </tbody>
1056
+ </table>
1057
+
1058
+ </div>
1059
+
1060
+ <!--[if mso | IE]></td></tr></table><![endif]-->
1061
+ </td>
1062
+ </tr>
1063
+ </tbody>
1064
+ </table>
1065
+
1066
+ </div>
1067
+
1068
+
1069
+ <!--[if mso | IE]></td></tr></table></td></tr></table><![endif]-->
1070
+ </td>
1071
+ </tr>
1072
+ </tbody>
1073
+ </table>
1074
+
1075
+ </div>
1076
+
1077
+
1078
+ <!--[if mso | IE]></td></tr></table><![endif]-->
1079
+
1080
+
1081
+ </div>
1082
+
1083
+ </body>
1084
+ </html>
1085
+