diff --git a/helpdesk/templates/helpdesk/include/tickets.html b/helpdesk/templates/helpdesk/include/tickets.html
index eb5c69f8..ca11a644 100644
--- a/helpdesk/templates/helpdesk/include/tickets.html
+++ b/helpdesk/templates/helpdesk/include/tickets.html
@@ -1,42 +1,42 @@
{% load i18n humanize %}
-
-
-
-
-
-
-
- # |
- {% trans "Pr" %} |
- {% trans "Title" %} |
- {% trans "Queue" %} |
- {% trans "Status" %} |
- {% trans "Last Update" %} |
-
-
-
- {% for ticket in ticket_list %}
-
- {{ ticket.ticket }} |
- {{ ticket.priority }} |
- {{ ticket.title }} |
- {{ ticket.queue }} |
- {{ ticket.get_status }} |
- {{ ticket.modified|naturaltime }} |
-
- {% empty %}
- {% if ticket_list_empty_message %}{{ ticket_list_empty_message }} | {% else %}{% trans "You do not have any pending tickets." %} | {% endif %}
- {% endfor %}
-
-
-
-
-
-
+
+
+
+
+
+
+
+ # |
+ {% trans "Pr" %} |
+ {% trans "Title" %} |
+ {% trans "Queue" %} |
+ {% trans "Status" %} |
+ {% trans "Last Update" %} |
+
+
+
+ {% for ticket in ticket_list %}
+
+ {{ ticket.ticket }} |
+ {{ ticket.priority }} |
+ {{ ticket.title }} |
+ {{ ticket.queue }} |
+ {{ ticket.get_status }} |
+ {{ ticket.modified|naturaltime }} |
+
+ {% empty %}
+ {% if ticket_list_empty_message %}{{ ticket_list_empty_message }} | {% else %}{% trans "You do not have any pending tickets." %} | {% endif %}
+ {% endfor %}
+
+
+
+
+
+
diff --git a/helpdesk/templates/helpdesk/navigation-header.html b/helpdesk/templates/helpdesk/navigation-header.html
index 11e72baa..34932f82 100644
--- a/helpdesk/templates/helpdesk/navigation-header.html
+++ b/helpdesk/templates/helpdesk/navigation-header.html
@@ -41,32 +41,11 @@
{% endif %}
-
-
-
- 9+
-
-
-
-
-
-
-
-
-
- {{ user.get_full_name|default:user.get_username }}
+
+ {{ user.get_full_name|default:user.get_username }}
+