{% extends "base.html" %} {% block subtitle %} Exploration Editor {% endblock subtitle %} {% block header_js %} {{ super() }} {{dependencies_html}} {% endblock header_js %} {% block navbar_additions %} {% endblock %} {% block content %} {% if announcement %}
{{ announcement }}
{% endif %}
Note: This is a private, unpublishable copy of a public exploration. You are very welcome to submit feedback to improve the original exploration: to do this, click the previous link, then click the Feedback button on the top-right. Thank you!
<[explorationTitleService.displayed]>
<[explorationCategoryService.displayed]> Private Beta Released Cloned Community-owned
{% if can_publish %} {% endif %}
This exploration has <[warningsList.length]> warning(s).
  • <[warningText]>
{% include 'editor/state_editor.html' %}
{% include 'editor/exploration_graph.html' %} {% include 'editor/state_statistics.html' %}
{% include 'editor/exploration_statistics.html' %} {% include 'editor/exploration_settings.html' %} {% include 'editor/exploration_history.html' %} {% include 'editor/exploration_feedback.html' %}

{% include 'editor/exploration_preview.html' %}
{% include 'components/visualizations.html' %} {% endblock content %} {% block footer_js %} {{ super() }} {{ skin_templates }} {{ widget_templates }} {% endblock footer_js %}