<inputid="company"type="text"name="company_name"value="${testcenteruser.company_name}"placeholder="e.g. American Association of University Professors"/>
<inputid="company_name"type="text"name="company_name"value="${testcenteruser.company_name}"placeholder="e.g. American Association of University Professors"/>
</li>
</ol>
</fieldset>
</div>
<divclass="form-fields-secondary">
<!-- NOTE: BT - Assuming accommodations cannot be edited after a user originally submits registration, I've disabled the field and provided different text. Correct if this is not the case. -->
% if registration:
% if registration.accommodation_request and len(registration.accommodation_request) > 0:
<pclass="instructions">Fields below this point are not part of the demographics, and are not editable currently.</p>
<pclass="instructions">Fields below this point are not part of your demographic information, and <strong>are not editable currently</strong>.</p>
% else:
<pclass="instructions">Fields below this point are not part of the demographics, and cannot be changed once submitted.</p>
<pclass="instructions">Fields below this point are not part of your demographic information, <strong>and cannot be changed once submitted</strong>.</p>