{% if create_permission %}
{% endif %}
{% if groups|length %}
{% for group in groups recursive %}
{% set children = group.children()|group %}
{% if children.length != 0: %}
{% endfor %}
{% else%}
{{ group.name }}
{{ group.screen_name }}
{{ loop(children) }}
{% endif %}
グループは存在しません
{% endif %}