{{ template "head.tpl.html" . }} {{ template "menu-main.tpl.html" . }} {{ template "alerts.tpl.html" . }} {{ template "time-picker.tpl.html" . }} {{ if .User.HasData }}
{{ end }}
{{ if .User.HasData }} {{ if not .IsProjectDetails }}
Total Time {{ .TotalTime | duration }}
Total Heartbeats {{ .NumHeartbeats }}
Top Project {{ .MaxByToString 0 }}
Top Language {{ .MaxByToString 1 }}
Top OS {{ .MaxByToString 3 }}
Top Editor {{ .MaxByToString 2 }}
{{ else }}

Project "{{ .GetProjectFilter }}"

{{ .TotalTime | duration }}

{{ end }}
Languages
Editors
{{ else }}
User welcome illustration

Welcome to Wakapi!

It looks like there is no data available for the specified time range.
If you logged in to Wakapi for the first time, see the setup instructions below on how to get started.

Setup Instructions

# Step 1: Download WakaTime plugin for your IDE
# See: https://wakatime.com/plugins

# Step 2: Set your ~/.wakatime.cfg to this:

[settings]
api_url = %s/api
api_key = {{ .ApiKey }}

# Step 3: Start coding and then check back here!
{{ end }}
{{ template "footer.tpl.html" . }} {{ template "foot.tpl.html" . }}