{{ template "head" . }} {{ with .Data }}
Crawled on {{ .ProjectView.Crawl.Start.Format "Jan 02, 2006" }}.
Crawl duration was {{ total_time .ProjectView.Crawl.Start .ProjectView.Crawl.End }}.
{{ .ProjectView.Crawl.TotalURLs }} {{ if eq .ProjectView.Crawl.TotalURLs 1 }}URL{{ else }}URLs{{end }} crawled.
{{ if .ProjectView.Project.FollowNofollow }}Following internal nofollow links. {{ else }}Not following nofollow links.{{ end }}
{{ if .ProjectView.Project.IncludeNoindex }}Including noindex pages. {{ else }}Not including noindex pages.{{ end }}
{{ if .ProjectView.Project.CrawlSitemap }} Crawling URLs in sitemap{{ else }}Not crawling URLs in sitemap{{end }}.
{{ if .ProjectView.Crawl.SitemapExists }} {{ if .ProjectView.Crawl.SitemapIsBlocked }} Sitemap blocked. {{ else }} Sitemap found. {{ end }} {{ else }} Sitemap not found. {{ end }}
{{ if .ProjectView.Project.IgnoreRobotsTxt }}Ignoring the robots.txt file. {{ else }}Respecting robots.txt file.{{ end }}
{{ if .ProjectView.Crawl.RobotstxtExists }} Robots.txt found. {{ else }} Robots.txt not found. {{ end }}