{% set widget_options = custom_options_values_widgets[each_widget.unique_id] %}
{% set widget_variables = custom_widget_variables[each_widget.unique_id] %}
{% if not this_dashboard.locked %}
{% if each_widget.enable_drag_handle -%}
{%- endif %}
{% endif %}
{% if each_widget.graph_type in list_html_files_title_bar %}
{% include 'user_templates/{}'.format(list_html_files_title_bar[each_widget.graph_type]) %}
{% endif %}
{% if not this_dashboard.locked %}
{% endif %}
{% if each_widget.graph_type in list_html_files_body %}
{% include 'user_templates/{}'.format(list_html_files_body[each_widget.graph_type]) %}
{% endif %}