diff --git a/helpdesk/templates/helpdesk/public_view_ticket.html b/helpdesk/templates/helpdesk/public_view_ticket.html
index b7191a5f..9ee787b9 100644
--- a/helpdesk/templates/helpdesk/public_view_ticket.html
+++ b/helpdesk/templates/helpdesk/public_view_ticket.html
@@ -1,4 +1,5 @@
{% extends "helpdesk/public_base.html" %}{% load i18n humanize %}
+{% load static from staticfiles %}
{% block helpdesk_title %}{% trans "View a Ticket" %}{% endblock %}
{% block helpdesk_body %}
@@ -45,7 +46,7 @@
{% if ticket.resolution %}
- {% trans "Resolution" %}{% ifequal ticket.get_status_display "Resolved" %} {% endifequal %}
+ {% trans "Resolution" %}{% ifequal ticket.get_status_display "Resolved" %} {% endifequal %}
{{ ticket.resolution|urlizetrunc:50|linebreaksbr }}
diff --git a/helpdesk/templates/helpdesk/report_output.html b/helpdesk/templates/helpdesk/report_output.html
index 0a709fde..e9183459 100644
--- a/helpdesk/templates/helpdesk/report_output.html
+++ b/helpdesk/templates/helpdesk/report_output.html
@@ -1,14 +1,15 @@
{% extends "helpdesk/base.html" %}{% load i18n %}
+{% load static from staticfiles %}
{% block helpdesk_title %}{% trans "Reports & Statistics" %}{% endblock %}
{% block helpdesk_head %}
-
-
-
-
-
-
+
+
+
+
+
+
{% endblock %}
diff --git a/helpdesk/templates/helpdesk/rss_list.html b/helpdesk/templates/helpdesk/rss_list.html
index c4338093..fecb9a8f 100644
--- a/helpdesk/templates/helpdesk/rss_list.html
+++ b/helpdesk/templates/helpdesk/rss_list.html
@@ -1,4 +1,5 @@
{% extends "helpdesk/base.html" %}{% load i18n %}
+{% load static from staticfiles %}
{% block helpdesk_title %}{% trans "RSS Feeds" %}{% endblock %}
{% block helpdesk_body %}
{% trans "RSS Feeds" %}
@@ -6,13 +7,13 @@
{% trans "The following RSS feeds are available for you to monitor using your preferred RSS software. With the exception of the 'Latest Activity' feed, all feeds provide information only on Open and Reopened cases. This ensures your RSS reader isn't full of information about closed or historical tasks." %}
- {% trans "My Open Tickets" %}
+ {% trans "My Open Tickets" %}
{% trans "A summary of your open tickets - useful for getting alerted to new tickets opened for you" %}
- {% trans "Latest Activity" %}
+ {% trans "Latest Activity" %}
{% trans "A summary of all helpdesk activity - including comments, emails, attachments, and more" %}
- {% trans "Unassigned Tickets" %}
+ {% trans "Unassigned Tickets" %}
{% trans "All unassigned tickets - useful for being alerted to new tickets opened by the public via the web or via e-mail" %}
@@ -27,8 +28,8 @@
{% for queue in queues %}
{{ queue.title }}
-
-
+
+
{% endfor %}
diff --git a/helpdesk/templates/helpdesk/ticket.html b/helpdesk/templates/helpdesk/ticket.html
index 84826c04..5b3f35f4 100644
--- a/helpdesk/templates/helpdesk/ticket.html
+++ b/helpdesk/templates/helpdesk/ticket.html
@@ -1,4 +1,6 @@
-{% extends "helpdesk/base.html" %}{% load i18n bootstrap humanize %}
+{% extends "helpdesk/base.html" %}
+{% load i18n bootstrap humanize %}
+{% load static from staticfiles %}
{% block helpdesk_title %}{% trans "View Ticket Details" %}{% endblock %}
{% block helpdesk_head %}
+