diff --git a/helpdesk/templates/helpdesk/dashboard.html b/helpdesk/templates/helpdesk/dashboard.html index 45bba448..3a904a02 100644 --- a/helpdesk/templates/helpdesk/dashboard.html +++ b/helpdesk/templates/helpdesk/dashboard.html @@ -3,12 +3,17 @@ {% block helpdesk_body %} -
{% trans "Welcome to your Helpdesk Dashboard! From here you can quickly see tickets submitted by you, tickets you are working on, and those tickets that have no owner." %}
+{% trans "Welcome to your Helpdesk Dashboard! From here you can quickly see tickets submitted by you, tickets you are working on, and those tickets that have no owner." %}
+{% blocktrans with category.title as kbcat %}You are viewing all items in the {{ kbcat }} category.{% endblocktrans %}
+{{ category.description }}
+{{ category.description }}
- -{% trans "Article" %} | ||
---|---|---|
{{ item.title }} | Rating: {{ item.score }} | Last Update: {{ item.last_updated|naturaltime }} |
{{ item.question }} |
{{ item.question }} |
---|
{{ item.answer|markdown }} |
{{ item.answer|markdown }}
+{% blocktrans with item.category.title as category_title and item.category.get_absolute_url as category_url %}View other {{ category_title }} articles, or continue viewing other knowledgebase articles.{% endblocktrans %}
-{% trans "We give our users an opportunity to vote for items that they believe have helped them out, in order for us to better serve future customers. We would appreciate your feedback on this article. Did you find it useful?" %}
- - - -{% trans "The results of voting by other readers of this article are below:" %}
- -