{{ template "header" . }}
{{ $length := len .Data.Records }} {{ if eq $length 0 }}

No results found

Double check that your report server can see the database. Check out the --db-path flag for more information.

{{ else }} {{ range .Data.Records}}
{{ if .IsPDF }} {{ else if .Screenshot }} Screenshot {{ else }} {{ end }}
{{ .Title }}
{{ range .Technologies }} {{ .Value}} {{ end }}
{{ end }} {{ end }}

{{ template "footer" . }}