?> " class="form-control" /> </div> <div class="col-md-4"> <label for="clan">Clan</label> <br /> <input type="text" name="clan" id="clan" value="<?php echo is_array($_tmp = $this->_tpl_vars['user']->clan) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp); ?> " class="form-control" /> </div> </div> <div class="row clearfix"> <div class="col-md-12"> <?php echo smarty_function_html_checkbox(array('name' => 'allow_emails', 'value' => 1, 'check' => $this->_tpl_vars['user']->allow_emails, 'label' => "Allow epic.LAN to email me with details of upcoming events."), $this); ?> </div> </div> <br /> <div class="row clearfix"> <div class="col-md-12"> <h4 id="contactdetails">Private Contact Information</h4> <p> If you sign up to one of our events, we'd like to be able to contact you in the event of any last-minute changes or emergencies. </p> </div> </div>
<div class="row clearfix"> <div class="col-md-12" style="text-align: justify"> <?php echo $this->_tpl_vars['terms']->body; ?> </div> </div> <br /> <div class="row clearfix"> <div class="col-md-12"> <?php echo smarty_function_html_checkbox(array('name' => 'terms', 'value' => 1, 'check' => $this->_tpl_vars['user']->terms, 'label' => 'I agree to the terms and conditions'), $this); ?> </div> </div> <div class="row clearfix"> <div class="col-md-6"> <div class="g-recaptcha" data-sitekey="<?php echo $this->_tpl_vars['recaptcha']; ?> "></div> </div> </div> <br />