{% extends "helpdesk/base.html" %}{% load i18n bootstrap4form %} {% block helpdesk_title %}{% trans "Change User Settings" %}{% endblock %} {% block helpdesk_breadcrumb %} {% endblock %} {% block helpdesk_body %}

{% trans "User Settings" %}

{% blocktrans %}Use the following options to change the way your helpdesk system works for you. These settings do not impact any other user.{% endblocktrans %}

{% block form_content %}
{% csrf_token %} {{ form|bootstrap4form }}
{% endblock %} {% endblock %}