---
host: <%= options[:host] %>         # <%= I18n.t('form.add_item.host') %>
user: <%= options[:user] %>         # <%= I18n.t('form.add_item.login') %>
group: <%= options[:group] %>       # <%= I18n.t('form.add_item.group') %> 
protocol: <%= options[:protocol] %> # <%= I18n.t('form.add_item.protocol') %><% unless password %>
password:                           # <%= I18n.t('form.add_item.password') %><% end %>
port: <%= options[:port] %>         # <%= I18n.t('form.add_item.port') %>
comment: <%= options[:comment] %>   # <%= I18n.t('form.add_item.comment') %>
otp_key: <%= options[:otp] %>       # <%= I18n.t('form.add_item.otp_key') %>