• Create new chat{% include "icons/edit_icon.html" %}
  • {% for conversation in conversation_archive %} {% if edit_conversation_id == conversation.id %}
  • {% else %}
  • {{ conversation.title }} - {{ conversation.created_at | datetimeformat(format="short", tz=user.timezone) }}
  • {% endif %} {% endfor %}