{% embed 'contentBlock.twig' with {'title': 'Login_LogIn'|translate} %}
{% block content %}
{{ include('@Login/_formErrors.twig', {formErrors: form_data.errors } ) }}
{% if AccessErrorString %}
{{ 'General_Error'|translate }}: {{ AccessErrorString|raw }}
{% endif %}
{% if infoMessage %}
{{ infoMessage|raw }}
{% endif %}
{{ postEvent("Template.loginNav", "top") }}
{{ 'Login_LostYourPassword'|translate }}
{{ postEvent("Template.loginNav", "bottom") }}
{% if isCustomLogo %}
{{ linkTitle }}
{% endif %}
{% endblock %}
{% endembed %}
{% endblock %}