{% extends "helpdesk/base.html" %}{% load i18n %} {% block helpdesk_title %}{% trans "Change User Settings" %}{% endblock %} {% block helpdesk_body %} {% if show_password_change_link %} {% url auth_password_change as password_change_url %}
Change your password here.
{% endif %} {% blocktrans %}Use the following options to change the way your helpdesk system works for you. These settings do not impact any other user.
{% endblocktrans %} {% endblock %}