{{title}}
{%- for input in inputs %}
{% if input['input_type']=="text" -%}
{% elif input['input_type']=="dropdown" -%}
{% if input['label'] is defined %}
{{input['label']}}:
{% endif %}
{% elif input['input_type']=="radiobuttons" -%}
{% if input['label'] is defined %}
{{input['label']}}:
{% endif %}
{% for option in input['options'] -%}
{{option['label']}}
{%- endfor %}
{% elif input['input_type']=="checkboxgroup" -%}
{% if input['label'] is defined %}
{{input['label']}}:
{% endif %}
{% for option in input['options'] -%}
{{option['label']}}
{%- endfor %}
{% elif input['input_type']=="slider" -%}
{%- endif %}
{%- endfor %}
{%- for control in controls %}
{% if control['control_type']=="button" -%}
{{control['label']}}
{%- endif %}
{%- endfor %}
![]()
{% if tabs is defined -%}
{% for tab in tabs -%}
{% if loop.index == 1 -%}
- {{tab}}
{% else -%}
- {{tab}}
{%- endif %}
{%- endfor %}
{% for tab in tabs -%}
{%- if loop.index == 1 %}
{%- else %}
{%- endif %}
{%- for output in outputs %}
{%- if output['tab'] == tab %}
{%- if output['output_type'] != "d3" %}
{%- endif %}
{%- if output['output_type'] == "d3" %}
{%- endif %}
{%- endif %}
{%- endfor %}
{%- endfor %}
{% else -%}
{%- for output in outputs %}
{% if output['output_type'] != "d3" -%}
{%- endif %}
{% if output['output_type'] == "d3" -%}
{%- endif %}
{%- endfor %}
{%- endif %}