{% extends "layout.html" %} {% set active_page = "dashboard" %} {% set help_page = ["https://kizniche.github.io/Mycodo/Data-Viewing/#dashboard", dict_translation['dashboard']['title']] %} {% set dashboard_dict = dict() %} {% block title %} - {% for each_dash in dashboards if each_dash.unique_id == dashboard_id %}{{each_dash.name}}{% endfor %} {{dict_translation['dashboard']['title']}}{% endblock %} {% block head %} {% for widget_type, file_head in list_html_files_head.items() %} {% include 'user_templates/{}'.format(file_head) %} {% endfor %} {% endblock %} {% block body %}