{% extends '@Login/loginLayout.twig' %} {% block loginContent %}
{{ "Login_InvitationTitle"|translate }}
{% if AccessErrorString is defined %}
{{ 'General_Error'|translate }}: {{ AccessErrorString|raw }}
{% endif %} {% block content %}
{% if privacyPolicyUrl|default('') is not empty or termsAndCondition|default('') is not empty %}
{% endif %}
{% if isCustomLogo %}

{{ linkTitle }}

{% endif %} {% endblock %}
{% endblock %}