{{title}}


{%- for input in inputs %} {% if input['input_type']=="text" -%}
{% if input['label'] is defined %} {{input['label']}}: {% endif %}

{% elif input['input_type']=="dropdown" -%} {% 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" -%}
{% if input['label'] is defined %} {{input['label']}}: {% endif %}
{%- 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 %}
{%- 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 %}