{% extends 'eshop/@layout.html.twig' %} {% block title %} {{ 'security_log_in_info'|trans({}, 'shop') }} - {{ parent() }} {% endblock %} {% block description %} {% if article.metaDescription %} {{ article.metaDescription }} {% endif %} {% endblock %} {% block system_main %}
{% if error %}
{{ error.messageKey|trans(error.messageData, 'security') }}
{% endif %} {% if app.user %}
{{ 'security_logged_as'|trans({ '{user}': app.user.userIdentifier, '{path}': path('customer_logout') }, 'shop')|raw }}
{% else %}

{{ 'security_log_in_info'|trans({}, 'shop') }}




{{ 'forgot_password'|trans({}, 'shop') }}


{{ 'do_you_want_account'|trans({ '{path}': path('customer_registration') }, 'shop')|raw }}

{% endif %}
{% endblock %}