<!-- User name -->
<div class="lockscreen-name">Sarit Center</div>

{{#unless registrationSent}}  
<!-- START LOCK SCREEN ITEM -->
<div class="lockscreen-item">
  <!-- lockscreen image -->
  <div class="lockscreen-image">
    <img src="/zuru-admin-lte/assets/images/crumina/sarit_final_logo.png" alt="User Image">
  </div>
  <!-- /.lockscreen-image -->
 <!-- lockscreen credentials (contains the form) -->
  <form class="lockscreen-credentials" {{action 'completeRegistration' model on='submit'}}>
    <div class="input-group">
      {{input type="password" class="form-control" placeholder="password" value=password}}
      <div class="input-group-btn">
        <button class="btn"><i class="fa fa-arrow-right text-muted"></i></button>
      </div>
    </div>
  </form><!-- /.lockscreen credentials -->

</div><!-- /.lockscreen-item -->
<div class="help-block text-center">
  Enter your password to confirm your session
</div>
{{/unless}}

<div class="text-center">
  {{#if registrationSent}}
    {{#link-to 'access.login' }}Check you email!{{/link-to}}  
  {{else}}
    {{#link-to 'access.login' }}Or sign in as a different user{{/link-to}}  
  {{/if}}
</div>
<div class="lockscreen-footer text-center">
  Copyright &copy; 2015-2016 <b><a href="http://zuru360.com" class="text-black">Zuru 360</a></b><br>
  All rights reserved
</div>