{% 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 %}