{% extends "base.html" %} {% block title %}{{ page_title }}{% endblock %} {% block meta_description %}{{ meta_description }}{% endblock %} {% block content %}
History

All momentum entries

Filter by category and open any check-in for its confirmation/detail view.

All categories {% for category in categories %} {{ category.name }} ยท {{ category.entry_total }} {% endfor %}
{% if entries %}
{% for entry in entries %}
{{ entry.category.name }}

{{ entry.title }}

{{ entry.takeaway }}

Focus {{ entry.focus_score }}/10 Energy {{ entry.energy_score }}/10 {{ entry.deep_work_minutes }} min
{% endfor %}
{% else %}

No entries for this filter

Try a different category or create a new check-in from the dashboard.

Create an entry
{% endif %}
{% endblock %}