From d5a06a8082449d2add78315810e57c181909264d Mon Sep 17 00:00:00 2001 From: Garret Wassermann Date: Fri, 21 Dec 2018 21:56:07 -0500 Subject: [PATCH] List number of tickets at bottom of dashboard tables --- .../templates/helpdesk/include/tickets.html | 2 +- .../helpdesk/include/unassigned.html | 46 +++++++++---------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/helpdesk/templates/helpdesk/include/tickets.html b/helpdesk/templates/helpdesk/include/tickets.html index ca11a644..745b246b 100644 --- a/helpdesk/templates/helpdesk/include/tickets.html +++ b/helpdesk/templates/helpdesk/include/tickets.html @@ -36,7 +36,7 @@ - + diff --git a/helpdesk/templates/helpdesk/include/unassigned.html b/helpdesk/templates/helpdesk/include/unassigned.html index 04e553f7..e13bcb79 100644 --- a/helpdesk/templates/helpdesk/include/unassigned.html +++ b/helpdesk/templates/helpdesk/include/unassigned.html @@ -1,15 +1,15 @@ {% load i18n humanize %} -
-
- - {% trans "Unassigned Tickets" %} {% trans "(pick up a ticket if you start to work on it)" %} -
-
-
- - +
+
+ + {% trans "Unassigned Tickets" %} {% trans "(pick up a ticket if you start to work on it)" %} +
+
+
+
+ @@ -18,10 +18,10 @@ - - - {% for ticket in unassigned_tickets %} - + + + {% for ticket in unassigned_tickets %} + @@ -31,14 +31,14 @@ | - - {% empty %} - - {% endfor %} - -
# {% trans "Pr" %}{% trans "Status" %}  
{{ ticket.ticket }} {{ ticket.priority }} {{ ticket.title }}
{% trans "There are no unassigned tickets." %}
-
-
- -
+ + {% empty %} + {% trans "There are no unassigned tickets." %} + {% endfor %} + + + + + +