{% extends "apps_skeleton.html" %} {% block contents %} {% include "visual_modal_view.html" %} {% include "partial_report_menu_dashboard.html" with edit=False app=False %} {% include "partial_clone_dashboard.html" %} {% include "partial_workspace.html" %}
{% include "app_alerts.html" with is_modal=False %}
{% include "partial_manual_refresh.html" %} {% include "partial_page_error.html" %}
    {% include "dashboard_params.html" with is_modal=False app=False is_appgroup=False edit=False %}
    {% include "partial_dashboard_sheets.html" %}
    {% include "partial_delete_confirmation.html" with type="dashboard" %} {% include "partial_save_template.html" %} {% include "apps_filters.html" %} {% include "dashboard_template_modal.html" %} {% endblock %} {% block code %} {% include "dashboard_includes.html" %} {% include "ace_editor_includes.html" %} {% endblock %}