{% 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 %}