{% extends "admin_base.html" %} {% block extra_head %} {% endblock %} {% block admin_content %}

Ticket Planning

Pick the open tickets to include, then generate a phased implementation document. Each selected ticket's full text is reproduced verbatim so the result can be handed straight to a coding agent.

{% if not configured %}
The issue tracker is not configured yet. Configure Gitea in Services first.
{% elif tickets_error %}
Could not load the open tickets from the tracker. Try again shortly.
{% elif not tickets %}
There are no open tickets to plan.
{% else %}
{{ tickets|length }} of {{ tickets|length }} selected
A report covers only the tickets selected above.
No planning generated yet. Select tickets and click "Generate planning".
{% endif %} {% endblock %}