{% extends "apps_skeleton.html" %} {% block customstyles %} {% for style_id in appgroup_styles %} {% endfor %} {% endblock %} {% block arcappbuilderclass %} class="arcapp" {% endblock %} {% block navbar %} {% endblock %} {% block contents %} {% include "visual_modal_view.html" with is_appgroup=True %}
{% include "app_alerts.html" with is_modal=False %}
{% include "partial_manual_refresh.html" %} {% include "partial_page_error.html" %}
{% include "partial_app_display_visual.html" %}
    {% include "dashboard_params.html" with is_appgroup=True app=False is_modal=False edit=False %}
    {% include "partial_dashboard_sheets.html" %}
    {% include "partial_appgroup_menu.html" %} {% include "apps_filters.html" %} {% endblock %} {% block code %} {% include "dashboard_includes.html" %} {% include "ace_editor_includes.html" %} {% endblock %}