{% if history_overview.latest_entry %}Latest: {{ history_overview.latest_entry.entry_date|date:"M j, Y" }}{% else %}No entries yet{% endif %}
{% extends "base.html" %} {% block title %}{{ page_title }}{% endblock %} {% block meta_description %}{{ meta_description }}{% endblock %} {% block content %}
{% if is_demo_mode %}Browse the seeded sample history, then create an account when you want private tracking.{% else %}Filter your private check-ins, spot patterns faster, and open any entry for the full detail view.{% endif %}
{% if history_overview.latest_entry %}Latest: {{ history_overview.latest_entry.entry_date|date:"M j, Y" }}{% else %}No entries yet{% endif %}
Focus {{ history_overview.avg_focus }}/10 · Energy {{ history_overview.avg_energy }}/10
Top lane: {{ history_overview.top_category }}
{% if is_demo_mode %}Sample time invested{% else %}Time protected for focused work{% endif %}
Quick comparison bars make it easier to notice whether focus, energy, or deep work is drifting.
{{ entry.takeaway }}
{% if is_demo_mode %}Try a different category or create an account to start tracking your own days.{% else %}Try a different category or create a new check-in from the dashboard.{% endif %}
{% if request.user.is_authenticated %} Create an entry {% else %} Create your account {% endif %}