{{ header }}

{% for view in views %} {% if type == "leaf" %} {% include 'core_explore_tree_app/user/explore_tree/views/leaf.html' with view=view %} {% elif type == "branch" %} {% include 'core_explore_tree_app/user/explore_tree/views/branch.html' with view=view %} {% else %} {% include 'core_explore_tree_app/user/explore_tree/views/error.html' with view=view %} {% endif %} {% endfor %}