{{define "dashboard.html"}}{{template "app" .}}{{end}} {{define "page-title"}}Dashboard - DAL License Server{{end}} {{define "page-content"}}

Dashboard

{{if .Stats}}
{{range .Stats.ByProduct}}
{{.ProductName}}
Aktivne: {{.Active}}
Istekle: {{.Expired}}
Grace: {{.InGrace}}
Trial: {{.Trial}}
Aktivacija: {{.ActiveActivations}}
{{end}}
{{end}} {{if .Expiring}}

Isticu u narednih 7 dana

{{range .Expiring}} {{end}}
KljucProizvodFirmaIstice
{{.LicenseKey}} {{.ProductName}} {{.CustomerName}} {{.ExpiresAtFormatted}}
{{end}}

Poslednja aktivnost

{{range .Recent}} {{else}} {{end}}
VremeAkcijaLicencaIP
{{formatDate .CreatedAt}} {{.Action}} {{if .LicenseKey}}{{.LicenseKey}}{{else}}-{{end}} {{.IPAddress}}
Nema podataka
{{end}}