@clink/emails 1.1.8 → 1.1.9

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 +1146 -42
  149. package/dist/html/supplier/supplier-public/en.html +1146 -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 +21 -38
  389. package/dist/templates/supplier/supplier-public/en.json +21 -38
  390. package/dist/templates/supplier/supplier-public/template.mjml +151 -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,52 +23,1144 @@
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
45
  .mj-column-per-17 { width:17% !important; max-width: 17%; }
21
46
  .mj-column-per-83 { width:83% !important; max-width: 83%; }
22
- }</style><style media="screen and (min-width:480px)">.moz-text-html .mj-column-per-100 { width:100% !important; max-width: 100%; }
47
+ }
48
+ </style>
49
+ <style media="screen and (min-width:480px)">
50
+ .moz-text-html .mj-column-per-100 { width:100% !important; max-width: 100%; }
23
51
  .moz-text-html .mj-column-per-17 { width:17% !important; max-width: 17%; }
24
- .moz-text-html .mj-column-per-83 { width:83% !important; max-width: 83%; }</style><style type="text/css">@media only screen and (max-width:479px) {
52
+ .moz-text-html .mj-column-per-83 { width:83% !important; max-width: 83%; }
53
+ </style>
54
+
55
+
56
+
57
+
58
+ <style type="text/css">
59
+
60
+ @media only screen and (max-width:479px) {
25
61
  table.mj-full-width-mobile { width: 100% !important; }
26
62
  td.mj-full-width-mobile { width: auto !important; }
27
- }</style><style type="text/css">.body-bordered { border-radius: 24px; max-width: 600px; margin: 0 auto;
28
- outline: none; /* Ensure the border is visible */ } @media (min-width:
29
- 600px) { .body-bordered { border-radius: 24px; max-width: 600px; margin: 0
30
- auto; margin-top: 40px; outline: 1px solid #D6D6D6 !important; } }
31
- .discountBox div { border-width: 1px; border-style: dashed; border-color:
32
- #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;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:0px 0px;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:600px;"><img alt="Fem personer fejrer sammen indendørs med farverigt konfetti, nogle løfter armene i begejstring, foran en hvid væg med en plante i hjørnet, hvilket giver en glad og festlig stemning" src="https://ik.imagekit.io/nuento/emails/Nuento%20-%20Team%20Confetti-%20New%20team-1200_LYqTiYH4b.jpg" style="border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:16px;" width="600" height="auto"></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;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
33
- 0px;">Hej {{ user.name }}</p><h2 style="font-size: 31px; line-height: 110%; font-weight: 700; margin: 24px 0px 0px;">Velkommen Nuento 🎉</h2><p style="line-height: 24px; margin: 16px
34
- 0px;">Du er nu færdigoprettet og kunderne kan finde dig på Nuento.</p><p style="line-height: 24px; margin: 16px
35
- 0px;">Vi er taknemmelige for, at du har lyst til at være en del af vores platform. I mailen her finder du de vigtigste informationer – vi håber, at du vil læse med!</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;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;
36
- </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:20px;padding-top:20px;text-align:center;"><!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:102px;" ><![endif]--><div class="mj-column-per-17 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 0 0 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:78px;"><img alt="Illustration af en computer- og mobilskærm med Nuento login, der viser hvordan du nemt kan logge ind på din profil" src="https://ik.imagekit.io/nuento/emails/log-ind_1o15ZHFDJ.png?updatedAt=1747825876940" style="border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:16px;" width="78" height="auto"></td></tr></tbody></table></td></tr></tbody></table></div><!--[if mso | IE]></td><td class="" style="vertical-align:top;width:498px;" ><![endif]--><div class="mj-column-per-83 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
37
- 0px;">Ved login bliver du bedt om at indtaste dit telefonnummer. Herefter vil du modtage en 6-cifret kode på SMS. Du har fået adgang til din konto på Nuento med følgende telefonnummer:</p><p style="line-height: 24px; margin: 16px
38
- 0px;"><b style="line-height: 24px;">{{ user.phone }}</b></p><p style="line-height: 24px; margin: 16px
39
- 0px;"><a href="https://nuento.dk" target="_blank" style="line-height: 24px; text-decoration: underline; color: #000000; font-weight: bold;">Gå til nuento.dk</a></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;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;
40
- </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:20px;padding-top:20px;text-align:center;"><!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:102px;" ><![endif]--><div class="mj-column-per-17 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 0 0 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:78px;"><img alt="Illustration af en godkendelsesknap på en computerskærm, hvilket symboliserer godkendelse af en ordre online" src="https://ik.imagekit.io/nuento/emails/godkend-ordre_3f36rKSQ7.png" style="border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:16px;" width="78" height="auto"></td></tr></tbody></table></td></tr></tbody></table></div><!--[if mso | IE]></td><td class="" style="vertical-align:top;width:498px;" ><![endif]--><div class="mj-column-per-83 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
41
- 0px;">Når du modtager en ordre, skal du først godkende den før, at den endeligt bekræftes overfor kunden.</p><p style="line-height: 24px; margin: 16px
42
- 0px;"><a href="https://nuento.dk/help/modtag-ordre" target="_blank" style="line-height: 24px; text-decoration: underline; color: #000000;">Læs mere</a></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;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;
43
- </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:20px;padding-top:20px;text-align:center;"><!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:102px;" ><![endif]--><div class="mj-column-per-17 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 0 0 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:78px;"><img alt="Illustration af en pil på et tegnebræt, der symboliserer oprettelse af en ny ordre på Nuento-platformen" src="https://ik.imagekit.io/nuento/emails/opret-ordre_g1W3z-ZiF.png?updatedAt=1747827289909" style="border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:16px;" width="78" height="auto"></td></tr></tbody></table></td></tr></tbody></table></div><!--[if mso | IE]></td><td class="" style="vertical-align:top;width:498px;" ><![endif]--><div class="mj-column-per-83 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
44
- 0px;">Du kan også benytte Nuento til dine egne ordrer. Så sørger vi for, at alt kører på skinner.</p><p style="line-height: 24px; margin: 16px
45
- 0px;">Vi tager os af automatisk fakturering, nem opkrævning af betalinger samt et professionelt mailflow og døgnsupport til dine kunder. Så slipper du for besværet og kan koncentrere dig om det, du virkelig brænder for 🔥</p><p style="line-height: 24px; margin: 16px
46
- 0px;"><a href="https://nuento.dk/help/bestil-paa-nuento" target="_blank" style="line-height: 24px; text-decoration: underline; color: #000000;">Læs mere</a></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;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;
47
- </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:20px;padding-top:20px;text-align:center;"><!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:102px;" ><![endif]--><div class="mj-column-per-17 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 0 0 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:78px;"><img alt="Illustration af en kalender, der symboliserer kalenderen på Nuento-platformen" src="https://ik.imagekit.io/nuento/emails/kalender_nTjhViYvu.png?updatedAt=1747825877079" style="border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:16px;" width="78" height="auto"></td></tr></tbody></table></td></tr></tbody></table></div><!--[if mso | IE]></td><td class="" style="vertical-align:top;width:498px;" ><![endif]--><div class="mj-column-per-83 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
48
- 0px;">Hold din kalender ajourført. På Nuento har du en dedikeret kalender, hvor du kan blokere de dage du ikke kan tage imod flere ordrer.</p><p style="line-height: 24px; margin: 16px
49
- 0px;">Det sikrer, at du slipper for at måtte afvise ordrer – og forbedrer dermed din rangering når kunder søger på Nuento.</p><p style="line-height: 24px; margin: 16px
50
- 0px;"><a href="https://nuento.dk/account/calendar" target="_blank" style="line-height: 24px; text-decoration: underline; color: #000000;">Se din kalender</a></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;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;
51
- </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:20px;padding-top:20px;text-align:center;"><!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:102px;" ><![endif]--><div class="mj-column-per-17 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 0 0 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:78px;"><img alt="Illustration af en kvittering, der symboliserer udbetaling på Nuento-platformen" src="https://ik.imagekit.io/nuento/emails/udbetaling_xEuwUsP5C.png?updatedAt=1747825877167" style="border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:16px;" width="78" height="auto"></td></tr></tbody></table></td></tr></tbody></table></div><!--[if mso | IE]></td><td class="" style="vertical-align:top;width:498px;" ><![endif]--><div class="mj-column-per-83 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
52
- 0px;">Se dine udbetalinger og download til bogføring.</p><p style="line-height: 24px; margin: 16px
53
- 0px;">Kunder på Nuento kan både betale med betalingskort og bankoverførsel. Det kan have indvirkning på, hvornår du modtager din udbetaling.</p><p style="line-height: 24px; margin: 16px
54
- 0px;"><a href="https://nuento.dk/help/se-udbetalinger" target="_blank" style="line-height: 24px; text-decoration: underline; color: #000000;">Læs mere</a></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;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;
55
- </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:20px;padding-top:20px;text-align:center;"><!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:102px;" ><![endif]--><div class="mj-column-per-17 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 0 0 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:78px;"><img alt="Illustration af et håndtryk, der symboliserer godkendelse af vilkår og betingelser på Nuento." src="https://ik.imagekit.io/nuento/emails/vilk%C3%A5r_C_-MIKtom.png?updatedAt=1747825877179" style="border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:16px;" width="78" height="auto"></td></tr></tbody></table></td></tr></tbody></table></div><!--[if mso | IE]></td><td class="" style="vertical-align:top;width:498px;" ><![endif]--><div class="mj-column-per-83 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
56
- 0px;">Når du tager imod en ordre gennem Nuento, accepterer du vores vilkår og betingelser. Det gør ligeledes kunden, der lægger ordren hos dig. Vilkårenes formål er at sikre en god oplevelse for alle parter.</p><p style="line-height: 24px; margin: 16px
57
- 0px;"><a href="https://nuento.dk/help/terms-and-conditions" target="_blank" style="line-height: 24px; text-decoration: underline; color: #000000;">Læs vilkår og betingelser</a></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;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;
58
- </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:20px;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
59
- 0px;"><font size="4"><b style="line-height: 24px;">Har du spørgsmål?</b></font></p><p style="line-height: 24px; margin: 16px
60
- 0px;">Så tøv ikke med at kontakte os.</p><p style="line-height: 24px; margin: 16px
61
- 0px;">{{ support.email }}<br><a href="tel:{{ support.phone }}" style="line-height: 24px; text-decoration: underline;">{{ support.phone }}</a></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;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;
62
- </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>
63
+ }
64
+
65
+ </style>
66
+
67
+ <style type="text/css">
68
+ .body-bordered { border-radius: 24px; max-width: 600px; margin: 0 auto;
69
+ outline: none; /* Ensure the border is visible */ } @media (min-width:
70
+ 600px) { .body-bordered { border-radius: 24px; max-width: 600px; margin: 0
71
+ auto; margin-top: 40px; outline: 1px solid #D6D6D6 !important; } }
72
+ .discountBox div { border-width: 1px; border-style: dashed; border-color:
73
+ #FCBC42; }
74
+ </style>
75
+
76
+ </head>
77
+ <body style="word-spacing:normal;">
78
+
79
+
80
+ <div aria-roledescription="email" class="body-bordered" style role="article" lang="und" dir="auto">
81
+
82
+
83
+ <!--[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]-->
84
+
85
+
86
+ <div style="background:#ffffff;background-color:#ffffff;margin:0px auto;max-width:600px;">
87
+
88
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="background:#ffffff;background-color:#ffffff;width:100%;">
89
+ <tbody>
90
+ <tr>
91
+ <td style="direction:ltr;font-size:0px;padding:12px 0px;text-align:center;">
92
+ <!--[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]-->
93
+
94
+
95
+ <div style="margin:0px auto;max-width:600px;">
96
+
97
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
98
+ <tbody>
99
+ <tr>
100
+ <td style="direction:ltr;font-size:0px;padding:24px 0px 0px;text-align:center;">
101
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]-->
102
+
103
+ <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%;">
104
+
105
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
106
+ <tbody>
107
+
108
+ <tr>
109
+ <td align="left" style="font-size:0px;padding:0px 24px 8px;word-break:break-word;">
110
+
111
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="border-collapse:collapse;border-spacing:0px;">
112
+ <tbody>
113
+ <tr>
114
+ <td style="width:40px;">
115
+
116
+ <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">
117
+
118
+ </td>
119
+ </tr>
120
+ </tbody>
121
+ </table>
122
+
123
+ </td>
124
+ </tr>
125
+
126
+ </tbody>
127
+ </table>
128
+
129
+ </div>
130
+
131
+ <!--[if mso | IE]></td></tr></table><![endif]-->
132
+ </td>
133
+ </tr>
134
+ </tbody>
135
+ </table>
136
+
137
+ </div>
138
+
139
+
140
+ <!--[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]-->
141
+
142
+
143
+ <div style="margin:0px auto;max-width:600px;">
144
+
145
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
146
+ <tbody>
147
+ <tr>
148
+ <td style="direction:ltr;font-size:0px;padding:0px;text-align:center;">
149
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]-->
150
+
151
+ <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%;">
152
+
153
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
154
+ <tbody>
155
+
156
+ <tr>
157
+ <td align="center" style="font-size:0px;padding:0px 0px;word-break:break-word;">
158
+
159
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="border-collapse:collapse;border-spacing:0px;">
160
+ <tbody>
161
+ <tr>
162
+ <td style="width:600px;">
163
+
164
+ <img alt="Fem personer fejrer sammen indendørs med farverigt konfetti, nogle løfter armene i begejstring, foran en hvid væg med en plante i hjørnet, hvilket giver en glad og festlig stemning" src="https://ik.imagekit.io/nuento/emails/Nuento%20-%20Team%20Confetti-%20New%20team-1200_LYqTiYH4b.jpg" style="border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:16px;" width="600" height="auto">
165
+
166
+ </td>
167
+ </tr>
168
+ </tbody>
169
+ </table>
170
+
171
+ </td>
172
+ </tr>
173
+
174
+ </tbody>
175
+ </table>
176
+
177
+ </div>
178
+
179
+ <!--[if mso | IE]></td></tr></table><![endif]-->
180
+ </td>
181
+ </tr>
182
+ </tbody>
183
+ </table>
184
+
185
+ </div>
186
+
187
+
188
+ <!--[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]-->
189
+
190
+
191
+ <div style="margin:0px auto;max-width:600px;">
192
+
193
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
194
+ <tbody>
195
+ <tr>
196
+ <td style="direction:ltr;font-size:0px;padding:0px;padding-bottom:10px;padding-top:10px;text-align:center;">
197
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]-->
198
+
199
+ <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%;">
200
+
201
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
202
+ <tbody>
203
+
204
+ <tr>
205
+ <td align="left" style="font-size:0px;padding:0px 24px;word-break:break-word;">
206
+
207
+ <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
208
+ 0px;">Hej {{ user.name }}</p>
209
+ <h2 style="font-size: 31px; line-height: 110%; font-weight: 700; margin: 24px 0px 0px;">Velkommen på Nuento 🎉</h2>
210
+ <p style="line-height: 24px; margin: 16px
211
+ 0px;">Du er nu færdigoprettet og kunderne kan finde dig på Nuento.</p>
212
+ <p style="line-height: 24px; margin: 16px
213
+ 0px;">Vi er taknemmelige for, at du har lyst til at være en del af vores platform. I mailen her finder du de vigtigste informationer – vi håber, at du vil læse med!</p></div>
214
+
215
+ </td>
216
+ </tr>
217
+
218
+ </tbody>
219
+ </table>
220
+
221
+ </div>
222
+
223
+ <!--[if mso | IE]></td></tr></table><![endif]-->
224
+ </td>
225
+ </tr>
226
+ </tbody>
227
+ </table>
228
+
229
+ </div>
230
+
231
+
232
+ <!--[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]-->
233
+
234
+
235
+ <div style="margin:0px auto;max-width:600px;">
236
+
237
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
238
+ <tbody>
239
+ <tr>
240
+ <td style="direction:ltr;font-size:0px;padding:0px;text-align:center;">
241
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]-->
242
+
243
+ <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%;">
244
+
245
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
246
+ <tbody>
247
+
248
+ <tr>
249
+ <td align="center" style="font-size:0px;padding:16px 0px 8px 0px;word-break:break-word;">
250
+
251
+ <p style="line-height: 24px; border-top: solid 1px #dadada; font-size: 1px; margin: 0px auto; width: 100%;">
252
+ </p>
253
+
254
+ <!--[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;
255
+ </td></tr></table><![endif]-->
256
+
257
+
258
+ </td>
259
+ </tr>
260
+
261
+ </tbody>
262
+ </table>
263
+
264
+ </div>
265
+
266
+ <!--[if mso | IE]></td></tr></table><![endif]-->
267
+ </td>
268
+ </tr>
269
+ </tbody>
270
+ </table>
271
+
272
+ </div>
273
+
274
+
275
+ <!--[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]-->
276
+
277
+
278
+ <div style="margin:0px auto;max-width:600px;">
279
+
280
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
281
+ <tbody>
282
+ <tr>
283
+ <td style="direction:ltr;font-size:0px;padding:0px;padding-bottom:20px;padding-top:20px;text-align:center;">
284
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:102px;" ><![endif]-->
285
+
286
+ <div class="mj-column-per-17 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
287
+
288
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
289
+ <tbody>
290
+
291
+ <tr>
292
+ <td align="center" style="font-size:0px;padding:16px 0 0 24px;word-break:break-word;">
293
+
294
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="border-collapse:collapse;border-spacing:0px;">
295
+ <tbody>
296
+ <tr>
297
+ <td style="width:78px;">
298
+
299
+ <img alt="Illustration af en computer- og mobilskærm med Nuento login, der viser hvordan du nemt kan logge ind på din profil" src="https://ik.imagekit.io/nuento/emails/log-ind_1o15ZHFDJ.png?updatedAt=1747825876940" style="border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:16px;" width="78" height="auto">
300
+
301
+ </td>
302
+ </tr>
303
+ </tbody>
304
+ </table>
305
+
306
+ </td>
307
+ </tr>
308
+
309
+ </tbody>
310
+ </table>
311
+
312
+ </div>
313
+
314
+ <!--[if mso | IE]></td><td class="" style="vertical-align:top;width:498px;" ><![endif]-->
315
+
316
+ <div class="mj-column-per-83 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
317
+
318
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
319
+ <tbody>
320
+
321
+ <tr>
322
+ <td align="left" style="font-size:0px;padding:0px 24px;word-break:break-word;">
323
+
324
+ <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
325
+ 0px;">Ved login bliver du bedt om at indtaste dit telefonnummer. Herefter vil du modtage en 6-cifret kode på SMS. Du har fået adgang til din konto på Nuento med følgende telefonnummer:</p>
326
+ <p style="line-height: 24px; margin: 16px
327
+ 0px;"><b style="line-height: 24px;">{{ user.phone }}</b></p>
328
+ <p style="line-height: 24px; margin: 16px
329
+ 0px;"><a href="https://www.nuento.dk" target="_blank" style="line-height: 24px; text-decoration: underline; color: #000000; font-weight: bold;">Gå til nuento.dk</a></p></div>
330
+
331
+ </td>
332
+ </tr>
333
+
334
+ </tbody>
335
+ </table>
336
+
337
+ </div>
338
+
339
+ <!--[if mso | IE]></td></tr></table><![endif]-->
340
+ </td>
341
+ </tr>
342
+ </tbody>
343
+ </table>
344
+
345
+ </div>
346
+
347
+
348
+ <!--[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]-->
349
+
350
+
351
+ <div style="margin:0px auto;max-width:600px;">
352
+
353
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
354
+ <tbody>
355
+ <tr>
356
+ <td style="direction:ltr;font-size:0px;padding:0px;text-align:center;">
357
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]-->
358
+
359
+ <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%;">
360
+
361
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
362
+ <tbody>
363
+
364
+ <tr>
365
+ <td align="center" style="font-size:0px;padding:16px 0px 8px 0px;word-break:break-word;">
366
+
367
+ <p style="line-height: 24px; border-top: solid 1px #dadada; font-size: 1px; margin: 0px auto; width: 100%;">
368
+ </p>
369
+
370
+ <!--[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;
371
+ </td></tr></table><![endif]-->
372
+
373
+
374
+ </td>
375
+ </tr>
376
+
377
+ </tbody>
378
+ </table>
379
+
380
+ </div>
381
+
382
+ <!--[if mso | IE]></td></tr></table><![endif]-->
383
+ </td>
384
+ </tr>
385
+ </tbody>
386
+ </table>
387
+
388
+ </div>
389
+
390
+
391
+ <!--[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]-->
392
+
393
+
394
+ <div style="margin:0px auto;max-width:600px;">
395
+
396
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
397
+ <tbody>
398
+ <tr>
399
+ <td style="direction:ltr;font-size:0px;padding:0px;padding-bottom:20px;padding-top:20px;text-align:center;">
400
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:102px;" ><![endif]-->
401
+
402
+ <div class="mj-column-per-17 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
403
+
404
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
405
+ <tbody>
406
+
407
+ <tr>
408
+ <td align="center" style="font-size:0px;padding:16px 0 0 24px;word-break:break-word;">
409
+
410
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="border-collapse:collapse;border-spacing:0px;">
411
+ <tbody>
412
+ <tr>
413
+ <td style="width:78px;">
414
+
415
+ <img alt="Illustration af en godkendelsesknap på en computerskærm, hvilket symboliserer godkendelse af en ordre online" src="https://ik.imagekit.io/nuento/emails/godkend-ordre_3f36rKSQ7.png" style="border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:16px;" width="78" height="auto">
416
+
417
+ </td>
418
+ </tr>
419
+ </tbody>
420
+ </table>
421
+
422
+ </td>
423
+ </tr>
424
+
425
+ </tbody>
426
+ </table>
427
+
428
+ </div>
429
+
430
+ <!--[if mso | IE]></td><td class="" style="vertical-align:top;width:498px;" ><![endif]-->
431
+
432
+ <div class="mj-column-per-83 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
433
+
434
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
435
+ <tbody>
436
+
437
+ <tr>
438
+ <td align="left" style="font-size:0px;padding:0px 24px;word-break:break-word;">
439
+
440
+ <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
441
+ 0px;">Når du modtager en ordre, skal du først godkende den før, at den endeligt bekræftes overfor kunden.</p>
442
+ <p style="line-height: 24px; margin: 16px
443
+ 0px;"><a href="https://nuento.notion.site/Hvad-g-r-jeg-n-r-jeg-modtager-en-ordre-2fd77a74a1fe438489f405a784942223" target="_blank" style="line-height: 24px; text-decoration: underline; color: #000000;">Læs mere</a></p></div>
444
+
445
+ </td>
446
+ </tr>
447
+
448
+ </tbody>
449
+ </table>
450
+
451
+ </div>
452
+
453
+ <!--[if mso | IE]></td></tr></table><![endif]-->
454
+ </td>
455
+ </tr>
456
+ </tbody>
457
+ </table>
458
+
459
+ </div>
460
+
461
+
462
+ <!--[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]-->
463
+
464
+
465
+ <div style="margin:0px auto;max-width:600px;">
466
+
467
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
468
+ <tbody>
469
+ <tr>
470
+ <td style="direction:ltr;font-size:0px;padding:0px;text-align:center;">
471
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]-->
472
+
473
+ <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%;">
474
+
475
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
476
+ <tbody>
477
+
478
+ <tr>
479
+ <td align="center" style="font-size:0px;padding:16px 0px 8px 0px;word-break:break-word;">
480
+
481
+ <p style="line-height: 24px; border-top: solid 1px #dadada; font-size: 1px; margin: 0px auto; width: 100%;">
482
+ </p>
483
+
484
+ <!--[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;
485
+ </td></tr></table><![endif]-->
486
+
487
+
488
+ </td>
489
+ </tr>
490
+
491
+ </tbody>
492
+ </table>
493
+
494
+ </div>
495
+
496
+ <!--[if mso | IE]></td></tr></table><![endif]-->
497
+ </td>
498
+ </tr>
499
+ </tbody>
500
+ </table>
501
+
502
+ </div>
503
+
504
+
505
+ <!--[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]-->
506
+
507
+
508
+ <div style="margin:0px auto;max-width:600px;">
509
+
510
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
511
+ <tbody>
512
+ <tr>
513
+ <td style="direction:ltr;font-size:0px;padding:0px;padding-bottom:20px;padding-top:20px;text-align:center;">
514
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:102px;" ><![endif]-->
515
+
516
+ <div class="mj-column-per-17 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
517
+
518
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
519
+ <tbody>
520
+
521
+ <tr>
522
+ <td align="center" style="font-size:0px;padding:16px 0 0 24px;word-break:break-word;">
523
+
524
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="border-collapse:collapse;border-spacing:0px;">
525
+ <tbody>
526
+ <tr>
527
+ <td style="width:78px;">
528
+
529
+ <img alt="Illustration af en pil på et tegnebræt, der symboliserer oprettelse af en ny ordre på Nuento-platformen" src="https://ik.imagekit.io/nuento/emails/opret-ordre_g1W3z-ZiF.png?updatedAt=1747827289909" style="border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:16px;" width="78" height="auto">
530
+
531
+ </td>
532
+ </tr>
533
+ </tbody>
534
+ </table>
535
+
536
+ </td>
537
+ </tr>
538
+
539
+ </tbody>
540
+ </table>
541
+
542
+ </div>
543
+
544
+ <!--[if mso | IE]></td><td class="" style="vertical-align:top;width:498px;" ><![endif]-->
545
+
546
+ <div class="mj-column-per-83 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
547
+
548
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
549
+ <tbody>
550
+
551
+ <tr>
552
+ <td align="left" style="font-size:0px;padding:0px 24px;word-break:break-word;">
553
+
554
+ <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
555
+ 0px;">Du kan også benytte Nuento til dine egne ordrer. Så sørger vi for, at alt kører på skinner.</p>
556
+ <p style="line-height: 24px; margin: 16px
557
+ 0px;">Vi tager os af automatisk fakturering, nem opkrævning af betalinger samt et professionelt mailflow og døgnsupport til dine kunder. Så slipper du for besværet og kan koncentrere dig om det, du virkelig brænder for 🔥</p>
558
+ <p style="line-height: 24px; margin: 16px
559
+ 0px;"><a href="https://nuento.notion.site/Hvorfor-oprette-mine-egne-ordrer-p-Nuento-dbd50f009cea41929eabc6fdea0eb672" target="_blank" style="line-height: 24px; text-decoration: underline; color: #000000;">Læs mere</a></p></div>
560
+
561
+ </td>
562
+ </tr>
563
+
564
+ </tbody>
565
+ </table>
566
+
567
+ </div>
568
+
569
+ <!--[if mso | IE]></td></tr></table><![endif]-->
570
+ </td>
571
+ </tr>
572
+ </tbody>
573
+ </table>
574
+
575
+ </div>
576
+
577
+
578
+ <!--[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]-->
579
+
580
+
581
+ <div style="margin:0px auto;max-width:600px;">
582
+
583
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
584
+ <tbody>
585
+ <tr>
586
+ <td style="direction:ltr;font-size:0px;padding:0px;text-align:center;">
587
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]-->
588
+
589
+ <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%;">
590
+
591
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
592
+ <tbody>
593
+
594
+ <tr>
595
+ <td align="center" style="font-size:0px;padding:16px 0px 8px 0px;word-break:break-word;">
596
+
597
+ <p style="line-height: 24px; border-top: solid 1px #dadada; font-size: 1px; margin: 0px auto; width: 100%;">
598
+ </p>
599
+
600
+ <!--[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;
601
+ </td></tr></table><![endif]-->
602
+
603
+
604
+ </td>
605
+ </tr>
606
+
607
+ </tbody>
608
+ </table>
609
+
610
+ </div>
611
+
612
+ <!--[if mso | IE]></td></tr></table><![endif]-->
613
+ </td>
614
+ </tr>
615
+ </tbody>
616
+ </table>
617
+
618
+ </div>
619
+
620
+
621
+ <!--[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]-->
622
+
623
+
624
+ <div style="margin:0px auto;max-width:600px;">
625
+
626
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
627
+ <tbody>
628
+ <tr>
629
+ <td style="direction:ltr;font-size:0px;padding:0px;padding-bottom:20px;padding-top:20px;text-align:center;">
630
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:102px;" ><![endif]-->
631
+
632
+ <div class="mj-column-per-17 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
633
+
634
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
635
+ <tbody>
636
+
637
+ <tr>
638
+ <td align="center" style="font-size:0px;padding:16px 0 0 24px;word-break:break-word;">
639
+
640
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="border-collapse:collapse;border-spacing:0px;">
641
+ <tbody>
642
+ <tr>
643
+ <td style="width:78px;">
644
+
645
+ <img alt="Illustration af en kalender, der symboliserer kalenderen på Nuento-platformen" src="https://ik.imagekit.io/nuento/emails/kalender_nTjhViYvu.png?updatedAt=1747825877079" style="border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:16px;" width="78" height="auto">
646
+
647
+ </td>
648
+ </tr>
649
+ </tbody>
650
+ </table>
651
+
652
+ </td>
653
+ </tr>
654
+
655
+ </tbody>
656
+ </table>
657
+
658
+ </div>
659
+
660
+ <!--[if mso | IE]></td><td class="" style="vertical-align:top;width:498px;" ><![endif]-->
661
+
662
+ <div class="mj-column-per-83 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
663
+
664
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
665
+ <tbody>
666
+
667
+ <tr>
668
+ <td align="left" style="font-size:0px;padding:0px 24px;word-break:break-word;">
669
+
670
+ <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
671
+ 0px;">Hold din kalender ajourført. På Nuento har du en dedikeret kalender, hvor du kan blokere de dage du ikke kan tage imod flere ordrer.</p>
672
+ <p style="line-height: 24px; margin: 16px
673
+ 0px;">Det sikrer, at du slipper for at måtte afvise ordrer – og forbedrer dermed din rangering når kunder søger på Nuento.</p>
674
+ <p style="line-height: 24px; margin: 16px
675
+ 0px;"><a href="https://nuento.notion.site/Hvordan-ajourf-rer-jeg-min-kalender-18838ff5dd014b0589d15a3cd9e6f0d3" target="_blank" style="line-height: 24px; text-decoration: underline; color: #000000;">Læs mere</a></p></div>
676
+
677
+ </td>
678
+ </tr>
679
+
680
+ </tbody>
681
+ </table>
682
+
683
+ </div>
684
+
685
+ <!--[if mso | IE]></td></tr></table><![endif]-->
686
+ </td>
687
+ </tr>
688
+ </tbody>
689
+ </table>
690
+
691
+ </div>
692
+
693
+
694
+ <!--[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]-->
695
+
696
+
697
+ <div style="margin:0px auto;max-width:600px;">
698
+
699
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
700
+ <tbody>
701
+ <tr>
702
+ <td style="direction:ltr;font-size:0px;padding:0px;text-align:center;">
703
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]-->
704
+
705
+ <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%;">
706
+
707
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
708
+ <tbody>
709
+
710
+ <tr>
711
+ <td align="center" style="font-size:0px;padding:16px 0px 8px 0px;word-break:break-word;">
712
+
713
+ <p style="line-height: 24px; border-top: solid 1px #dadada; font-size: 1px; margin: 0px auto; width: 100%;">
714
+ </p>
715
+
716
+ <!--[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;
717
+ </td></tr></table><![endif]-->
718
+
719
+
720
+ </td>
721
+ </tr>
722
+
723
+ </tbody>
724
+ </table>
725
+
726
+ </div>
727
+
728
+ <!--[if mso | IE]></td></tr></table><![endif]-->
729
+ </td>
730
+ </tr>
731
+ </tbody>
732
+ </table>
733
+
734
+ </div>
735
+
736
+
737
+ <!--[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]-->
738
+
739
+
740
+ <div style="margin:0px auto;max-width:600px;">
741
+
742
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
743
+ <tbody>
744
+ <tr>
745
+ <td style="direction:ltr;font-size:0px;padding:0px;padding-bottom:20px;padding-top:20px;text-align:center;">
746
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:102px;" ><![endif]-->
747
+
748
+ <div class="mj-column-per-17 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
749
+
750
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
751
+ <tbody>
752
+
753
+ <tr>
754
+ <td align="center" style="font-size:0px;padding:16px 0 0 24px;word-break:break-word;">
755
+
756
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="border-collapse:collapse;border-spacing:0px;">
757
+ <tbody>
758
+ <tr>
759
+ <td style="width:78px;">
760
+
761
+ <img alt="Illustration af en kvittering, der symboliserer udbetaling på Nuento-platformen" src="https://ik.imagekit.io/nuento/emails/udbetaling_xEuwUsP5C.png?updatedAt=1747825877167" style="border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:16px;" width="78" height="auto">
762
+
763
+ </td>
764
+ </tr>
765
+ </tbody>
766
+ </table>
767
+
768
+ </td>
769
+ </tr>
770
+
771
+ </tbody>
772
+ </table>
773
+
774
+ </div>
775
+
776
+ <!--[if mso | IE]></td><td class="" style="vertical-align:top;width:498px;" ><![endif]-->
777
+
778
+ <div class="mj-column-per-83 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
779
+
780
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
781
+ <tbody>
782
+
783
+ <tr>
784
+ <td align="left" style="font-size:0px;padding:0px 24px;word-break:break-word;">
785
+
786
+ <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
787
+ 0px;">Se dine udbetalinger og download til bogføring.</p>
788
+ <p style="line-height: 24px; margin: 16px
789
+ 0px;">Kunder på Nuento kan både betale med betalingskort og bankoverførsel. Det kan have indvirkning på, hvornår du modtager din udbetaling.</p>
790
+ <p style="line-height: 24px; margin: 16px
791
+ 0px;"><a href="https://nuento.notion.site/Hvorn-r-modtager-jeg-min-udbetaling-3273de1d75d047b3a53a84eadeb14a37" target="_blank" style="line-height: 24px; text-decoration: underline; color: #000000;">Læs mere</a></p></div>
792
+
793
+ </td>
794
+ </tr>
795
+
796
+ </tbody>
797
+ </table>
798
+
799
+ </div>
800
+
801
+ <!--[if mso | IE]></td></tr></table><![endif]-->
802
+ </td>
803
+ </tr>
804
+ </tbody>
805
+ </table>
806
+
807
+ </div>
808
+
809
+
810
+ <!--[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]-->
811
+
812
+
813
+ <div style="margin:0px auto;max-width:600px;">
814
+
815
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
816
+ <tbody>
817
+ <tr>
818
+ <td style="direction:ltr;font-size:0px;padding:0px;text-align:center;">
819
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]-->
820
+
821
+ <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%;">
822
+
823
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
824
+ <tbody>
825
+
826
+ <tr>
827
+ <td align="center" style="font-size:0px;padding:16px 0px 8px 0px;word-break:break-word;">
828
+
829
+ <p style="line-height: 24px; border-top: solid 1px #dadada; font-size: 1px; margin: 0px auto; width: 100%;">
830
+ </p>
831
+
832
+ <!--[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;
833
+ </td></tr></table><![endif]-->
834
+
835
+
836
+ </td>
837
+ </tr>
838
+
839
+ </tbody>
840
+ </table>
841
+
842
+ </div>
843
+
844
+ <!--[if mso | IE]></td></tr></table><![endif]-->
845
+ </td>
846
+ </tr>
847
+ </tbody>
848
+ </table>
849
+
850
+ </div>
851
+
852
+
853
+ <!--[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]-->
854
+
855
+
856
+ <div style="margin:0px auto;max-width:600px;">
857
+
858
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
859
+ <tbody>
860
+ <tr>
861
+ <td style="direction:ltr;font-size:0px;padding:0px;padding-bottom:20px;padding-top:20px;text-align:center;">
862
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:102px;" ><![endif]-->
863
+
864
+ <div class="mj-column-per-17 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
865
+
866
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
867
+ <tbody>
868
+
869
+ <tr>
870
+ <td align="center" style="font-size:0px;padding:16px 0 0 24px;word-break:break-word;">
871
+
872
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="border-collapse:collapse;border-spacing:0px;">
873
+ <tbody>
874
+ <tr>
875
+ <td style="width:78px;">
876
+
877
+ <img alt="Illustration af et håndtryk, der symboliserer godkendelse af vilkår og betingelser på Nuento." src="https://ik.imagekit.io/nuento/emails/vilk%C3%A5r_C_-MIKtom.png?updatedAt=1747825877179" style="border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:16px;" width="78" height="auto">
878
+
879
+ </td>
880
+ </tr>
881
+ </tbody>
882
+ </table>
883
+
884
+ </td>
885
+ </tr>
886
+
887
+ </tbody>
888
+ </table>
889
+
890
+ </div>
891
+
892
+ <!--[if mso | IE]></td><td class="" style="vertical-align:top;width:498px;" ><![endif]-->
893
+
894
+ <div class="mj-column-per-83 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
895
+
896
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
897
+ <tbody>
898
+
899
+ <tr>
900
+ <td align="left" style="font-size:0px;padding:0px 24px;word-break:break-word;">
901
+
902
+ <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
903
+ 0px;">Når du tager imod en ordre gennem Nuento, accepterer du vores vilkår og betingelser. Det gør ligeledes kunden, der lægger ordren hos dig. Vilkårenes formål er at sikre en god oplevelse for alle parter.</p>
904
+ <p style="line-height: 24px; margin: 16px
905
+ 0px;"><a href="https://nuento.dk/help/terms-and-conditions" target="_blank" style="line-height: 24px; text-decoration: underline; color: #000000;">Læs vilkår og betingelser</a></p></div>
906
+
907
+ </td>
908
+ </tr>
909
+
910
+ </tbody>
911
+ </table>
912
+
913
+ </div>
914
+
915
+ <!--[if mso | IE]></td></tr></table><![endif]-->
916
+ </td>
917
+ </tr>
918
+ </tbody>
919
+ </table>
920
+
921
+ </div>
922
+
923
+
924
+ <!--[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]-->
925
+
926
+
927
+ <div style="margin:0px auto;max-width:600px;">
928
+
929
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
930
+ <tbody>
931
+ <tr>
932
+ <td style="direction:ltr;font-size:0px;padding:0px;text-align:center;">
933
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]-->
934
+
935
+ <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%;">
936
+
937
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
938
+ <tbody>
939
+
940
+ <tr>
941
+ <td align="center" style="font-size:0px;padding:16px 0px 8px 0px;word-break:break-word;">
942
+
943
+ <p style="line-height: 24px; border-top: solid 1px #dadada; font-size: 1px; margin: 0px auto; width: 100%;">
944
+ </p>
945
+
946
+ <!--[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;
947
+ </td></tr></table><![endif]-->
948
+
949
+
950
+ </td>
951
+ </tr>
952
+
953
+ </tbody>
954
+ </table>
955
+
956
+ </div>
957
+
958
+ <!--[if mso | IE]></td></tr></table><![endif]-->
959
+ </td>
960
+ </tr>
961
+ </tbody>
962
+ </table>
963
+
964
+ </div>
965
+
966
+
967
+ <!--[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]-->
968
+
969
+
970
+ <div style="margin:0px auto;max-width:600px;">
971
+
972
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
973
+ <tbody>
974
+ <tr>
975
+ <td style="direction:ltr;font-size:0px;padding:0px;padding-bottom:10px;padding-top:20px;text-align:center;">
976
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]-->
977
+
978
+ <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%;">
979
+
980
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
981
+ <tbody>
982
+
983
+ <tr>
984
+ <td align="left" style="font-size:0px;padding:0px 24px;word-break:break-word;">
985
+
986
+ <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
987
+ 0px;">
988
+ <font size="4"><b style="line-height: 24px;">Har du spørgsmål?</b></font>
989
+ </p>
990
+ <p style="line-height: 24px; margin: 16px
991
+ 0px;">
992
+ Så tøv ikke med at kontakte os.
993
+ </p>
994
+ <p style="line-height: 24px; margin: 16px
995
+ 0px;">
996
+ support@nuento.dk
997
+ <br><a href="tel:+4593406040" style="line-height: 24px; text-decoration: underline;">+45 93 40 60 40</a>
998
+ </p></div>
999
+
1000
+ </td>
1001
+ </tr>
1002
+
1003
+ </tbody>
1004
+ </table>
1005
+
1006
+ </div>
1007
+
1008
+ <!--[if mso | IE]></td></tr></table><![endif]-->
1009
+ </td>
1010
+ </tr>
1011
+ </tbody>
1012
+ </table>
1013
+
1014
+ </div>
1015
+
1016
+
1017
+ <!--[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]-->
1018
+
1019
+
1020
+ <div style="margin:0px auto;max-width:600px;">
1021
+
1022
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
1023
+ <tbody>
1024
+ <tr>
1025
+ <td style="direction:ltr;font-size:0px;padding:0px;text-align:center;">
1026
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]-->
1027
+
1028
+ <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%;">
1029
+
1030
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
1031
+ <tbody>
1032
+
1033
+ <tr>
1034
+ <td align="center" style="font-size:0px;padding:16px 0px 8px 0px;word-break:break-word;">
1035
+
1036
+ <p style="line-height: 24px; border-top: solid 1px #dadada; font-size: 1px; margin: 0px auto; width: 100%;">
1037
+ </p>
1038
+
1039
+ <!--[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;
1040
+ </td></tr></table><![endif]-->
1041
+
1042
+
1043
+ </td>
1044
+ </tr>
1045
+
1046
+ </tbody>
1047
+ </table>
1048
+
1049
+ </div>
1050
+
1051
+ <!--[if mso | IE]></td></tr></table><![endif]-->
1052
+ </td>
1053
+ </tr>
1054
+ </tbody>
1055
+ </table>
1056
+
1057
+ </div>
1058
+
1059
+
1060
+ <!--[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]-->
1061
+
1062
+
1063
+ <div style="margin:0px auto;max-width:600px;">
1064
+
1065
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
1066
+ <tbody>
1067
+ <tr>
1068
+ <td style="direction:ltr;font-size:0px;padding:0px;text-align:center;">
1069
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]-->
1070
+
1071
+ <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%;">
1072
+
1073
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
1074
+ <tbody>
1075
+
1076
+ <tr>
1077
+ <td align="left" style="font-size:0px;padding:24px 24px 0px;word-break:break-word;">
1078
+
1079
+ <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>
1080
+ <br>
1081
+ Nuento Denmark ApS, CVR 39000725
1082
+ <br>
1083
+ Lundeborgvej 4, 9220 Aalborg</div>
1084
+
1085
+ </td>
1086
+ </tr>
1087
+
1088
+ </tbody>
1089
+ </table>
1090
+
1091
+ </div>
1092
+
1093
+ <!--[if mso | IE]></td></tr></table><![endif]-->
1094
+ </td>
1095
+ </tr>
1096
+ </tbody>
1097
+ </table>
1098
+
1099
+ </div>
1100
+
1101
+
1102
+ <!--[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]-->
1103
+
1104
+
1105
+ <div style="margin:0px auto;max-width:600px;">
1106
+
1107
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
1108
+ <tbody>
1109
+ <tr>
1110
+ <td style="direction:ltr;font-size:0px;padding:32px 0px 0px;text-align:center;">
1111
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]-->
1112
+
1113
+ <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%;">
1114
+
1115
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
1116
+ <tbody>
1117
+
1118
+ <tr>
1119
+ <td align="left" style="font-size:0px;padding:0px 24px 24px;word-break:break-word;">
1120
+
1121
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="border-collapse:collapse;border-spacing:0px;">
1122
+ <tbody>
1123
+ <tr>
1124
+ <td style="width:118px;">
1125
+
1126
+ <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">
1127
+
1128
+ </td>
1129
+ </tr>
1130
+ </tbody>
1131
+ </table>
1132
+
1133
+ </td>
1134
+ </tr>
1135
+
1136
+ </tbody>
1137
+ </table>
1138
+
1139
+ </div>
1140
+
1141
+ <!--[if mso | IE]></td></tr></table><![endif]-->
1142
+ </td>
1143
+ </tr>
1144
+ </tbody>
1145
+ </table>
1146
+
1147
+ </div>
1148
+
1149
+
1150
+ <!--[if mso | IE]></td></tr></table></td></tr></table><![endif]-->
1151
+ </td>
1152
+ </tr>
1153
+ </tbody>
1154
+ </table>
1155
+
1156
+ </div>
1157
+
1158
+
1159
+ <!--[if mso | IE]></td></tr></table><![endif]-->
1160
+
1161
+
1162
+ </div>
1163
+
1164
+ </body>
1165
+ </html>
1166
+