{%set route_name = app.request.get('_route')%}
{% block title %}Laboratory 646-06{% endblock %}
{% block stylesheets %}{% endblock %}
Laboratory 646-06
Fast access
Presentation
Services
Product
Market
About
Contact
{%if is_granted("IS_AUTHENTICATED_FULLY")%}
{%if app.user.src is not null%}
{%else%}
{%endif%}
{{app.user.surname}}
My profile
My account
{%if is_granted("ROLE_ADMIN")%}
Back-Office
{%endif%}
Log Out
{%else%}
Sign in
{%endif%}
{% block body %}{% endblock %} {% if is_granted('IS_AUTHENTICATED_FULLY') == 0 %}
Sign in
×
Sign In with Facebook
OR
Remember me
Forgot password ?
Not again member ?
Create an account
{%endif%} {% include "inc/footer.html.twig" %}
{% block javascripts %}{% endblock %}