Ubuntu

­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­ {% set isCenteredLogo = false %} {% set showImageDiv = true %} {% set imageToShow = 'plugins/Login/images/invitation-image.png' %} {% set colClassOverride = 'col l4 offset-l2 m12 invite-form-section-div' %} {% set bodyClass = 'onboarding' %} {% set pageTitle = 'General_SetPassword'|translate %} {% extends '@Login/loginLayout.twig' %} {% block loginContent %}

{{ 'General_SetPassword'|translate }}

{{ 'Login_CreatePasswordDescription'|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 %}