summaryrefslogtreecommitdiff
path: root/contrib/show_order_details.en.mcpp
blob: f098483945ce43eea65eab80a3be684e9935ff5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
#include "copyright.html"
<html>
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <noscript>
    <meta http-equiv="refresh" content="1">
  </noscript>
  <title>Status of your order for {{order_summary}}</title>
#include "css.html"
</head>

<body>
<h1>Order details</h1>

<div>
This is the default status page for your order for <b>{{order_summary}}</b>.
</div>


<h2>Refund status</h2>
<div>
The merchant has granted you refunds on the purchase of <b>{{refund_amount}}</b>.
</div>

<h2>Full contract details</h2>

<!-- FIXME #6459: expand the contract JSON in all its glory here -->
<pre>
  {{{ contract_terms!stringify }}}
</pre>
#include "footer.html"