{% extends "base_community.html" %} {% load i18n %} {% block content-related %}{% endblock %} {% block title %}{% translate "Bouncing Tickets" %}{% endblock %} {% block content %}

{% translate "Bouncing Tickets" %}

{% translate "Tickets that have been repeatedly reopened." %}

{% for t in tickets %} {% endfor %}
{% translate "Ticket" %} {% translate "Times reopened" %} {% translate "Last reopened" %}
#{{ t.id }}: {{ t.summary|truncatewords:10 }} {{ t.times_reopened }} {{ t.last_reopen_time|date:"F j, Y" }}
{% endblock content %}