github.com/masterhung0112/hk_server/v5@v5.0.0-20220302090640-ec71aef15e1c/templates/over_user_limit_support_body.html (about) 1 {{define "over_user_limit_support_body"}} 2 <html> 3 <body> 4 <p>Installation with ID: {{ .Props.InstallationID }} has been in arrears for over 30 days, and is scheduled for suspension on {{ .Props.SuspensionDate }}</p><br> 5 <p>Site URL: {{ .Props.SiteURL }}</p><br> 6 <p>Subscription ID: {{ .Props.SubscriptionID }}</p><br> 7 <p>Number of registered users: {{ .Props.UserCount }}</p> 8 </body> 9 </html> 10 {{end}}