AI Issue Assistant
{{ conversation.template.display_name }} • Turn {{ conversation.turns_count }}/{{ conversation.template.max_conversation_turns }}
{% if conversation.ready_for_generation %} {% endif %}
Context Gathering: {{ conversation.get_context_completeness|floatformat:0 }}% complete
{% if conversation.ready_for_generation %} Ready {% else %} Gathering Info {% endif %}
{% for message in conversation.messages %}
{% if message.role == 'user' %}
You
{% else %}
AI Assistant
{% endif %}
{{ message.content|linebreaks }}
{% endfor %}
{% if conversation.is_active %}
{% csrf_token %}
Sending...
AI is thinking...
{% else %}
Conversation complete
{% endif %}
Generating...
Generating comprehensive issue...