{% load static %}
{% load ndr_utils %}
{# Get module configuration from first item #}
{% with items=data.ndrcoreuielementitem_set.all %}
{% if items %}
{% with item=items.0 config=items.0.js_module_config %}
{# Container for the module #}
Loading module...
{% endwith %}
{% else %}
No JavaScript module configured. Please edit this UI element and configure the module.