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