{% extends "base_community.html" %} {% load i18n %} {% block content-related %}{% endblock %} {% block title %}{% translate "Bouncing Tickets" %}{% endblock %} {% block content %}
| {% 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" }} |