[% INCLUDE 'admin/header.html' title=loc('Extra Fields') -%]
[% loc('Give this collection of fields a name. It is not shown publicly, just here in the admin.') %]
[% loc('Name') %]
[% loc('To limit this collection of fields to a single cobrand, select it here.') %]
[% loc('Cobrand') %] [% loc('All cobrands') %] [% FOREACH cobrand IN cobrands %] [% cobrand | html %] [% END %]
[% loc('To limit this collection of fields to a single language, select it here.') %]
[% loc('Language') %] [% loc('All languages') %] [% FOREACH lang IN languages.pairs %] [% lang.value.name | html %] [% END %]
[% loc('Fields') %] [% INCLUDE 'admin/extra-metadata-form.html' metas=extra.get_extra_fields %]