From 5335c44f98fb17d5349850219ddd3d3d6695caaa Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 20 Aug 2021 21:25:24 +0200 Subject: address #6995 in terms of enabling sharing across Mustach template files by using cpp during the build process --- contrib/show_order_details.en.mcpp | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 contrib/show_order_details.en.mcpp (limited to 'contrib/show_order_details.en.mcpp') diff --git a/contrib/show_order_details.en.mcpp b/contrib/show_order_details.en.mcpp new file mode 100644 index 00000000..f0984839 --- /dev/null +++ b/contrib/show_order_details.en.mcpp @@ -0,0 +1,33 @@ + +#include "copyright.html" + + + + + + Status of your order for {{order_summary}} +#include "css.html" + + + +

Order details

+ +
+This is the default status page for your order for {{order_summary}}. +
+ + +

Refund status

+
+The merchant has granted you refunds on the purchase of {{refund_amount}}. +
+ +

Full contract details

+ + +
+  {{{ contract_terms!stringify }}}
+
+#include "footer.html" -- cgit v1.2.3