taler-merchant-demos

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

donations-provider.gohtml (447B)


      1 {{define "content"}}
      2   <section class="status-card">
      3   <h2>{{tr .Lang "Payment method unavailable"}}</h2>
      4   <p>{{tr .Lang "That payment method is not available in this demo. Choose GNU Taler to continue."}}</p>
      5   <div class="action-row"><a class="button button-secondary" href="{{.Content.BackURL}}">{{if .Content.BackToCheckout}}{{tr .Lang "Back to payment methods"}}{{else}}{{tr .Lang "Back to donations"}}{{end}}</a></div>
      6   </section>
      7 {{end}}