{{ template "head.tpl.html" . }} {{ template "menu-main.tpl.html" . }} {{ template "alerts.tpl.html" . }} {{ template "time-picker.tpl.html" . }} {{ if .User.HasData }}
{{ if $.UserDataExpiring }}
Some of your data is older than this instance's data retention period. This will cause old data to be deleted, unless you opt for a subscription. Go to Settings → Subscription for more details.
{{ end }}
{{ 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 }}

{{ if eq .GetProjectFilter "-" }} Unknown project {{ else }} Project "{{ .GetProjectFilter }}" {{ end }}

{{ .TotalTime | duration }}

Coding Time Badge
{{ 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" . }}