Back to Jumpserver

{{ title | safe }}

apps/tickets/templates/tickets/_msg_ticket.html

4.10.18396 B
Original Source

{% load i18n %}

{{ title | safe }}


{% for child in content %}

{{ child.title }}

{% for item in child.content %} - {{ item.title }}: {{ item.value | truncatechars:512 }} {% endfor %}


{% endfor %}

{% trans 'View details' %}
{% if ticket_approval_url %} {% trans 'Direct approval' %} {% endif %}