{% extends 'layout.html.twig' %}
{% block title %}{{ 'eshop.login'|trans|raw }}{% endblock %}
{% block page_contents %}
<div class="contentPage">
<br><br>
<div class="loginPanel">
<h1>Login</h1>
{{ form(form) }}
</div>
<div class="addFormFunctions">
<div class="addFormFunctionsLine"></div>
<span>{{ 'system.or'|trans }}</span>
<div class="addFormFunctionsLine"></div>
<div class="addFormFunctions">
{{ 'system.dont_have_account'|trans }}
<a href="{{ path('root') }}newaccount" class="bigPlainLink">{{ 'user.new_account'|trans }}</a>
</div>
<br>
</div>
<div class="background3D">
<X3D width='100vw' height='100vh' profile='Immersive' class="x3d_background3D">
<head>
</head>
<Scene>
<Transform rotation='0 1 0 0' translation='0 0 0' >
<Inline url='"/users/Kantona/freeworld/BackgroundRevolver.x3d"' bboxCenter="0 0 0"
bboxSize="0.1 0.1 0.1"
bboxDisplay = true;>
</Inline>
</Transform>
</Scene>
</X3D>
</div>
</div>
{% endblock %}