<div class="col-lg-12">
    <h2 class="text-center text-success">adminMongo</h2>
    <div class="col-lg-4 col-lg-offset-4">
        {{#if message}}<h4 class="text-danger text-center">{{message}}</h4>{{/if}}
        <form class="form-signin" method="post" action="{{app_context}}/app/login_action">
            <h2 class="form-signin-heading text-center">{{__ "Please enter password"}}</h2>
            <label for="inputPassword" class="sr-only">{{__ "Password"}}</label>
            <input type="password" id="inputPassword" name="inputPassword" class="form-control" placeholder="{{__ "Password"}}"" required><br/>
            <button class="btn btn-lg btn-primary btn-block" type="submit">{{__ "Sign in"}}</button>
        </form>
    </div>
</div>