{% load i18n %}{% spaceless %}
{% for group, options, index in widget.optgroups %}{% with widget=options.0 %}
{{ widget.label }}
{% trans "Content" %}
{% include widget.template_name %}
{% endwith %}{% endfor %}
{% endspaceless %}