{% extends "apps_skeleton.html" %} {% block contents %} {% include "partial_delete_confirmation.html" with type="app" %} {% include "partial_workspace.html" %} {% include "partial_clone_dashboard.html" %}
{% if not flippers.hide_workspaces %}
Workspaces
{% if show_apps_sidebar %}
{% endif %}
{% endif %}
{% include "partial_modal_export_visual_artifacts.html" %} {% include "partial_app_grid_item.html" with visuals_page=True %} {% endblock %} {% block code %} {% endblock %}