{% extends "base.html" %} {% load compress crispy_forms_tags i18n icons static translations %} {% block extra_script %} {% compress js %} {% endcompress %} {% endblock extra_script %} {% block breadcrumbs %} {% path_object_breadcrumbs path_object %} {% endblock breadcrumbs %} {% block content_class %}js-editor{% endblock %} {% block content %} {% if object.component.slug == "-" %} {% for component in project.component_set.prefetch %} {% include "snippets/component/state.html" with object=component %} {% endfor %} {% else %} {% include "snippets/component/state.html" with object=object.component %} {% endif %}
{% icon "close.svg" %} {% translate "Exit Zen" %} {% icon "settings.svg" %}
{% crispy search_form %}
{% include 'zen-units.html' %}
{% loading_icon "next" %}
{% endblock content %}