{% if DATA_SOURCES_EXPLORE_APPS %} {% include 'core_explore_common_app/user/selector/local_selector.html' %} {% for app in DATA_SOURCES_EXPLORE_APPS %} {% with app|add:"/user/data_sources/list.html" as list_template %} {% include list_template %} {% endwith %} {% endfor %} {% else %} {% include 'core_explore_common_app/user/selector/local_selector.html' with default=True %} {% endif %}