{% extends 'core_main_app/_render/admin/theme/tools/modal.html' %} {% block modal_id %}insert-element-modal{% endblock %} {% block modal_title %}Insert Element{% endblock %} {% block modal_body %}

Please select the type of the element that you want to insert in the template.

{% for bucket in data.buckets %}

{{bucket.label}}

{% include 'core_composer_app/user/builder/list_types.html' with types=bucket.types %} {% endfor %}

Built-in Datatypes

{% include 'core_composer_app/user/builder/list_types.html' with types=data.built_in_types %}

No Buckets

{% include 'core_composer_app/user/builder/list_types.html' with types=data.no_buckets_types %}

My Types

{% include 'core_composer_app/user/builder/list_types.html' with types=data.user_types %}
{% endblock %} {% block modal_footer %} Cancel {% endblock %}