{% extends "apps_skeleton.html" %} {% block contents %} {% include "partial_modal_export_visual_artifacts.html" %}
{% include "dashboard_params.html" with is_modal=False app=True is_appgroup=False edit=False %} {% include "app_alerts.html" with is_modal=False %} {% include "partial_app_display_visual.html" %} {% include "partial_refresh_loading_bar.html" with loading_id=False %}
{% include "partial_app_chart_div.html" %} {% endblock %} {% block code %} {% include "apps_filters.html" %} {% include "ace_editor_includes.html" %} {% endblock %}