{% load i18n %}{% load url from future %}
- {% trans "Average number of days until ticket is closed (all tickets): " %}{{ basic_ticket_stats.average_nbr_days_until_ticket_closed }}. | |
- {% trans "Average number of days until ticket is closed (tickets opened in last 60 days): " %}{{ basic_ticket_stats.average_nbr_days_until_ticket_closed_last_60_days }}. {% trans "Click" %} here {% trans "for detailed average by month." %} | |
- {% trans "Distribution of open tickets, grouped by time period:" %} | |
{% trans "Days since opened" %} | {% trans "Number of open tickets" %} |
---|---|
{{ entry.0 }} | {% if entry.1 > 0 %}{{ entry.1 }}{% else %}{{ entry.1 }}{% endif %} |