{{define "license-detail.html"}}{{template "app" .}}{{end}} {{define "page-title"}}Licenca {{.License.LicenseKey}} - DAL License Server{{end}} {{define "page-content"}}

Informacije

{{if .License.Notes}}{{end}}
Proizvod{{.License.ProductName}} ({{.License.ProductCode}})
Tip{{.License.LicenseType}}
Firma{{.License.CustomerName}}
PIB{{.License.CustomerPIB}}
Email{{.License.CustomerEmail}}
Izdata{{formatDate .License.IssuedAt}}
Istice{{.License.ExpiresAtFormatted}}
Grace period{{.License.GraceDays}} dana
Limiti
{{jsonPretty .License.Limits}}
Features
{{jsonPretty .License.Features}}
Napomena{{.License.Notes}}

Akcije

{{if not .License.Revoked}}
{{end}}

Aktivacije

{{range .Activations}} {{else}} {{end}}
HostnameOSVerzijaIPAktiviranaPoslednji putStatus
{{.Hostname}} {{.OSInfo}} {{.AppVersion}} {{.IPAddress}} {{formatDate .ActivatedAt}} {{formatDate .LastSeenAt}} {{if .IsActive}}Aktivna{{else}}Deaktivirana{{end}}
Nema aktivacija

Audit Log

{{range .Audit}} {{else}} {{end}}
VremeAkcijaIPDetalji
{{formatDate .CreatedAt}} {{.Action}} {{.IPAddress}}
{{jsonPretty .Details}}
Nema podataka
{{end}}