0 %}ondrag="invokeStrongEvent(this,event);"{% endif %}
{%if component.onMouseDown|length > 0 %}onmousedown="invokeStrongEvent(this,event);"{% endif %}
id="{{component.name}}">
{#
#}
{% block window_caption %}
{{ component.title }}
{% endblock %}
{#
#}
{#
{% block window_buttons %}{% endblock %}
#}
{% for control in component.controls %}
{{ include('@Phem/UI/' ~ control.templateName ~ '.twig', {component: control}, with_context = false) }}
{% endfor %}