{% extends "cms/toolbar/toolbar.html" %} {% load i18n l10n %} {% block toolbar_top %}
{% trans "Double-click to edit" %}
{% trans "Tap to edit" %}
{% endblock %} {% block toolbar_bottom %} {# start: messages #}
{# end: messages #}
{% spaceless %}
{% endspaceless %}
{% if cms_toolbar.edit_mode_active %} {% include 'cms/toolbar/clipboard.html' with clipboard_plugin=cms_toolbar.clipboard_plugin %} {% endif %}
{# start: structure #}
{% if cms_renderer.load_structure %} {% for placeholder in cms_renderer.get_rendered_editable_placeholders %}
{% include cms_toolbar.templates.dragbar_template with placeholder=placeholder %}
{% trans "Drop a plugin here" %}
{% for plugin in placeholder.get_cached_plugins %} {% include cms_toolbar.templates.drag_item_template with plugin=plugin %} {% endfor %}
{% endfor %} {% endif %}
{# end: structure #} {% if cms_toolbar.redirect_url %}

{% trans "This page has no preview!" %}

{% trans "It is being redirected to:" %} {{ cms_toolbar.redirect_url }}

{% endif %} {% endblock toolbar_bottom %}