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

Ticket Planning

Generate a grouped, ordered planning report of every open ticket.

{% if configured %} {% endif %}
{% if not configured %}
The issue tracker is not configured yet. Configure Gitea in Services first.
{% else %}
No planning generated yet. Click "Generate planning" to build one from the open tickets.
{% endif %} {% endblock %}