taler-merchant-demos

Python-based Frontends for the Demonstration Web site
Log | Files | Refs | README | LICENSE

blog-confirm-refund.gohtml (563B)


      1 {{define "content"}}
      2   <section class="status-card">
      3   <h1>{{tr .Lang "Refund this chapter?"}}</h1>
      4   <p>{{trfHTML .Lang "Refund <em>{name}</em>? The refund will be approved automatically in this demo." "name" .Content.ArticleName}}</p>
      5   <p>{{tr .Lang "The refund must go to the wallet used for payment. You will lose access to the chapter."}}</p>
      6   <form class="action-row" action="{{.Prefix}}/{{.Lang}}/refund/{{pathEscape .Content.OrderID}}" method="post"><button type="submit" name="submit">{{tr .Lang "Request refund"}}</button></form>
      7   </section>
      8 {{end}}