{% extends "base.html" %} {% from "_macros.html" import modal %} {% block extra_head %} {% endblock %} {% block content %}

Issue Reports

{% if viewer_is_admin %} 🗂️ Generate planning {% endif %} {% if user %} {% else %} {% endif %}
Open Closed All
{% if not configured or error_message %}
{{ error_message }}
{% else %}
{% for issue in issues %} {% else %}
No issue reports yet.
{% endfor %}
{% set pagination_query = 'state=' ~ state ~ '&' %} {% include "_pagination.html" %} {% endif %}
{% if user %} {% call modal('create-issue-modal', 'Report an Issue') %}

Your report is improved by AI into a consistent ticket and filed on the tracker.

{% include "_attachment_form.html" %}
{% endcall %} {% endif %} {% endblock %}