{% extends "base.html" %} {% block title %}Tickets — {{ project.name }} — Fossilrepo{% endblock %} {% block content %}

{{ project.name }}

{% include "fossil/_project_nav.html" %}
Status: All Open Fixed Closed
Export CSV {% if perms.projects.change_project %} New Ticket {% endif %}
{% include "fossil/partials/ticket_table.html" %}
{{ total }} ticket{{ total|pluralize }}
Show: {% for size in per_page_options %} {{ size }} {% endfor %}
{% if has_prev %} {% endif %} {{ page }} / {{ total_pages }} {% if has_next %} {% endif %}
{% endblock %}