{% load i18n l10n %} {% language request.toolbar.toolbar_language %}
{# debug, tooltip #}
{% trans "Double-click to edit" %}
{% trans "Tap to edit" %}
{# start: toolbar #}
{% include "cms/toolbar/items/logo.html" %} {% if not user.is_authenticated %} {% include "cms/toolbar/items/login.html" %} {% else %} {% endif %}
{% for item in request.toolbar.get_right_items %} {{ item.render }} {% endfor %}
{# end: toolbar #} {# start: messages #}
{# end: messages #} {# start: sidebar #}
{# end: sidebar #} {# start: addons #} {{ addons }} {# end: addons #} {# start: modal #}
{# end: modal #} {# start: structure #}
{% for placeholder in request.toolbar.placeholder_list %}
{% include "cms/toolbar/dragbar.html" with placeholder=placeholder language=language %} {#
#}
{% trans "Drop a plugin here" %}
{% with placeholder.slot as slot %} {% for plugin in placeholder.get_cached_plugins %} {% include "cms/toolbar/dragitem.html" with plugin=plugin %} {% endfor %} {% endwith %}
{#
#}
{% endfor %}
{# end: structure #} {% if request.toolbar.redirect_url %}

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

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

{% endif %}
{% endlanguage %}