From 88f8e6f0775784b957f21a125b54cca15b207635 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Thu, 2 Mar 2023 14:28:32 -0300 Subject: built from 36956f404cbf1ecc0f2fb320d4f3ab89a313c830 --- backend/depleted_tip.en.html | 1332 +--------- backend/offer_refund.en.html | 3746 +-------------------------- backend/offer_tip.en.html | 4975 +----------------------------------- backend/request_payment.en.html | 3789 +-------------------------- backend/show_order_details.en.html | 4914 +---------------------------------- 5 files changed, 156 insertions(+), 18600 deletions(-) (limited to 'backend') diff --git a/backend/depleted_tip.en.html b/backend/depleted_tip.en.html index 943ceb26c..59f6de7d6 100644 --- a/backend/depleted_tip.en.html +++ b/backend/depleted_tip.en.html @@ -1,9 +1,10 @@ - - - - Status of your tip - - - - -

Tip already collected

You have already collected this tip.
- + +

Tip already collected

You have already collected this tip.
+ - - - \ No newline at end of file + + + \ No newline at end of file diff --git a/backend/offer_refund.en.html b/backend/offer_refund.en.html index 528cf3ba9..4b1a9786f 100644 --- a/backend/offer_refund.en.html +++ b/backend/offer_refund.en.html @@ -1,9 +1,10 @@ - - - - Refund available for {{ order_summary }} - - - - -

Collect Taler refund

Scan this QR code with your Taler mobile wallet:

{{{ taler_refund_qrcode_svg }}}

Or open your Taler wallet

Don't have a Taler wallet yet? Install it!

- + +

Collect Taler refund

Scan this QR code with your Taler mobile wallet:

{{{ taler_refund_qrcode_svg }}}

Or open your Taler wallet

Don't have a Taler wallet yet? Install it!

+ - - - \ No newline at end of file + + + \ No newline at end of file diff --git a/backend/offer_tip.en.html b/backend/offer_tip.en.html index 7772cc5d2..43b12ed4a 100644 --- a/backend/offer_tip.en.html +++ b/backend/offer_tip.en.html @@ -1,4958 +1,49 @@ - - - - Tip available - - - - -

Details of order {{ contract_terms.order_id }}

Order summary:
{{ contract_terms.summary }}
Amount paid:
{{ contract_terms.amount }}
Order date:
{{ contract_terms.timestamp_str }}
Merchant name:
{{ contract_terms.merchant.name }}

Full payment information

Amount paid:
{{ contract_terms.amount }}
Wire transfer method:
{{ contract_terms.wire_method }}
Payment deadline:
{{ contract_terms.pay_deadline_str }}
Exchange transfer deadline:
{{ contract_terms.wire_transfer_deadline_str }}
Maximum deposit fee:
{{ contract_terms.max_fee }}
Maximum wire fee:
{{ contract_terms.max_wire_fee }}
Wire fee amortization:
{{ contract_terms.wire_fee_amortization }} transactions

Refund information

Refund deadline:
{{ contract_terms.refund_deadline_str }}

Additional order details

Public reorder URL:
-- not defined yet --

Full merchant information

Merchant name:
{{ contract_terms.merchant.name }}
Merchant address:
Merchant's jurisdiction:
Merchant URI:
{{ contract_terms.merchant_base_url }}
Merchant's public key:
{{ contract_terms.merchant_pub }}
- + +

Details of order {{ contract_terms.order_id }}

Order summary:
{{ contract_terms.summary }}
Amount paid:
{{ contract_terms.amount }}
Order date:
{{ contract_terms.timestamp_str }}
Merchant name:
{{ contract_terms.merchant.name }}

Full payment information

Amount paid:
{{ contract_terms.amount }}
Wire transfer method:
{{ contract_terms.wire_method }}
Payment deadline:
{{ contract_terms.pay_deadline_str }}
Exchange transfer deadline:
{{ contract_terms.wire_transfer_deadline_str }}
Maximum deposit fee:
{{ contract_terms.max_fee }}
Maximum wire fee:
{{ contract_terms.max_wire_fee }}
Wire fee amortization:
{{ contract_terms.wire_fee_amortization }} transactions

