{% extends "helpdesk/base.html" %} {% block helpdesk_title %}{% trans "Helpdesk Dashboard" %}{% endblock %} {% block helpdesk_body %}
{% if request.user.is_staff %} {% 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." %} {% else %} {% trans "Welcome to your Helpdesk Dashboard! From here you can quickly see tickets submitted by you, and tickets you are working on." %} {% endif %}