{% extends "base.html" %} {% block title %}Generated Guides{% endblock %} {% block content %}

menu_book Generated Documentation Guides

{{ guides|length }} guide{{ 's' if guides|length != 1 }}
{% if guides %}
{% for g in guides %} {% endfor %}
Title Ticket Created Actions

{{ g.title }}

{{ g.slug }}

{% if g.ticket_id %} #{{ g.ticket_id }}{% if g.ticket_subject %} — {{ g.ticket_subject[:50] }}{% if g.ticket_subject|length > 50 %}…{% endif %}{% endif %} {% else %} {% endif %} {{ g.created_at.strftime('%Y-%m-%d %H:%M') }}
{% else %}
menu_book

No guides generated yet.

When an AI suggestion qualifies as a guide, click "Generate Guide" on the ticket to create one.

{% endif %}
{% endblock %}