<ahref="/policy/"><span><spanclass="translated-content"data-i18n-key="page_titles.Safe_Space_Policy"data-i18n-needs-translation="0">Safer Space Agreement</span></span></a>
</div><divclass="columns medium-6 large-7"><p><spanclass="translated-content"data-i18n-key="articles.conference_registration.paragraphs.done"data-i18n-needs-translation="0">Thank you for registering for Bike!Bike!</span></p>
<p><spanclass="translated-content"data-i18n-key="articles.conference_registration.paragraphs.workshops"data-i18n-needs-translation="0">You can now take a look at proposed workshops and even propose one yourself if you like.</span></p>
<th><spanclass="translated-content"data-i18n-key="articles.conference_registration.headings.name"data-i18n-needs-translation="0">What is your name?</span></th>
<td>John Doe</td>
</tr>
<tr>
<th><spanclass="translated-content"data-i18n-key="articles.conference_registration.headings.location"data-i18n-needs-translation="0">Where are you coming from?</span></th>
<th><spanclass="translated-content"data-i18n-key="articles.conference_registration.headings.languages"data-i18n-needs-translation="0">Which languages do you speak?</span></th>
<th><spanclass="translated-content"data-i18n-key="articles.conference_registration.headings.housing"data-i18n-needs-translation="0">Do you need a place to stay?</span></th>
<td><spanclass="translated-content"data-i18n-key="articles.conference_registration.questions.housing.none"data-i18n-needs-translation="0">I'll take care of it</span></td>
</tr>
<tr>
<th><spanclass="translated-content"data-i18n-key="articles.conference_registration.headings.bike"data-i18n-needs-translation="0">Do you need a bike?</span></th>
<th><spanclass="translated-content"data-i18n-key="articles.conference_registration.headings.food"data-i18n-needs-translation="0">What are your eating habits?</span></th>
<th><spanclass="translated-content"data-i18n-key="articles.conference_registration.headings.allergies"data-i18n-needs-translation="0">Do you have any allergies?</span></th>
<th><spanclass="translated-content"data-i18n-key="articles.conference_registration.headings.other"data-i18n-needs-translation="0">Is there anything else you'd like to tell us?</span></th>
<spanclass="translated-content"data-i18n-key="forms.actions.generic.edit_registration"data-i18n-needs-translation="0"><buttonname="button"type="submit"value="register">Edit my registration</button></span>
function classExists(elem,className){var p = new RegExp('(^| )'+className+'( |$)');return (elem.className && elem.className.match(p));}
function addClass(elem,className){if(classExists(elem,className)){return true;}elem.className += ' '+className;}
function removeClass(elem,className){var c = elem.className;var p = new RegExp('(^| )'+className+'( |$)');c = c.replace(p,' ').replace(/ /g,' ');elem.className = c.trim();}