{{ template "head.tpl.html" . }} {{ template "menu-main.tpl.html" . }} {{ template "alerts.tpl.html" . }} {{ if .User.HasData }}
{{ end }}
{{ if .User.HasData }}
Total Time {{ .TotalTime | duration }}
Top Project {{ .MaxByToString 0 }}
Top Language {{ .MaxByToString 1 }}
Top OS {{ .MaxByToString 3 }}
Top Editor {{ .MaxByToString 2 }}
Projects
Languages
Editors
Operating Systems Machines
Labels
{{ 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: Adapt your config
$ vi ~/.wakatime.cfg
# Set api_url = %s/api/heartbeat
# Set api_key = {{ .ApiKey }}

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