{% extends "helpdesk/help_base.html" %} {% block title %}Jutda Helpdesk Context Listing{% endblock %} {% block heading %}Jutda Helpdesk Context Listing{% endblock %} {% block content %}
Jutda Helpdesk provides a powerful way for you to embed fields from the current ticket into your comments and ticket resolutions using a template language.
For example, you may want to place the last escalation date into a ticket comment, or reproduce the original description sent to you by the submitter.
Tech Note: This system uses the Django templating system with a sandboxed template context.
In your comment, enter the field name surrounded by double curly braces. For example, to get the ticket title, use:
{{ ticket.title }}
The following fields are available in the template context to display the details of the queue to which this ticket belongs: