diff --git a/templates/customers/customer.html b/templates/customers/customer.html index 007bc2b..d0fbcae 100644 --- a/templates/customers/customer.html +++ b/templates/customers/customer.html @@ -91,7 +91,7 @@

Banking

Account(s) available for this customer.

{{ template "accounts" .Customer }}
- {{ if lt (len .Customer.Accounts) 2 }} + {{ if and (lt (len .Customer.Accounts) 2) .SignedIn }}