-
{% for tab in tabs -%}
{% if loop.index == 1 -%}
- {{tab}} {% else -%}
- {{tab}} {%- endif %} {%- endfor %}
{% for tab in tabs -%}
{%- for output in outputs %}
{%- if output['tab'] == tab %}
{%- if output['type'] != "d3" %}
{%- endif %}
{%- if output['type'] == "d3" %}
{%- endif %}
{%- endif %}
{%- endfor %}
{%- endfor %}