{% for data in calculator %} {% include 'results/widget_integrations/calculator_widget.html' %} {% endfor %} {% for data in base_converter %} {% include 'results/widget_integrations/base_converter_widget.html' %} {% endfor %} {% for data in unit_converter %} {% include 'results/widget_integrations/unit_converter_widget.html' %} {% endfor %} {% for editor in html_editor %} {% include 'results/widget_integrations/html_editor_widget.html' %} {% endfor %} {% for data in color_picker %} {% include 'results/widget_integrations/color_picker_widget.html' %} {% endfor %} {% for data in rand_num_generator %} {% include 'results/widget_integrations/rand_num_gen_widget.html' %} {% endfor %} {% for data in stopwatch_timer %} {% include 'results/widget_integrations/stopwatch_timer_widget.html' %} {% endfor %}