@clink/emails 1.1.6 → 1.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/build-emails.js +13 -5
- package/dist/html/buyer/checkout-link/da.html +32 -0
- package/dist/html/buyer/checkout-link/en.html +32 -0
- package/dist/html/buyer/deposit-captured/da.html +37 -0
- package/dist/html/buyer/deposit-captured/en.html +37 -0
- package/dist/html/buyer/deposit-not-reserved/da.html +34 -0
- package/dist/html/buyer/deposit-not-reserved/en.html +34 -0
- package/dist/html/buyer/deposit-reserved/da.html +33 -0
- package/dist/html/buyer/deposit-reserved/en.html +33 -0
- package/dist/html/buyer/invoice-bank-transfer/da.html +32 -0
- package/dist/html/buyer/invoice-bank-transfer/en.html +32 -0
- package/dist/html/buyer/invoice-full/da.html +37 -0
- package/dist/html/buyer/invoice-full/en.html +37 -0
- package/dist/html/buyer/invoice-pdf-attached/da.html +36 -0
- package/dist/html/buyer/invoice-pdf-attached/en.html +36 -0
- package/dist/html/buyer/invoice-rate1/da.html +37 -0
- package/dist/html/buyer/invoice-rate1/en.html +37 -0
- package/dist/html/buyer/invoice-rate2/da.html +37 -0
- package/dist/html/buyer/invoice-rate2/en.html +37 -0
- package/dist/html/buyer/manual-order-created/da.html +35 -0
- package/dist/html/buyer/manual-order-created/en.html +35 -0
- package/dist/html/buyer/membership-invoice/da.html +36 -0
- package/dist/html/buyer/membership-invoice/en.html +36 -0
- package/dist/html/buyer/membership-payment-declined/da.html +33 -0
- package/dist/html/buyer/membership-payment-declined/en.html +33 -0
- package/dist/html/buyer/membership-renewal-invoice/da.html +34 -0
- package/dist/html/buyer/membership-renewal-invoice/en.html +34 -0
- package/dist/html/buyer/membership-type-not-exist/da.html +32 -0
- package/dist/html/buyer/membership-type-not-exist/en.html +32 -0
- package/dist/html/buyer/order-cancelled-by-customer/da.html +37 -0
- package/dist/html/buyer/order-cancelled-by-customer/en.html +37 -0
- package/dist/html/buyer/order-changed/da.html +34 -0
- package/dist/html/buyer/order-changed/en.html +34 -0
- package/dist/html/buyer/order-confirmed/da.html +35 -0
- package/dist/html/buyer/order-confirmed/en.html +35 -0
- package/dist/html/buyer/order-confirmed-already-booked/da.html +36 -0
- package/dist/html/buyer/order-confirmed-already-booked/en.html +36 -0
- package/dist/html/buyer/order-confirmed-w-reservations/da.html +37 -0
- package/dist/html/buyer/order-confirmed-w-reservations/en.html +37 -0
- package/dist/html/buyer/order-declined/da.html +35 -0
- package/dist/html/buyer/order-declined/en.html +35 -0
- package/dist/html/buyer/order-declined-coupon/da.html +38 -0
- package/dist/html/buyer/order-declined-coupon/en.html +38 -0
- package/dist/html/buyer/order-placed/da.html +13 -13
- package/dist/html/buyer/order-placed/en.html +13 -13
- package/dist/html/buyer/order-reservations-cancelled/da.html +31 -0
- package/dist/html/buyer/order-reservations-cancelled/en.html +31 -0
- package/dist/html/buyer/payment-card-expired/da.html +35 -0
- package/dist/html/buyer/payment-card-expired/en.html +35 -0
- package/dist/html/buyer/payment-failed/da.html +35 -0
- package/dist/html/buyer/payment-failed/en.html +35 -0
- package/dist/html/buyer/payment-failed-new-deadline/da.html +35 -0
- package/dist/html/buyer/payment-failed-new-deadline/en.html +35 -0
- package/dist/html/buyer/payment-received/da.html +32 -0
- package/dist/html/buyer/payment-received/en.html +32 -0
- package/dist/html/buyer/place-order-confirmed/da.html +43 -0
- package/dist/html/buyer/place-order-confirmed/en.html +43 -0
- package/dist/html/buyer/rate2-reminder/da.html +35 -0
- package/dist/html/buyer/rate2-reminder/en.html +35 -0
- package/dist/html/supplier/account-restricted/da.html +32 -0
- package/dist/html/supplier/account-restricted/en.html +32 -0
- package/dist/html/supplier/account-restricted-soon/da.html +33 -0
- package/dist/html/supplier/account-restricted-soon/en.html +33 -0
- package/dist/html/supplier/account-user-accepted-invitation/da.html +9 -9
- package/dist/html/supplier/account-user-accepted-invitation/en.html +9 -9
- package/dist/html/supplier/account-user-invite/da.html +8 -8
- package/dist/html/supplier/account-user-invite/en.html +8 -8
- package/dist/html/supplier/bank-account-changed/da.html +8 -8
- package/dist/html/supplier/bank-account-changed/en.html +8 -8
- package/dist/html/supplier/deposit-not-reserved/da.html +34 -0
- package/dist/html/supplier/deposit-not-reserved/en.html +34 -0
- package/dist/html/supplier/manual-order-created/da.html +31 -0
- package/dist/html/supplier/manual-order-created/en.html +31 -0
- package/dist/html/supplier/new-member/da.html +31 -0
- package/dist/html/supplier/new-member/en.html +31 -0
- package/dist/html/supplier/new-member-message/da.html +31 -0
- package/dist/html/supplier/new-member-message/en.html +31 -0
- package/dist/html/supplier/order-cancelled-by-customer/da.html +34 -0
- package/dist/html/supplier/order-cancelled-by-customer/en.html +34 -0
- package/dist/html/supplier/order-changed/da.html +34 -0
- package/dist/html/supplier/order-changed/en.html +34 -0
- package/dist/html/supplier/order-received/da.html +15 -15
- package/dist/html/supplier/order-received/en.html +15 -15
- package/dist/html/supplier/order-reservations-cancelled/da.html +34 -0
- package/dist/html/supplier/order-reservations-cancelled/en.html +34 -0
- package/dist/html/supplier/order-reservations-confirmed/da.html +35 -0
- package/dist/html/supplier/order-reservations-confirmed/en.html +35 -0
- package/dist/html/supplier/payment-failed/da.html +35 -0
- package/dist/html/supplier/payment-failed/en.html +35 -0
- package/dist/html/supplier/payout/da.html +33 -0
- package/dist/html/supplier/payout/en.html +33 -0
- package/dist/html/supplier/place-cancellation/da.html +35 -0
- package/dist/html/supplier/place-cancellation/en.html +35 -0
- package/dist/html/supplier/place-order-received/da.html +43 -0
- package/dist/html/supplier/place-order-received/en.html +43 -0
- package/dist/html/supplier/supplier-approved/da.html +12 -12
- package/dist/html/supplier/supplier-approved/en.html +12 -12
- package/dist/html/supplier/supplier-product-approved/da.html +14 -14
- package/dist/html/supplier/supplier-product-approved/en.html +14 -14
- package/dist/html/supplier/supplier-public/da.html +62 -0
- package/dist/html/supplier/supplier-public/da.test.json +13 -0
- package/dist/html/supplier/supplier-public/en.html +62 -0
- package/dist/html/supplier/supplier-registered/da.html +9 -9
- package/dist/html/supplier/supplier-registered/en.html +9 -9
- package/dist/html/supplier/user-permission-changed/da.html +31 -0
- package/dist/html/supplier/user-permission-changed/en.html +31 -0
- package/dist/layouts/base.mjml +132 -132
- package/dist/layouts/da.json +4 -0
- package/dist/layouts/en.json +4 -0
- package/dist/templates/buyer/checkout-link/da.json +7 -0
- package/dist/templates/buyer/checkout-link/en.json +7 -0
- package/dist/templates/buyer/checkout-link/template.mjml +24 -0
- package/dist/templates/buyer/deposit-captured/da.json +14 -0
- package/dist/templates/buyer/deposit-captured/en.json +14 -0
- package/dist/templates/buyer/deposit-captured/template.mjml +61 -0
- package/dist/templates/buyer/deposit-not-reserved/da.json +10 -0
- package/dist/templates/buyer/deposit-not-reserved/en.json +10 -0
- package/dist/templates/buyer/deposit-not-reserved/template.mjml +36 -0
- package/dist/templates/buyer/deposit-reserved/da.json +10 -0
- package/dist/templates/buyer/deposit-reserved/en.json +10 -0
- package/dist/templates/buyer/deposit-reserved/template.mjml +27 -0
- package/dist/templates/buyer/invoice-bank-transfer/da.json +10 -0
- package/dist/templates/buyer/invoice-bank-transfer/en.json +10 -0
- package/dist/templates/buyer/invoice-bank-transfer/template.mjml +27 -0
- package/dist/templates/buyer/invoice-full/da.json +15 -0
- package/dist/templates/buyer/invoice-full/en.json +15 -0
- package/dist/templates/buyer/invoice-full/template.mjml +65 -0
- package/dist/templates/buyer/invoice-pdf-attached/da.json +16 -0
- package/dist/templates/buyer/invoice-pdf-attached/en.json +16 -0
- package/dist/templates/buyer/invoice-pdf-attached/template.mjml +69 -0
- package/dist/templates/buyer/invoice-rate1/da.json +18 -0
- package/dist/templates/buyer/invoice-rate1/en.json +18 -0
- package/dist/templates/buyer/invoice-rate1/template.mjml +68 -0
- package/dist/templates/buyer/invoice-rate2/da.json +14 -0
- package/dist/templates/buyer/invoice-rate2/en.json +14 -0
- package/dist/templates/buyer/invoice-rate2/template.mjml +64 -0
- package/dist/templates/buyer/manual-order-created/da.json +9 -0
- package/dist/templates/buyer/manual-order-created/en.json +9 -0
- package/dist/templates/buyer/manual-order-created/template.mjml +42 -0
- package/dist/templates/buyer/membership-invoice/da.json +14 -0
- package/dist/templates/buyer/membership-invoice/en.json +14 -0
- package/dist/templates/buyer/membership-invoice/template.mjml +56 -0
- package/dist/templates/buyer/membership-payment-declined/da.json +9 -0
- package/dist/templates/buyer/membership-payment-declined/en.json +9 -0
- package/dist/templates/buyer/membership-payment-declined/template.mjml +26 -0
- package/dist/templates/buyer/membership-renewal-invoice/da.json +14 -0
- package/dist/templates/buyer/membership-renewal-invoice/en.json +14 -0
- package/dist/templates/buyer/membership-renewal-invoice/template.mjml +37 -0
- package/dist/templates/buyer/membership-type-not-exist/da.json +6 -0
- package/dist/templates/buyer/membership-type-not-exist/en.json +6 -0
- package/dist/templates/buyer/membership-type-not-exist/template.mjml +16 -0
- package/dist/templates/buyer/order-cancelled-by-customer/da.json +11 -0
- package/dist/templates/buyer/order-cancelled-by-customer/en.json +11 -0
- package/dist/templates/buyer/order-cancelled-by-customer/template.mjml +63 -0
- package/dist/templates/buyer/order-changed/da.json +15 -0
- package/dist/templates/buyer/order-changed/en.json +15 -0
- package/dist/templates/buyer/order-changed/template.mjml +63 -0
- package/dist/templates/buyer/order-confirmed/da.json +9 -0
- package/dist/templates/buyer/order-confirmed/en.json +9 -0
- package/dist/templates/buyer/order-confirmed/template.mjml +42 -0
- package/dist/templates/buyer/order-confirmed-already-booked/da.json +10 -0
- package/dist/templates/buyer/order-confirmed-already-booked/en.json +10 -0
- package/dist/templates/buyer/order-confirmed-already-booked/template.mjml +50 -0
- package/dist/templates/buyer/order-confirmed-w-reservations/da.json +11 -0
- package/dist/templates/buyer/order-confirmed-w-reservations/en.json +11 -0
- package/dist/templates/buyer/order-confirmed-w-reservations/template.mjml +59 -0
- package/dist/templates/buyer/order-declined/da.json +8 -0
- package/dist/templates/buyer/order-declined/en.json +8 -0
- package/dist/templates/buyer/order-declined/template.mjml +39 -0
- package/dist/templates/buyer/order-declined-coupon/da.json +11 -0
- package/dist/templates/buyer/order-declined-coupon/en.json +11 -0
- package/dist/templates/buyer/order-declined-coupon/template.mjml +69 -0
- package/dist/templates/buyer/order-placed/da.json +13 -13
- package/dist/templates/buyer/order-placed/en.json +13 -13
- package/dist/templates/buyer/order-placed/template.mjml +69 -69
- package/dist/templates/buyer/order-reservations-cancelled/da.json +6 -0
- package/dist/templates/buyer/order-reservations-cancelled/en.json +6 -0
- package/dist/templates/buyer/order-reservations-cancelled/template.mjml +16 -0
- package/dist/templates/buyer/payment-card-expired/da.json +12 -0
- package/dist/templates/buyer/payment-card-expired/en.json +12 -0
- package/dist/templates/buyer/payment-card-expired/template.mjml +47 -0
- package/dist/templates/buyer/payment-failed/da.json +13 -0
- package/dist/templates/buyer/payment-failed/en.json +13 -0
- package/dist/templates/buyer/payment-failed/template.mjml +55 -0
- package/dist/templates/buyer/payment-failed-new-deadline/da.json +13 -0
- package/dist/templates/buyer/payment-failed-new-deadline/en.json +13 -0
- package/dist/templates/buyer/payment-failed-new-deadline/template.mjml +55 -0
- package/dist/templates/buyer/payment-received/da.json +9 -0
- package/dist/templates/buyer/payment-received/en.json +9 -0
- package/dist/templates/buyer/payment-received/template.mjml +19 -0
- package/dist/templates/buyer/place-order-confirmed/da.json +17 -0
- package/dist/templates/buyer/place-order-confirmed/en.json +17 -0
- package/dist/templates/buyer/place-order-confirmed/template.mjml +102 -0
- package/dist/templates/buyer/rate2-reminder/da.json +12 -0
- package/dist/templates/buyer/rate2-reminder/en.json +12 -0
- package/dist/templates/buyer/rate2-reminder/template.mjml +47 -0
- package/dist/templates/supplier/account-restricted/da.json +8 -0
- package/dist/templates/supplier/account-restricted/en.json +8 -0
- package/dist/templates/supplier/account-restricted/template.mjml +24 -0
- package/dist/templates/supplier/account-restricted-soon/da.json +9 -0
- package/dist/templates/supplier/account-restricted-soon/en.json +9 -0
- package/dist/templates/supplier/account-restricted-soon/template.mjml +32 -0
- package/dist/templates/supplier/account-user-accepted-invitation/da.json +7 -7
- package/dist/templates/supplier/account-user-accepted-invitation/en.json +7 -7
- package/dist/templates/supplier/account-user-accepted-invitation/template.mjml +33 -33
- package/dist/templates/supplier/account-user-invite/da.json +7 -7
- package/dist/templates/supplier/account-user-invite/en.json +7 -7
- package/dist/templates/supplier/account-user-invite/template.mjml +32 -32
- package/dist/templates/supplier/bank-account-changed/da.json +7 -7
- package/dist/templates/supplier/bank-account-changed/en.json +7 -7
- package/dist/templates/supplier/bank-account-changed/template.mjml +31 -31
- package/dist/templates/supplier/deposit-not-reserved/da.json +11 -0
- package/dist/templates/supplier/deposit-not-reserved/en.json +11 -0
- package/dist/templates/supplier/deposit-not-reserved/template.mjml +37 -0
- package/dist/templates/supplier/manual-order-created/da.json +6 -0
- package/dist/templates/supplier/manual-order-created/en.json +6 -0
- package/dist/templates/supplier/manual-order-created/template.mjml +16 -0
- package/dist/templates/supplier/new-member/da.json +6 -0
- package/dist/templates/supplier/new-member/en.json +6 -0
- package/dist/templates/supplier/new-member/template.mjml +16 -0
- package/dist/templates/supplier/new-member-message/da.json +5 -0
- package/dist/templates/supplier/new-member-message/en.json +5 -0
- package/dist/templates/supplier/new-member-message/template.mjml +8 -0
- package/dist/templates/supplier/order-cancelled-by-customer/da.json +10 -0
- package/dist/templates/supplier/order-cancelled-by-customer/en.json +10 -0
- package/dist/templates/supplier/order-cancelled-by-customer/template.mjml +37 -0
- package/dist/templates/supplier/order-changed/da.json +15 -0
- package/dist/templates/supplier/order-changed/en.json +15 -0
- package/dist/templates/supplier/order-changed/template.mjml +63 -0
- package/dist/templates/supplier/order-received/da.json +11 -11
- package/dist/templates/supplier/order-received/en.json +11 -11
- package/dist/templates/supplier/order-received/template.mjml +81 -81
- package/dist/templates/supplier/order-reservations-cancelled/da.json +8 -0
- package/dist/templates/supplier/order-reservations-cancelled/en.json +8 -0
- package/dist/templates/supplier/order-reservations-cancelled/template.mjml +26 -0
- package/dist/templates/supplier/order-reservations-confirmed/da.json +10 -0
- package/dist/templates/supplier/order-reservations-confirmed/en.json +10 -0
- package/dist/templates/supplier/order-reservations-confirmed/template.mjml +44 -0
- package/dist/templates/supplier/payment-failed/da.json +12 -0
- package/dist/templates/supplier/payment-failed/en.json +12 -0
- package/dist/templates/supplier/payment-failed/template.mjml +56 -0
- package/dist/templates/supplier/payout/da.json +8 -0
- package/dist/templates/supplier/payout/en.json +8 -0
- package/dist/templates/supplier/payout/template.mjml +32 -0
- package/dist/templates/supplier/place-cancellation/da.json +12 -0
- package/dist/templates/supplier/place-cancellation/en.json +12 -0
- package/dist/templates/supplier/place-cancellation/template.mjml +46 -0
- package/dist/templates/supplier/place-order-received/da.json +18 -0
- package/dist/templates/supplier/place-order-received/en.json +18 -0
- package/dist/templates/supplier/place-order-received/template.mjml +100 -0
- package/dist/templates/supplier/supplier-approved/da.json +9 -9
- package/dist/templates/supplier/supplier-approved/en.json +9 -9
- package/dist/templates/supplier/supplier-approved/template.mjml +39 -39
- package/dist/templates/supplier/supplier-product-approved/da.json +15 -15
- package/dist/templates/supplier/supplier-product-approved/en.json +16 -16
- package/dist/templates/supplier/supplier-product-approved/template.mjml +83 -83
- package/dist/templates/supplier/supplier-public/da.json +38 -0
- package/dist/templates/supplier/supplier-public/en.json +38 -0
- package/dist/templates/supplier/supplier-public/template.mjml +218 -0
- package/dist/templates/supplier/supplier-registered/da.json +7 -7
- package/dist/templates/supplier/supplier-registered/en.json +6 -6
- package/dist/templates/supplier/supplier-registered/template.mjml +9 -9
- package/dist/templates/supplier/user-permission-changed/da.json +6 -0
- package/dist/templates/supplier/user-permission-changed/en.json +6 -0
- package/dist/templates/supplier/user-permission-changed/template.mjml +16 -0
- package/package.json +22 -22
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
<mj-section padding-bottom="10px">
|
|
2
|
+
<mj-column>
|
|
3
|
+
<mj-text>
|
|
4
|
+
<p>[[greeting]]</p>
|
|
5
|
+
<p>[[body]]</p>
|
|
6
|
+
</mj-text>
|
|
7
|
+
</mj-column>
|
|
8
|
+
</mj-section>
|
|
9
|
+
|
|
10
|
+
<mj-section padding-bottom="10px">
|
|
11
|
+
<mj-column>
|
|
12
|
+
<mj-text>
|
|
13
|
+
<p><b>[[amount_label]]</b> {{ invoice_scheduled.amountRate2 }}<br>
|
|
14
|
+
<b>[[payment_date_label]]</b> {{ invoice_scheduled.scheduledTo }}<br>
|
|
15
|
+
<b>[[card_label]]</b> {{ paymentCard }}</p>
|
|
16
|
+
</mj-text>
|
|
17
|
+
</mj-column>
|
|
18
|
+
</mj-section>
|
|
19
|
+
|
|
20
|
+
<mj-raw>{{#if order_catering}}</mj-raw>
|
|
21
|
+
<mj-section padding-bottom="10px">
|
|
22
|
+
<mj-column>
|
|
23
|
+
<mj-text>
|
|
24
|
+
<p><b>[[event_date_label]]</b> {{ order_catering.catererSelectedDate }}</p>
|
|
25
|
+
</mj-text>
|
|
26
|
+
</mj-column>
|
|
27
|
+
</mj-section>
|
|
28
|
+
<mj-raw>{{/if}}</mj-raw>
|
|
29
|
+
|
|
30
|
+
<mj-raw>{{#if order_place}}</mj-raw>
|
|
31
|
+
<mj-section padding-bottom="10px">
|
|
32
|
+
<mj-column>
|
|
33
|
+
<mj-text>
|
|
34
|
+
<p><b>[[checkin_label]]</b> {{ order_place.checkInAtDate }}<br>
|
|
35
|
+
<b>[[checkout_label]]</b> {{ order_place.checkOutAtDate }}</p>
|
|
36
|
+
</mj-text>
|
|
37
|
+
</mj-column>
|
|
38
|
+
</mj-section>
|
|
39
|
+
<mj-raw>{{/if}}</mj-raw>
|
|
40
|
+
|
|
41
|
+
<mj-section padding-top="10px">
|
|
42
|
+
<mj-column>
|
|
43
|
+
<mj-text>
|
|
44
|
+
<p>[[card_update_text]]</p>
|
|
45
|
+
</mj-text>
|
|
46
|
+
</mj-column>
|
|
47
|
+
</mj-section>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
{
|
|
2
|
+
"subject": "Din konto er blevet begrænset",
|
|
3
|
+
"greeting": "Hej,",
|
|
4
|
+
"body": "Din konto på Nuento er blevet begrænset. Opdater venligst dine kontooplysninger for at genaktivere din konto.",
|
|
5
|
+
"button_settings": "Gå til kontoindstillinger",
|
|
6
|
+
"contact_text": "Har du spørgsmål? Kontakt os på",
|
|
7
|
+
"or": "eller"
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
{
|
|
2
|
+
"subject": "Your account has been restricted",
|
|
3
|
+
"greeting": "Hello,",
|
|
4
|
+
"body": "Your account on Nuento has been restricted. Please update your account details to reactivate your account.",
|
|
5
|
+
"button_settings": "Go to account settings",
|
|
6
|
+
"contact_text": "Have questions? Contact us at",
|
|
7
|
+
"or": "or"
|
|
8
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<mj-section padding-bottom="10px">
|
|
2
|
+
<mj-column>
|
|
3
|
+
<mj-text>
|
|
4
|
+
<p>[[greeting]]</p>
|
|
5
|
+
<p>[[body]]</p>
|
|
6
|
+
</mj-text>
|
|
7
|
+
</mj-column>
|
|
8
|
+
</mj-section>
|
|
9
|
+
|
|
10
|
+
<mj-section>
|
|
11
|
+
<mj-column>
|
|
12
|
+
<mj-button css-class="btn-link" href="[[urls.root]]/account/settings/supplier">
|
|
13
|
+
[[button_settings]]
|
|
14
|
+
</mj-button>
|
|
15
|
+
</mj-column>
|
|
16
|
+
</mj-section>
|
|
17
|
+
|
|
18
|
+
<mj-section padding-top="10px">
|
|
19
|
+
<mj-column>
|
|
20
|
+
<mj-text>
|
|
21
|
+
<p>[[contact_text]] {{ support.phone }} [[or]] {{ support.email }}</p>
|
|
22
|
+
</mj-text>
|
|
23
|
+
</mj-column>
|
|
24
|
+
</mj-section>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"subject": "Din konto vil snart blive begrænset",
|
|
3
|
+
"greeting": "Hej,",
|
|
4
|
+
"body": "Vi skal informere dig om, at din konto på Nuento vil blive begrænset, medmindre du opdaterer dine kontooplysninger inden nedenstående dato.",
|
|
5
|
+
"date_label": "Begrænset fra:",
|
|
6
|
+
"button_settings": "Gå til kontoindstillinger",
|
|
7
|
+
"contact_text": "Har du spørgsmål? Kontakt os på",
|
|
8
|
+
"or": "eller"
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"subject": "Your account will be restricted soon",
|
|
3
|
+
"greeting": "Hello,",
|
|
4
|
+
"body": "We need to inform you that your account on Nuento will be restricted unless you update your account details before the date below.",
|
|
5
|
+
"date_label": "Restricted from:",
|
|
6
|
+
"button_settings": "Go to account settings",
|
|
7
|
+
"contact_text": "Have questions? Contact us at",
|
|
8
|
+
"or": "or"
|
|
9
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
<mj-section padding-bottom="10px">
|
|
2
|
+
<mj-column>
|
|
3
|
+
<mj-text>
|
|
4
|
+
<p>[[greeting]]</p>
|
|
5
|
+
<p>[[body]]</p>
|
|
6
|
+
</mj-text>
|
|
7
|
+
</mj-column>
|
|
8
|
+
</mj-section>
|
|
9
|
+
|
|
10
|
+
<mj-section padding-bottom="10px">
|
|
11
|
+
<mj-column>
|
|
12
|
+
<mj-text>
|
|
13
|
+
<p><b>[[date_label]]</b> {{ restrictedDate }}</p>
|
|
14
|
+
</mj-text>
|
|
15
|
+
</mj-column>
|
|
16
|
+
</mj-section>
|
|
17
|
+
|
|
18
|
+
<mj-section>
|
|
19
|
+
<mj-column>
|
|
20
|
+
<mj-button css-class="btn-link" href="[[urls.root]]/account/settings/supplier">
|
|
21
|
+
[[button_settings]]
|
|
22
|
+
</mj-button>
|
|
23
|
+
</mj-column>
|
|
24
|
+
</mj-section>
|
|
25
|
+
|
|
26
|
+
<mj-section padding-top="10px">
|
|
27
|
+
<mj-column>
|
|
28
|
+
<mj-text>
|
|
29
|
+
<p>[[contact_text]] {{ support.phone }} [[or]] {{ support.email }}</p>
|
|
30
|
+
</mj-text>
|
|
31
|
+
</mj-column>
|
|
32
|
+
</mj-section>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
{
|
|
2
|
-
"subject": "Ny bruger har accepteret invitation",
|
|
3
|
-
"accepted_message": "En ny bruger har accepteret en invitation til din virksomhed, {{{ supplier.name }}}:",
|
|
4
|
-
"button_text": "Gå til Adgange",
|
|
5
|
-
"unknown_user_message": "Er det en fejl eller har du ikke kendskab til denne nye bruger? Kontakt support med det samme på tlf. 93 40 60 40 eller support@nuento.dk."
|
|
6
|
-
}
|
|
7
|
-
|
|
1
|
+
{
|
|
2
|
+
"subject": "Ny bruger har accepteret invitation",
|
|
3
|
+
"accepted_message": "En ny bruger har accepteret en invitation til din virksomhed, {{{ supplier.name }}}:",
|
|
4
|
+
"button_text": "Gå til Adgange",
|
|
5
|
+
"unknown_user_message": "Er det en fejl eller har du ikke kendskab til denne nye bruger? Kontakt support med det samme på tlf. 93 40 60 40 eller support@nuento.dk."
|
|
6
|
+
}
|
|
7
|
+
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
{
|
|
2
|
-
"subject": "New user has accepted invitation",
|
|
3
|
-
"accepted_message": "A new user has accepted an invitation to your company, {{{ supplier.name }}}:",
|
|
4
|
-
"button_text": "Go to Access",
|
|
5
|
-
"unknown_user_message": "Is this a mistake or do you not recognize this new user? Contact support immediately at tel. 93 40 60 40 or support@nuento.dk."
|
|
6
|
-
}
|
|
7
|
-
|
|
1
|
+
{
|
|
2
|
+
"subject": "New user has accepted invitation",
|
|
3
|
+
"accepted_message": "A new user has accepted an invitation to your company, {{{ supplier.name }}}:",
|
|
4
|
+
"button_text": "Go to Access",
|
|
5
|
+
"unknown_user_message": "Is this a mistake or do you not recognize this new user? Contact support immediately at tel. 93 40 60 40 or support@nuento.dk."
|
|
6
|
+
}
|
|
7
|
+
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
<mj-section padding-bottom="10px">
|
|
2
|
-
<mj-column>
|
|
3
|
-
<mj-text>
|
|
4
|
-
<p>[[accepted_message]]</p>
|
|
5
|
-
<p>{{ user.phone }}<br />{{ user.email }}</p>
|
|
6
|
-
</mj-text>
|
|
7
|
-
</mj-column>
|
|
8
|
-
</mj-section>
|
|
9
|
-
|
|
10
|
-
<mj-section>
|
|
11
|
-
<mj-column>
|
|
12
|
-
<mj-button
|
|
13
|
-
css-class="btn-link"
|
|
14
|
-
align="left"
|
|
15
|
-
font-size="18px"
|
|
16
|
-
font-weight="bold"
|
|
17
|
-
color="#ffffff"
|
|
18
|
-
background-color="#000000"
|
|
19
|
-
href="
|
|
20
|
-
>
|
|
21
|
-
[[button_text]]
|
|
22
|
-
</mj-button>
|
|
23
|
-
</mj-column>
|
|
24
|
-
</mj-section>
|
|
25
|
-
|
|
26
|
-
<mj-section padding-bottom="20px" padding-top="10px">
|
|
27
|
-
<mj-column>
|
|
28
|
-
<mj-text>
|
|
29
|
-
<p>[[unknown_user_message]]</p>
|
|
30
|
-
</mj-text>
|
|
31
|
-
</mj-column>
|
|
32
|
-
</mj-section>
|
|
33
|
-
|
|
1
|
+
<mj-section padding-bottom="10px">
|
|
2
|
+
<mj-column>
|
|
3
|
+
<mj-text>
|
|
4
|
+
<p>[[accepted_message]]</p>
|
|
5
|
+
<p>{{ user.phone }}<br />{{ user.email }}</p>
|
|
6
|
+
</mj-text>
|
|
7
|
+
</mj-column>
|
|
8
|
+
</mj-section>
|
|
9
|
+
|
|
10
|
+
<mj-section>
|
|
11
|
+
<mj-column>
|
|
12
|
+
<mj-button
|
|
13
|
+
css-class="btn-link"
|
|
14
|
+
align="left"
|
|
15
|
+
font-size="18px"
|
|
16
|
+
font-weight="bold"
|
|
17
|
+
color="#ffffff"
|
|
18
|
+
background-color="#000000"
|
|
19
|
+
href="[[urls.root]]/account/settings/access"
|
|
20
|
+
>
|
|
21
|
+
[[button_text]]
|
|
22
|
+
</mj-button>
|
|
23
|
+
</mj-column>
|
|
24
|
+
</mj-section>
|
|
25
|
+
|
|
26
|
+
<mj-section padding-bottom="20px" padding-top="10px">
|
|
27
|
+
<mj-column>
|
|
28
|
+
<mj-text>
|
|
29
|
+
<p>[[unknown_user_message]]</p>
|
|
30
|
+
</mj-text>
|
|
31
|
+
</mj-column>
|
|
32
|
+
</mj-section>
|
|
33
|
+
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
{
|
|
2
|
-
"subject": "Invitation til Nuento",
|
|
3
|
-
"invitation_message": "{{ supplier.name }} har sendt dig en invitation på Nuento. Se og accepter invitationen via knappen nedenfor.",
|
|
4
|
-
"button_text": "Gå til invitation",
|
|
5
|
-
"unknown_invitation_message": "Har du ikke noget kendskab til denne invitation? Kontakt support på tlf. 93 40 60 40 eller support@nuento.dk."
|
|
6
|
-
}
|
|
7
|
-
|
|
1
|
+
{
|
|
2
|
+
"subject": "Invitation til Nuento",
|
|
3
|
+
"invitation_message": "{{ supplier.name }} har sendt dig en invitation på Nuento. Se og accepter invitationen via knappen nedenfor.",
|
|
4
|
+
"button_text": "Gå til invitation",
|
|
5
|
+
"unknown_invitation_message": "Har du ikke noget kendskab til denne invitation? Kontakt support på tlf. 93 40 60 40 eller support@nuento.dk."
|
|
6
|
+
}
|
|
7
|
+
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
{
|
|
2
|
-
"subject": "Invitation to Nuento",
|
|
3
|
-
"invitation_message": "{{ supplier.name }} has sent you an invitation on Nuento. View and accept the invitation via the button below.",
|
|
4
|
-
"button_text": "Go to invitation",
|
|
5
|
-
"unknown_invitation_message": "Do you not recognize this invitation? Contact support at tel. 93 40 60 40 or support@nuento.dk."
|
|
6
|
-
}
|
|
7
|
-
|
|
1
|
+
{
|
|
2
|
+
"subject": "Invitation to Nuento",
|
|
3
|
+
"invitation_message": "{{ supplier.name }} has sent you an invitation on Nuento. View and accept the invitation via the button below.",
|
|
4
|
+
"button_text": "Go to invitation",
|
|
5
|
+
"unknown_invitation_message": "Do you not recognize this invitation? Contact support at tel. 93 40 60 40 or support@nuento.dk."
|
|
6
|
+
}
|
|
7
|
+
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
<mj-section padding-bottom="10px">
|
|
2
|
-
<mj-column>
|
|
3
|
-
<mj-text>
|
|
4
|
-
<p>[[invitation_message]]</p>
|
|
5
|
-
</mj-text>
|
|
6
|
-
</mj-column>
|
|
7
|
-
</mj-section>
|
|
8
|
-
|
|
9
|
-
<mj-section>
|
|
10
|
-
<mj-column>
|
|
11
|
-
<mj-button
|
|
12
|
-
css-class="btn-link"
|
|
13
|
-
align="left"
|
|
14
|
-
font-size="18px"
|
|
15
|
-
font-weight="bold"
|
|
16
|
-
color="#ffffff"
|
|
17
|
-
background-color="#000000"
|
|
18
|
-
href="
|
|
19
|
-
>
|
|
20
|
-
[[button_text]]
|
|
21
|
-
</mj-button>
|
|
22
|
-
</mj-column>
|
|
23
|
-
</mj-section>
|
|
24
|
-
|
|
25
|
-
<mj-section padding-bottom="20px" padding-top="10px">
|
|
26
|
-
<mj-column>
|
|
27
|
-
<mj-text>
|
|
28
|
-
<p>[[unknown_invitation_message]]</p>
|
|
29
|
-
</mj-text>
|
|
30
|
-
</mj-column>
|
|
31
|
-
</mj-section>
|
|
32
|
-
|
|
1
|
+
<mj-section padding-bottom="10px">
|
|
2
|
+
<mj-column>
|
|
3
|
+
<mj-text>
|
|
4
|
+
<p>[[invitation_message]]</p>
|
|
5
|
+
</mj-text>
|
|
6
|
+
</mj-column>
|
|
7
|
+
</mj-section>
|
|
8
|
+
|
|
9
|
+
<mj-section>
|
|
10
|
+
<mj-column>
|
|
11
|
+
<mj-button
|
|
12
|
+
css-class="btn-link"
|
|
13
|
+
align="left"
|
|
14
|
+
font-size="18px"
|
|
15
|
+
font-weight="bold"
|
|
16
|
+
color="#ffffff"
|
|
17
|
+
background-color="#000000"
|
|
18
|
+
href="[[urls.root]]/account/home"
|
|
19
|
+
>
|
|
20
|
+
[[button_text]]
|
|
21
|
+
</mj-button>
|
|
22
|
+
</mj-column>
|
|
23
|
+
</mj-section>
|
|
24
|
+
|
|
25
|
+
<mj-section padding-bottom="20px" padding-top="10px">
|
|
26
|
+
<mj-column>
|
|
27
|
+
<mj-text>
|
|
28
|
+
<p>[[unknown_invitation_message]]</p>
|
|
29
|
+
</mj-text>
|
|
30
|
+
</mj-column>
|
|
31
|
+
</mj-section>
|
|
32
|
+
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
{
|
|
2
|
-
"subject": "Din bankkonto er blevet ændret",
|
|
3
|
-
"body": "Din bankkonto er blevet ændret. Du kan altid se din aktuelle bankkonto på Nuento.",
|
|
4
|
-
"button_text": "Gå til Kontoindstillinger",
|
|
5
|
-
"warning": "Er det en fejl eller har du ikke kendskab til denne ændring? Kontakt support med det samme på tlf.",
|
|
6
|
-
"or": "eller"
|
|
7
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"subject": "Din bankkonto er blevet ændret",
|
|
3
|
+
"body": "Din bankkonto er blevet ændret. Du kan altid se din aktuelle bankkonto på Nuento.",
|
|
4
|
+
"button_text": "Gå til Kontoindstillinger",
|
|
5
|
+
"warning": "Er det en fejl eller har du ikke kendskab til denne ændring? Kontakt support med det samme på tlf.",
|
|
6
|
+
"or": "eller"
|
|
7
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
{
|
|
2
|
-
"subject": "Your bank account has been changed",
|
|
3
|
-
"body": "Your bank account has been changed. You can always view your current bank account on Nuento.",
|
|
4
|
-
"button_text": "Go to Account Settings",
|
|
5
|
-
"warning": "Is this a mistake or are you unaware of this change? Contact support immediately at",
|
|
6
|
-
"or": "or"
|
|
7
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"subject": "Your bank account has been changed",
|
|
3
|
+
"body": "Your bank account has been changed. You can always view your current bank account on Nuento.",
|
|
4
|
+
"button_text": "Go to Account Settings",
|
|
5
|
+
"warning": "Is this a mistake or are you unaware of this change? Contact support immediately at",
|
|
6
|
+
"or": "or"
|
|
7
|
+
}
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
<mj-section padding-bottom="10px">
|
|
2
|
-
<mj-column>
|
|
3
|
-
<mj-text>
|
|
4
|
-
<p>[[body]]</p>
|
|
5
|
-
</mj-text>
|
|
6
|
-
</mj-column>
|
|
7
|
-
</mj-section>
|
|
8
|
-
|
|
9
|
-
<mj-section>
|
|
10
|
-
<mj-column>
|
|
11
|
-
<mj-button
|
|
12
|
-
css-class="btn-link"
|
|
13
|
-
align="left"
|
|
14
|
-
font-size="18px"
|
|
15
|
-
font-weight="bold"
|
|
16
|
-
color="#ffffff"
|
|
17
|
-
background-color="#000000"
|
|
18
|
-
href="
|
|
19
|
-
>
|
|
20
|
-
[[button_text]]
|
|
21
|
-
</mj-button>
|
|
22
|
-
</mj-column>
|
|
23
|
-
</mj-section>
|
|
24
|
-
|
|
25
|
-
<mj-section padding-bottom="20px" padding-top="10px">
|
|
26
|
-
<mj-column>
|
|
27
|
-
<mj-text>
|
|
28
|
-
<p>[[warning]] {{ support.phone }} [[or]] {{ support.email }}.</p>
|
|
29
|
-
</mj-text>
|
|
30
|
-
</mj-column>
|
|
31
|
-
</mj-section>
|
|
1
|
+
<mj-section padding-bottom="10px">
|
|
2
|
+
<mj-column>
|
|
3
|
+
<mj-text>
|
|
4
|
+
<p>[[body]]</p>
|
|
5
|
+
</mj-text>
|
|
6
|
+
</mj-column>
|
|
7
|
+
</mj-section>
|
|
8
|
+
|
|
9
|
+
<mj-section>
|
|
10
|
+
<mj-column>
|
|
11
|
+
<mj-button
|
|
12
|
+
css-class="btn-link"
|
|
13
|
+
align="left"
|
|
14
|
+
font-size="18px"
|
|
15
|
+
font-weight="bold"
|
|
16
|
+
color="#ffffff"
|
|
17
|
+
background-color="#000000"
|
|
18
|
+
href="[[urls.root]]/account/settings/supplier"
|
|
19
|
+
>
|
|
20
|
+
[[button_text]]
|
|
21
|
+
</mj-button>
|
|
22
|
+
</mj-column>
|
|
23
|
+
</mj-section>
|
|
24
|
+
|
|
25
|
+
<mj-section padding-bottom="20px" padding-top="10px">
|
|
26
|
+
<mj-column>
|
|
27
|
+
<mj-text>
|
|
28
|
+
<p>[[warning]] {{ support.phone }} [[or]] {{ support.email }}.</p>
|
|
29
|
+
</mj-text>
|
|
30
|
+
</mj-column>
|
|
31
|
+
</mj-section>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"subject": "Depositum ikke reserveret – Booking #{{ order.id8digit }}",
|
|
3
|
+
"greeting": "Hej {{ collection.contact.name }},",
|
|
4
|
+
"body": "Depositummet for booking #{{ order.id8digit }} hos {{collection.title}} kunne desværre ikke reserveres på gæstens betalingskort.",
|
|
5
|
+
"booking_label": "Booking",
|
|
6
|
+
"amount_label": "Depositum:",
|
|
7
|
+
"card_label": "Betalingskort:",
|
|
8
|
+
"date_label": "Dato:",
|
|
9
|
+
"checkin_label": "Check-in:",
|
|
10
|
+
"guest_label": "Gæst"
|
|
11
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"subject": "Deposit not reserved – Booking #{{ order.id8digit }}",
|
|
3
|
+
"greeting": "Hi {{ collection.contact.name }},",
|
|
4
|
+
"body": "The deposit for booking #{{ order.id8digit }} at {{collection.title}} could unfortunately not be reserved on the guest's payment card.",
|
|
5
|
+
"booking_label": "Booking",
|
|
6
|
+
"amount_label": "Deposit:",
|
|
7
|
+
"card_label": "Payment card:",
|
|
8
|
+
"date_label": "Date:",
|
|
9
|
+
"checkin_label": "Check-in:",
|
|
10
|
+
"guest_label": "Guest"
|
|
11
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
<mj-section padding-bottom="10px">
|
|
2
|
+
<mj-column>
|
|
3
|
+
<mj-text>
|
|
4
|
+
<p>[[greeting]]</p>
|
|
5
|
+
<p>[[body]]</p>
|
|
6
|
+
</mj-text>
|
|
7
|
+
</mj-column>
|
|
8
|
+
</mj-section>
|
|
9
|
+
|
|
10
|
+
<mj-section padding-bottom="10px">
|
|
11
|
+
<mj-column>
|
|
12
|
+
<mj-text>
|
|
13
|
+
<p><b>[[booking_label]]</b> #{{ order.id8digit }}<br>
|
|
14
|
+
<b>[[amount_label]]</b> {{ order.depositAmount }}<br>
|
|
15
|
+
<b>[[card_label]]</b> {{ paymentCard }}<br>
|
|
16
|
+
<b>[[date_label]]</b> {{ order.depositDate }}<br>
|
|
17
|
+
<b>[[checkin_label]]</b> {{ order_place.checkInAtDate }}</p>
|
|
18
|
+
</mj-text>
|
|
19
|
+
</mj-column>
|
|
20
|
+
</mj-section>
|
|
21
|
+
|
|
22
|
+
<mj-section>
|
|
23
|
+
<mj-column>
|
|
24
|
+
<mj-divider />
|
|
25
|
+
</mj-column>
|
|
26
|
+
</mj-section>
|
|
27
|
+
|
|
28
|
+
<mj-section padding-top="10px">
|
|
29
|
+
<mj-column>
|
|
30
|
+
<mj-text>
|
|
31
|
+
<p><b>[[guest_label]]</b><br>
|
|
32
|
+
{{ user.name }}<br>
|
|
33
|
+
{{ user.phone }}<br>
|
|
34
|
+
{{ user.email }}</p>
|
|
35
|
+
</mj-text>
|
|
36
|
+
</mj-column>
|
|
37
|
+
</mj-section>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<mj-section padding-bottom="10px">
|
|
2
|
+
<mj-column>
|
|
3
|
+
<mj-text>
|
|
4
|
+
<p>[[greeting]]</p>
|
|
5
|
+
<p>[[body]]</p>
|
|
6
|
+
</mj-text>
|
|
7
|
+
</mj-column>
|
|
8
|
+
</mj-section>
|
|
9
|
+
|
|
10
|
+
<mj-section>
|
|
11
|
+
<mj-column>
|
|
12
|
+
<mj-button css-class="btn-link" href="{{{ order_catering.url }}}">
|
|
13
|
+
[[button_view_order]]
|
|
14
|
+
</mj-button>
|
|
15
|
+
</mj-column>
|
|
16
|
+
</mj-section>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<mj-section padding-bottom="10px">
|
|
2
|
+
<mj-column>
|
|
3
|
+
<mj-text>
|
|
4
|
+
<p>[[greeting]]</p>
|
|
5
|
+
<p>[[body]]</p>
|
|
6
|
+
</mj-text>
|
|
7
|
+
</mj-column>
|
|
8
|
+
</mj-section>
|
|
9
|
+
|
|
10
|
+
<mj-section>
|
|
11
|
+
<mj-column>
|
|
12
|
+
<mj-button css-class="btn-link" href="[[urls.root]]/account/memberships/{{ membership.id }}">
|
|
13
|
+
[[button_view_members]]
|
|
14
|
+
</mj-button>
|
|
15
|
+
</mj-column>
|
|
16
|
+
</mj-section>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"subject": "Ordre #{{ order.id8digit }} annulleret af kunden",
|
|
3
|
+
"greeting": "Hej {{ collection.contact.name }},",
|
|
4
|
+
"body": "Kunden har annulleret ordre #{{ order.id8digit }} hos {{collection.title}}.",
|
|
5
|
+
"order_label": "Ordre",
|
|
6
|
+
"customer_label": "Kunde:",
|
|
7
|
+
"date_label": "Dato:",
|
|
8
|
+
"reason_label": "Årsag",
|
|
9
|
+
"button_view_order": "Se ordren"
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"subject": "Order #{{ order.id8digit }} cancelled by customer",
|
|
3
|
+
"greeting": "Hi {{ collection.contact.name }},",
|
|
4
|
+
"body": "The customer has cancelled order #{{ order.id8digit }} at {{collection.title}}.",
|
|
5
|
+
"order_label": "Order",
|
|
6
|
+
"customer_label": "Customer:",
|
|
7
|
+
"date_label": "Date:",
|
|
8
|
+
"reason_label": "Reason",
|
|
9
|
+
"button_view_order": "View order"
|
|
10
|
+
}
|