{% load i18n static %} {% spaceless %} {% get_current_language as LANGUAGE_CODE %} {% with widget.attrs.id as common_id %}
{% for widget in widget.subwidgets %}
{% include widget.template_name %}
{% endfor %}
{% endwith %} {% endspaceless %}