%h1 Add new account
%form{ action: '#', id: 'asd' }
  %label{for: 'jid'}
    %strong Jabber ID
  %input{type: 'text', name: 'jid', class: 'text', placeholder: 'nick@example.com'}

  %label{for: 'pass'}
    %strong Password
  %input{type: 'password', name: 'password', class: 'text'}

  %input{type: 'submit', value: "#{I18n.t('sessions.new.form-send')}", class: 'button'}