{% for name, field in group.0.items|dictsort:0 %}
{% if field.concrete %}
Y
{% else %}
{% endif %}
{{ name }}
{% endfor %}
{% for name, path_group in group.1.items|dictsort:0 %}
+ {{ name }}
{% include 'data_browser/fields_snippet.html' with group=path_group.1 %}