You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
= registration_step_header
|
|
|
|
= row do
|
|
|
|
= columns(medium: 12) do
|
|
|
|
= save_registration_step do
|
|
|
|
.policy-agreement
|
|
|
|
%h3=_'articles.policy.headings.The_Agreement'
|
|
|
|
%ul
|
|
|
|
- policies.each do |term|
|
|
|
|
%li
|
|
|
|
- id = "policies_#{term}"
|
|
|
|
= check_box_tag("policies[#{term}]", 1, (@accepted_policies || {}).include?(term), id: id)
|
|
|
|
%label.term{for: id}=_"articles.policy.term.#{term.to_s}", :s, 2
|
|
|
|
= columns(medium: 12) do
|
|
|
|
%p=_'articles.conference_registration.paragraphs.Confirm_Agreement', :p
|