<div class="row">
<!-- Page content -->
<div id="contentlock" class="col-md-12 full-page login class-content-lock">
<div class="inside-block">
{% include 'block/' ~ block_site_header ~ '.html.twig' %}
<legend>
<p> </p>
</legend>
<h1><font face="Arial, sans-serif,Gill Sans MT,Helvetica" font size="+3"><bold>{{ 'Dear'|trans }}<br>{% if app.user is not null and app.user.profilo is not null %}{{ app.user.profilo.nome ~ " " ~ app.user.profilo.cognome }}{% endif %}</font></h1>
<h5>{{ 'Enter your password to unlock the screen!'|trans }}</h5>
<section>
<div class="user-photo">
<img src="{{ asset('static/images/Login_fingerprint.png') }}" class="img-circle" alt>
</div>
<div class="input-group">
<input type="password" class="form-control" name="unlockpass" id="unlockpass" placeholder="Password">
<div class="input-group-addon"><i class="fa fa-unlock"></i></div>
</div>
</section>
<section class="log-in">
<button type="button" class="btn btn-greensea" onclick="javascript:unlockScreen();">{{ 'Unlock'|trans }}</button>
<div style="margin-top: 10px; margin-bottom: 10px;">{{ 'Or'|trans }}</div>
<button type="button" class="btn btn-slategray" onclick="javascript:logout();">{{ 'Use different account'|trans }}</button>
<div class="alert alert-danger" id="error-unlock"></div>
<p> </p>
<p> </p>
<p> </p>
<legend></legend>
{% include 'block/consite.html.twig' %}
<br><br><br>
<legend></legend>
</section>
</div>
</div>
<!-- /Page content -->
</div>