{% extends "base.html" %} {% block title %}Timeline - {{ title }}{% endblock %} {% block head %} {% endblock %} {% block body %} {{ emoji }} {{ title }} Overview 📄 Finding Aid 📅 Timeline 🔄 Key Changes ❓ Research Questions {% if enable_browse_dates %} Browse by Date {% endif %} {% if enable_browse_entities %} Browse by Entity {% endif %} 📅 Timeline of Events Chronological events from {{ summary.document_count }} documents Generated {{ summary.generated_at }} using {{ summary.model }} {% if summary.timeline %} {{ summary.timeline|length }} of {{ summary.timeline|length }} events {% for event in summary.timeline %} {{ event.date or 'Unknown' }} {{ event.description }} {% endfor %} {% else %} No timeline events available. Run flatfish summarize to generate them. {% endif %} {% endblock %}
Chronological events from {{ summary.document_count }} documents
Generated {{ summary.generated_at }} using {{ summary.model }}
No timeline events available. Run flatfish summarize to generate them.
flatfish summarize