The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
[% FOREACH sf IN f.sorted_fields -%]
[% outerf = f; f = sf; -%]
[% WRAPPER "wrapper/${f.twrapper}" %][% PROCESS "field/${f.twidget}" -%][% END -%]
[% f = outerf -%]
[% END -%]