Refund information

Refund deadline:
{{ contract_terms.refund_deadline_str }}

Additional order details

Public reorder URL:
-- not defined yet --

Full merchant information

Merchant name:
{{ contract_terms.merchant.name }}
Merchant address:
Merchant's jurisdiction:
Merchant URI:
{{ contract_terms.merchant_base_url }}
Merchant's public key:
{{ contract_terms.merchant_pub }}
+ - - - \ No newline at end of file + + + \ No newline at end of file diff --git a/backend/request_payment.en.html b/backend/request_payment.en.html index d1f267c75..da7e29986 100644 --- a/backend/request_payment.en.html +++ b/backend/request_payment.en.html @@ -1,3770 +1,51 @@ - - - - Payment requested for {{ order_summary }} - - - - -

Pay with Taler

Scan this QR code with your mobile wallet:

{{{ taler_pay_qrcode_svg }}}

Or open your Taler wallet

Don't have a Taler wallet yet? Install it!

- + +

Pay with Taler

Scan this QR code with your mobile wallet:

{{{ taler_pay_qrcode_svg }}}

Or open your Taler wallet

Don't have a Taler wallet yet? Install it!

+ - - - \ No newline at end of file + + + \ No newline at end of file diff --git a/backend/show_order_details.en.html b/backend/show_order_details.en.html index ccdc1011a..342e22974 100644 --- a/backend/show_order_details.en.html +++ b/backend/show_order_details.en.html @@ -1,4899 +1,53 @@ - - - - Status of your order for {{ order_summary }} - - - - -

Details of order {{ contract_terms.order_id }}

