{{define "content"}}
Back to Queue

Review: {{.App.Name}}

Version {{.Version.VersionName}} ({{.Version.VersionCode}})

App Information

Package ID
{{.App.PackageID}}
Category
{{if .App.Category}}{{.App.Category}}{{else}}Uncategorized{{end}}
Developer
{{.DeveloperName}}
Developer Email
{{.DeveloperEmail}}
Description
{{if .App.Description}}{{.App.Description}}{{else}}No description{{end}}

Version Details

Version
{{.Version.VersionName}}
Version Code
{{.Version.VersionCode}}
Package Size
{{printf "%.2f" (divFloat .Version.PackageSize 1048576)}} MB
Submitted
{{.Version.CreatedAt.Format "Jan 2, 2006 3:04 PM"}}
Release Notes
{{if .Version.ReleaseNotes}}{{.Version.ReleaseNotes}}{{else}}No release notes{{end}}
{{if .Version.Permissions}}
Permissions
{{range .Version.Permissions}} {{.}} {{end}}
{{end}}

Validation Results

{{if .Validation}} {{if .Validation.Valid}}
Package is valid
{{else}}
Package validation failed
{{end}} {{if .Validation.Flags}}
{{range .Validation.Flags}}
{{.Severity}}

{{.Reason}}

{{if .File}}

{{.File}}{{if .Line}}:{{.Line}}{{end}}

{{end}}
{{end}}
{{else}}

No issues found.

{{end}} {{else}}

Validation not yet run. Click "Re-run Validation" to check the package.

{{end}}

Status

{{.Version.Status}}
{{if .Validation}}

{{if .Validation.AutoApprovable}} Auto-approvable {{else}} Requires manual review {{end}}

{{end}}
{{if eq .Version.Status "in_review"}}

Actions

{{end}} {{if .Version.PackageURL}} {{end}}
{{end}}