{{title}}


{% for field in shared_fields %} {{field['label']}}:
{% endfor %} {% for control in controls %} {% for field in control['text_fields'] %} {{field['label']}}:
{% endfor %} {% if control['control_type']=="button" %}
{{control['button_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 %}