taler-merchant-demos

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

blog-refunded.gohtml (569B)


      1 {{define "content"}}
      2   <section class="status-card">
      3   <div class="status-mark" aria-hidden="true">✓</div>
      4   <h2>{{tr .Lang "Refund complete"}}</h2>
      5   <p>{{trfHTML .Lang "Payment <tt>{order}</tt> for <em>{article}</em> has been refunded." "order" .Content.OrderID "article" .Content.ArticleName}}</p>
      6   <p>{{tr .Lang "You no longer have access to this chapter."}}</p>
      7   <div class="action-row"><a class="button" href="{{.Prefix}}/{{.Lang}}/essay/{{pathEscape .Content.ArticleName}}?new_if_refunded=yes">{{tr .Lang "Buy chapter again"}}</a></div>
      8   </section>
      9 {{end}}