{% with widget_id=widget.attrs.id %}
{% for widget in widget.subwidgets %}
{% autoescape off %} {{ widget.martor }} {% endautoescape %}
{% endfor %}
{% endwith %}