{% for label, tab_data in tabset_data.items %}
{% if tab_data.template %} {% include tab_data.template with tab_data=tab_data only %} {% else %} {% include 'scanpipe/tabset/tab_default.html' with tab_data=tab_data only %} {% endif %}
{% endfor %}