{% trans_default_domain 'admin' %}
{% for category in this.tree %}
{{ category.label }}
{% for language in category.children %} {% for country in language.children %} {% if loop.first %} {% endif %} {% endfor %} {% endfor %}
{{ 'field.language' | trans }} {{ 'field.country' | trans }} {{ 'field.status' | trans }}
{{- language.label -}} {{- country.label -}}
{% endfor %}