[% "widget.importchoosesource.service" | ml %]
[%- FOR service IN services -%]
[%- form.checkbox(
type = 'radio',
name = 'hostname',
value = service.url,
id = service.name
) -%]
[%- END -%]
[% form.textbox( name = 'username', maxlength = 255) %]
[% form.password(name = 'password') %]
[%- IF u.is_community -%]
[% form.textbox( name = 'usejournal', maxlength = 255) %]
[%- END -%]
[% form.submit(value = dw.ml('/tools/importer/index.tt.btn.continue'), name="choose_source") %]