{{title}}


{% for input in inputs %} {% if input['input_type']=="text" %} {{input['label']}}:
{% elif input['input_type']=="dropdown" %} {{input['label']}}:
{% elif input['input_type']=="slider" %} {{input['label']}}:
{% 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 %}