{{#refund_amount}}
Refunded: The merchant refunded you {{ refund_amount }}.
{{/refund_amount}}
Order summary:
{{ contract_terms.summary }}
Amount paid:
{{ contract_terms.amount }}
Order date:
{{ contract_terms.timestamp_str }}
Merchant name:
{{ contract_terms.merchant.name }}
{{#contract_terms.hasProducts}}

Products purchased

{{#contract_terms.products}}

{{description}}

Quantity:
{{quantity}}
Price:
{{price}}
{{#hasTaxes}}{{#taxes}}
{{name}}
{{tax}}
{{/taxes}}{{/hasTaxes}}{{#delivery_date}}
Delivered on:
{{ delivery_date_str }}
{{/delivery_date}}{{#unit}}
Product unit:
{{.}}
{{/unit}}{{#product_id}}
Product ID:
{{.}}
{{/product_id}}
{{/contract_terms.products}}
{{/contract_terms.hasProducts}}{{#contract_terms.has_delivery_info}}

Delivery information

{{#contract_terms.delivery_date}}
Delivery date:
{{ contract_terms.delivery_date_str }}
{{/contract_terms.delivery_date}}{{#contract_terms.delivery_location}}
Delivery address:
{{#contract_terms.delivery_location.building_name}}
{{ contract_terms.delivery_location.building_name }} {{ contract_terms.delivery_location.building_number }}
{{/contract_terms.delivery_location.building_name}}{{#contract_terms.delivery_location.country}}
{{ contract_terms.delivery_location.country }} {{ contract_terms.delivery_location.country_subdivision }}
{{/contract_terms.delivery_location.country}}{{#contract_terms.delivery_location.district}}
{{ contract_terms.delivery_location.district }}
{{/contract_terms.delivery_location.district}}{{#contract_terms.delivery_location.post_code}}
{{ contract_terms.delivery_location.post_code }}
{{/contract_terms.delivery_location.post_code}}{{#contract_terms.delivery_location.street}}
{{ contract_terms.delivery_location.street }}
{{/contract_terms.delivery_location.street}}{{#contract_terms.delivery_location.town}}
{{ contract_terms.delivery_location.town }}
{{/contract_terms.delivery_location.town}}{{#contract_terms.delivery_location.town_location}}
{{ contract_terms.delivery_location.town_location }}
{{/contract_terms.delivery_location.town_location}}{{/contract_terms.delivery_location}}
{{/contract_terms.has_delivery_info}}

Full payment information

Amount paid:
{{ contract_terms.amount }}
Wire transfer method:
{{ contract_terms.wire_method }}
Payment deadline:
{{ contract_terms.pay_deadline_str }}
Exchange transfer deadline:
{{ contract_terms.wire_transfer_deadline_str }}
Maximum deposit fee:
{{ contract_terms.max_fee }}
Maximum wire fee:
{{ contract_terms.max_wire_fee }}
Wire fee amortization:
{{ contract_terms.wire_fee_amortization }} transactions

Refund information

Refund deadline:
{{ contract_terms.refund_deadline_str }}
{{#contract_terms.auto_refund}}
Attempt autorefund for:
{{ contract_terms.auto_refund_str }}
{{/contract_terms.auto_refund}}

Additional order details

Public reorder URL:
-- not defined yet --
{{#contract_terms.fulfillment_url}}
Fulfillment URL:
{{ contract_terms.fulfillment_url }}
{{/contract_terms.fulfillment_url}}

Full merchant information

Merchant name:
{{ contract_terms.merchant.name }}
Merchant address:
{{#contract_terms.merchant.address.building_name}}
{{ contract_terms.merchant.address.building_name }} {{ contract_terms.merchant.address.building_number }}
{{/contract_terms.merchant.address.building_name}}{{#contract_terms.merchant.address.country}}
{{ contract_terms.merchant.address.country }} {{ contract_terms.merchant.address.country_subdivision }}
{{/contract_terms.merchant.address.country}}{{#contract_terms.merchant.address.district}}
{{ contract_terms.merchant.address.district }}
{{/contract_terms.merchant.address.district}}{{#contract_terms.merchant.address.post_code}}
{{ contract_terms.merchant.address.post_code }}
{{/contract_terms.merchant.address.post_code}}{{#contract_terms.merchant.address.street}}
{{ contract_terms.merchant.address.street }}
{{/contract_terms.merchant.address.street}}{{#contract_terms.merchant.address.town}}
{{ contract_terms.merchant.address.town }}
{{/contract_terms.merchant.address.town}}{{#contract_terms.merchant.address.town_location}}
{{ contract_terms.merchant.address.town_location }}
{{/contract_terms.merchant.address.town_location}}
Merchant's jurisdiction:
{{#contract_terms.merchant.jurisdiction.building_name}}
{{ contract_terms.merchant.jurisdiction.building_name }} {{ contract_terms.merchant.jurisdiction.building_number }}
{{/contract_terms.merchant.jurisdiction.building_name}}{{#contract_terms.merchant.jurisdiction.country}}
{{ contract_terms.merchant.jurisdiction.country }} {{ contract_terms.merchant.jurisdiction.country_subdivision }}
{{/contract_terms.merchant.jurisdiction.country}}{{#contract_terms.merchant.jurisdiction.district}}
{{ contract_terms.merchant.jurisdiction.district }}
{{/contract_terms.merchant.jurisdiction.district}}{{#contract_terms.merchant.jurisdiction.post_code}}
{{ contract_terms.merchant.jurisdiction.post_code }}
{{/contract_terms.merchant.jurisdiction.post_code}}{{#contract_terms.merchant.jurisdiction.street}}
{{ contract_terms.merchant.jurisdiction.street }}
{{/contract_terms.merchant.jurisdiction.street}}{{#contract_terms.merchant.jurisdiction.town}}
{{ contract_terms.merchant.jurisdiction.town }}
{{/contract_terms.merchant.jurisdiction.town}}{{#contract_terms.merchant.jurisdiction.town_location}}
{{ contract_terms.merchant.jurisdiction.town_location }}
{{/contract_terms.merchant.jurisdiction.town_location}}
Merchant URI:
{{ contract_terms.merchant_base_url }}
Merchant's public key:
{{ contract_terms.merchant_pub }}
{{#contract_terms.hasAuditors}}

Auditors accepted by the merchant

{{#contract_terms.auditors}}

{{name}}

Auditor's public key:
{{auditor_pub}}
Auditor's URL:
{{url}}
{{/contract_terms.auditors}}
{{/contract_terms.hasAuditors}}{{#contract_terms.hasExchanges}}

Exchanges accepted by the merchant

{{#contract_terms.exchanges}}
Exchange's URL:
{{url}}
Public key:
{{master_pub}}
{{/contract_terms.exchanges}}
{{/contract_terms.hasExchanges}}
- + +

Details of order {{ contract_terms.order_id }}

{{#refund_amount}}
Refunded: The merchant refunded you {{ refund_amount }}.
{{/refund_amount}}
Order summary:
{{ contract_terms.summary }}
Amount paid:
{{ contract_terms.amount }}
Order date:
{{ contract_terms.timestamp_str }}
Merchant name:
{{ contract_terms.merchant.name }}
{{#contract_terms.hasProducts}}

Products purchased

{{#contract_terms.products}}

{{description}}

Quantity:
{{quantity}}
Price:
{{price}}
{{#hasTaxes}}{{#taxes}}
{{name}}
{{tax}}
{{/taxes}}{{/hasTaxes}}{{#delivery_date}}
Delivered on:
{{ delivery_date_str }}
{{/delivery_date}}{{#unit}}
Product unit:
{{.}}
{{/unit}}{{#product_id}}
Product ID:
{{.}}
{{/product_id}}
{{/contract_terms.products}}
{{/contract_terms.hasProducts}}{{#contract_terms.has_delivery_info}}

Delivery information

{{#contract_terms.delivery_date}}
Delivery date:
{{ contract_terms.delivery_date_str }}
{{/contract_terms.delivery_date}}{{#contract_terms.delivery_location}}
Delivery address:
{{#contract_terms.delivery_location.building_name}}
{{ contract_terms.delivery_location.building_name }} {{ contract_terms.delivery_location.building_number }}
{{/contract_terms.delivery_location.building_name}}{{#contract_terms.delivery_location.country}}
{{ contract_terms.delivery_location.country }} {{ contract_terms.delivery_location.country_subdivision }}
{{/contract_terms.delivery_location.country}}{{#contract_terms.delivery_location.district}}
{{ contract_terms.delivery_location.district }}
{{/contract_terms.delivery_location.district}}{{#contract_terms.delivery_location.post_code}}
{{ contract_terms.delivery_location.post_code }}
{{/contract_terms.delivery_location.post_code}}{{#contract_terms.delivery_location.street}}
{{ contract_terms.delivery_location.street }}
{{/contract_terms.delivery_location.street}}{{#contract_terms.delivery_location.town}}
{{ contract_terms.delivery_location.town }}
{{/contract_terms.delivery_location.town}}{{#contract_terms.delivery_location.town_location}}
{{ contract_terms.delivery_location.town_location }}
{{/contract_terms.delivery_location.town_location}}{{/contract_terms.delivery_location}}
{{/contract_terms.has_delivery_info}}

Full payment information

Amount paid:
{{ contract_terms.amount }}
Wire transfer method:
{{ contract_terms.wire_method }}
Payment deadline:
{{ contract_terms.pay_deadline_str }}
Exchange transfer deadline:
{{ contract_terms.wire_transfer_deadline_str }}
Maximum deposit fee:
{{ contract_terms.max_fee }}
Maximum wire fee:
{{ contract_terms.max_wire_fee }}
Wire fee amortization:
{{ contract_terms.wire_fee_amortization }} transactions

Refund information

Refund deadline:
{{ contract_terms.refund_deadline_str }}
{{#contract_terms.auto_refund}}
Attempt autorefund for:
{{ contract_terms.auto_refund_str }}
{{/contract_terms.auto_refund}}

Additional order details

Public reorder URL:
-- not defined yet --
{{#contract_terms.fulfillment_url}}
Fulfillment URL:
{{ contract_terms.fulfillment_url }}
{{/contract_terms.fulfillment_url}}

Full merchant information

Merchant name:
{{ contract_terms.merchant.name }}
Merchant address:
{{#contract_terms.merchant.address.building_name}}
{{ contract_terms.merchant.address.building_name }} {{ contract_terms.merchant.address.building_number }}
{{/contract_terms.merchant.address.building_name}}{{#contract_terms.merchant.address.country}}
{{ contract_terms.merchant.address.country }} {{ contract_terms.merchant.address.country_subdivision }}
{{/contract_terms.merchant.address.country}}{{#contract_terms.merchant.address.district}}
{{ contract_terms.merchant.address.district }}
{{/contract_terms.merchant.address.district}}{{#contract_terms.merchant.address.post_code}}
{{ contract_terms.merchant.address.post_code }}
{{/contract_terms.merchant.address.post_code}}{{#contract_terms.merchant.address.street}}
{{ contract_terms.merchant.address.street }}
{{/contract_terms.merchant.address.street}}{{#contract_terms.merchant.address.town}}
{{ contract_terms.merchant.address.town }}
{{/contract_terms.merchant.address.town}}{{#contract_terms.merchant.address.town_location}}
{{ contract_terms.merchant.address.town_location }}
{{/contract_terms.merchant.address.town_location}}
Merchant's jurisdiction:
{{#contract_terms.merchant.jurisdiction.building_name}}
{{ contract_terms.merchant.jurisdiction.building_name }} {{ contract_terms.merchant.jurisdiction.building_number }}
{{/contract_terms.merchant.jurisdiction.building_name}}{{#contract_terms.merchant.jurisdiction.country}}
{{ contract_terms.merchant.jurisdiction.country }} {{ contract_terms.merchant.jurisdiction.country_subdivision }}
{{/contract_terms.merchant.jurisdiction.country}}{{#contract_terms.merchant.jurisdiction.district}}
{{ contract_terms.merchant.jurisdiction.district }}
{{/contract_terms.merchant.jurisdiction.district}}{{#contract_terms.merchant.jurisdiction.post_code}}
{{ contract_terms.merchant.jurisdiction.post_code }}
{{/contract_terms.merchant.jurisdiction.post_code}}{{#contract_terms.merchant.jurisdiction.street}}
{{ contract_terms.merchant.jurisdiction.street }}
{{/contract_terms.merchant.jurisdiction.street}}{{#contract_terms.merchant.jurisdiction.town}}
{{ contract_terms.merchant.jurisdiction.town }}
{{/contract_terms.merchant.jurisdiction.town}}{{#contract_terms.merchant.jurisdiction.town_location}}
{{ contract_terms.merchant.jurisdiction.town_location }}
{{/contract_terms.merchant.jurisdiction.town_location}}
Merchant URI:
{{ contract_terms.merchant_base_url }}
Merchant's public key:
{{ contract_terms.merchant_pub }}
{{#contract_terms.hasAuditors}}

Auditors accepted by the merchant

{{#contract_terms.auditors}}

{{name}}

Auditor's public key:
{{auditor_pub}}
Auditor's URL:
{{url}}
{{/contract_terms.auditors}}
{{/contract_terms.hasAuditors}}{{#contract_terms.hasExchanges}}

Exchanges accepted by the merchant

{{#contract_terms.exchanges}}
Exchange's URL:
{{url}}
Public key:
{{master_pub}}
{{/contract_terms.exchanges}}
{{/contract_terms.hasExchanges}}
+ - - - \ No newline at end of file + + + \ No newline at end of file -- cgit v1.2.3