{{ button.display() }}
{% for col in widget.field.fields %} {% endfor %} {% for i in range(repetitions) %} {% set ctx = widget.context_for(i) %} {{ widget.field.display(css_class=field_cls, **ctx) }} {% endfor %} {{ widget.field.display(name=name+'#', css_class=stub_cls) }}
{% if col.show_label %}{{ col.label }}{% endif %}