{% extends "layout.html" %} {% block content %}

Logbook

{% if not log %}

No activities recorded yet.

{% else %} {% endif %}

Time Distribution

{{ total_time_display }}
Total Tracked
24h Week Month Year
{% if chart_data.chart_values|sum > 0 %} {% else %}

No data for this period.

{% endif %}
{% endblock %}