{% extends 'core_main_app/_render/admin/theme/tools/modal.html' %} {% block modal_id %}add-module-modal{% endblock %} {% block modal_title %}Manage Module{% endblock %} {% block modal_body %}

Select the module you want to associate with the selected element.

{% for module in data.modules %} {% endfor %}
Default behavior Restore
{{module.url | title}} Insert
{% endblock %} {% block modal_footer %} Cancel {% endblock %}