connectionMethod.jade 215 B

123456
  1. template(name='connectionMethod')
  2. div.at-form-authentication
  3. label {{_ 'authentication-method'}}
  4. select.select-authentication
  5. each authentications
  6. option(value="{{value}}") {{_ value}}