{% extends "base.html" %} {% block title %}Browse by Date - {{ title }}{% endblock %} {% block head %} {% endblock %} {% block body %} {{ emoji }} {{ title }} {% if summary %} Overview 📄 Finding Aid 🔄 Key Changes ❓ Research Questions {% endif %} Browse by Date Browse by Entity Browse by Date 🔍 Filter Documents Date Range: - - Selected: - to - Reset Filters {% for date, docs in documents_by_date.items()|sort %} {{ date|format_date }} {% for doc in docs %} {{ doc.id }} {% if doc.entities %} {{ doc.entities|length }} entities {% endif %} {% endfor %} {% endfor %} No documents match your filter criteria. {% endblock %} {% block scripts %} {% endblock %}
{{ doc.entities|length }} entities