{%if has_chart %}
{% for widget in widgets %} {% if widget.chart %} {% include "chart_legend.html" with chart=widget.chart widget_pk=widget.pk %}
{% endif %} {% endfor %}
{% endif %} {%if has_chart %}
{% endif %} {% for widget in widgets %}
{% if widget.chart %} {% include "chart.html" with chart=widget.chart widget_pk=widget.pk%} {% elif widget.control_panel %} {% include "control_panel.html" with control_panel=widget.control_panel visible_control_element_list=visible_control_element_list%} {% elif widget.custom_html_panel %} {% include "custom_html_panel.html" with custom_html_panel=widget.custom_html_panel %} {% elif widget.process_flow_diagram %} {% include "process_flow_diagram.html" with process_flow_diagram=widget.process_flow_diagram %} {% endif %}
{% endfor %} {%if has_chart %}
{% endif %}