[% IF list_conf.custom_attribute.size > 0 %]
| [% SET m = subscriber.custom_attribute.item(k.id).value %] [% IF k.type == 'string' %] [% ELSIF k.type == 'integer' %] [% ELSIF k.type == 'text' %] [% ELSIF k.type == 'enum' %] [% ELSE %] [% subscriber.custom_attribute.item(k.id).value %] [% END %] [% IF k.optional == 'required' %]*[% END %] |