diff --git a/templates/foreign_wishlist.gotmpl b/templates/foreign_wishlist.gotmpl index 2dff137..0548108 100644 --- a/templates/foreign_wishlist.gotmpl +++ b/templates/foreign_wishlist.gotmpl @@ -20,26 +20,29 @@ + {{if .ClaimantId}} + {{if eq .ClaimantId $.CurrentUserId}} + {{if .Sent}}Completed{{else}}Claimed{{end}} by you + {{else}} + {{if .Sent}}Completed{{else}}Claimed{{end}} by + {{.ClaimantName}} + {{end}} + {{end}} {{end}} diff --git a/templates/home.gotmpl b/templates/home.gotmpl index ddc6b2e..92c7ae5 100644 --- a/templates/home.gotmpl +++ b/templates/home.gotmpl @@ -47,7 +47,7 @@