{% block sidebar_nav_items %} {% endblock %}
    Recent Chats
    {% if conversation_archive is defined and conversation_archive %} {% for conversation in conversation_archive %}
  • {% if edit_conversation_id == conversation.id %}
    {% else %}
    {{ conversation.title }}
    {% endif %}
  • {% endfor %} {% else %} {% endif %}
    {% block sidebar_bottom_actions %} {% endblock %}