<!DOCTYPE html>
<html>
<head>
{% block head_page %}
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, minimal-ui" />
{# <link rel="stylesheet" href="/fonts/Lato-Black-900.eot" as="style">
<link rel="stylesheet" href="/fonts/Lato-Black-900.eot?#iefix" as="script">
<link rel="stylesheet" href="/fonts/Lato-Black-900.woff2" as="style">
<link rel="stylesheet" href="/fonts/Lato-Black-900.woff" as="script">
<link rel="stylesheet" href="/fonts/Lato-Black-900.ttf" as="script">
<link rel="stylesheet" href="/fonts/lato-v14-latin-900.svg#Lato" as="script"> #}
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:400,700,900,italic,bolditalic&display=swap" type="text/css" />
<link type="image/x-icon" rel="icon" href="{{ asset('faviconte.ico') }}" />
<link rel="stylesheet" href="{{ asset('_css/bootstrap.min.css') }}" />
<link rel="stylesheet" href="{{ asset('_css/request_content.min.css') }}" />
{% endblock head_page %}
</head>
<body class="recovery">
{% if te.request.hasPreviousSession %}
{% for type, messages in app.session.flashbag.all() %}
{% for message in messages %}
<div class="flash-{{ type }}">
{{ message }}
</div>
{% endfor %}
{% endfor %}
{% endif %}
<div class="wrap-recovery-login">
<div id="logoBox" class="logo-box">
<a class="logo-img" href="{{ path('app_home') }}" title="{{ 'home_page' | trans }}"></a>
{#<div class="slogan-block">{{ 'left_menu_slogan' | trans }}</div>#}
</div>
{% block fos_user_content %}
{% endblock fos_user_content %}
<div class="reg-line"></div>
</div>
{% block fos_user_js %}
{% endblock fos_user_js %}
</body>
</html>