{% set template_title = "LOGIN"|translate %} {% capture append = "oxidBlock_content" %}

{{ translate({ ident: "LOGIN" }) }}

{{ translate({ ident: "MESSAGE_LOGIN_TO_WRITE_REVIEW" }) }}

{% include "form/login.html.twig" with {sType: "account"} %}
{{ insert_tracker({title: template_title}) }} {% endcapture %} {% include "layout/page.html.twig" %}