{% extends "base.html" %} {% block title %}Ticket Reports — {{ project.name }} — Fossilrepo{% endblock %} {% block content %}
{{ report.description }}
{% endif %}{% if search %}No reports matching "{{ search }}".{% else %}No ticket reports defined.{% endif %}
{% if not search %}Reports let you run custom SQL queries against the Fossil ticket database.
{% if can_admin %} Create the first report {% endif %} {% endif %}