{% extends "editor.html" %} {% load jetpack_extras %} {% block app_head %} {% include "_edit_page_title.html" %} {% ifequal type "jetpack" %} {% endifequal %} {% endblock %} {% block app_domready %}{% include "js/_edit_item_initiate.js" %}{% endblock %} {% block app_sidebar %}
{% include "_edit_item_parts.html" %}
{% if version %}

Libraries{% if version.capabilities.all %} ({{ version.capabilities.all|length }}){% endif %}

{% include "_dependency_list.html" %} {% include "_dependency_add.html" %}
{% endif %}
{% include "_edit_item_info.html" %}
{% comment %}
{% include "_edit_recently_modified.html" %}
{% endcomment %} {% endblock %} {# switch off default app_menu #} {% block app_menu %}{% endblock %} {% block app_content %} {% include "_editor_menu.html" %}
{% include "_edit_editors.html" %}
{% endblock %}