camper/web/templates/public/payment/success.gohtml

15 lines
472 B
Plaintext
Raw Normal View History

<!--
SPDX-FileCopyrightText: 2023 jordi fita mas <jordi@tandem.blog>
SPDX-License-Identifier: AGPL-3.0-only
-->
{{ define "title" -}}
{{( pgettext "Payment Successful" "title" )}}
{{- end }}
{{ define "content" -}}
{{- /*gotype: dev.tandem.ws/tandem/camper/pkg/payment.successfulPaymentPage*/ -}}
<h2>{{ template "title" . }}</h2>
<p>{{( gettext "We have received the payment. Thank you." )}}</p>
{{ template "details.gohtml" .Payment }}
{{- end }}