blob: d191929f8d946d4a6f9ec3e83a6196fbff84cc14 (
plain)
1
2
3
4
5
6
7
8
9
|
template(name='connectionMethod')
div.at-form-authentication
label {{_ 'authentication-method'}}
select.select-authentication
each authentications
if isSelected value
option(value="{{value}}" selected) {{_ value}}
else
option(value="{{value}}") {{_ value}}
|