{# Conversation history — grouped by recency (Today / Yesterday / …). #} {% load humanize %}

History

{% if conversations %}{{ conversations|length }} conversation{{ conversations|length|pluralize }}{% else %}No conversations yet{% endif %}

{% if grouped_conversations %} {% for label, items in grouped_conversations %}
{{ label }}
{% endfor %} {% else %}

No conversations yet. Ask something on the chat tab to start one.

{% endif %}