{% load i18n %}

{{ title | safe }}

{% for child in content %}

{{ child.title }}


{% for item in child.content %}
  • {{ item.title }}: {{ item.value }}
  • {% endfor %} {% endfor %}

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