{% extends "base.html" %} {% block title %}Browse by Date - {{ title }}{% endblock %} {% block head %} {% endblock %} {% block body %}

Browse by Date

🔍 Filter Documents

- -
Selected: - to -
{% for date, docs in documents_by_date.items()|sort %}

{{ date|format_date }}

{% endfor %}
No documents match your filter criteria.
{% endblock %} {% block scripts %} {% endblock %}