{% load i18n l10n cms_tags %} {% load url from future %}
{% language request.toolbar.toolbar_language %}
{% trans "Settings" %}
{% extra_menu_items plugin %} {% plugin_child_classes plugin %}
{% if show_language %}{{ plugin.language }}{% endif %} {{ plugin.get_plugin_name }} {{ plugin.get_short_description }}
{% if plugin.get_plugin_class.allow_children %}
{% endif %} {% if plugin.get_plugin_class.allow_children and plugin.num_children == 0 %} {#
{% trans "Drop a plugin here" %}
#} {% endif %} {% if plugin.child_plugin_instances %} {% for child in plugin.child_plugin_instances %} {# workaround because include tag does not allow recursive includes #} {% with template_name="cms/toolbar/dragitem.html" %}{% include template_name with plugin=child %}{% endwith %} {% endfor %} {% endif %} {% if plugin.get_plugin_class.allow_children %}
{% endif %}{% endlanguage %}