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 %} + + + + + +