{# templates/invite/set_password.html.twig #} {{ 'app.set_password.page_title'|trans({'%name%': invite.account.name}) }} {{ encore_entry_link_tags('app') }}
{{ invite.account.name }}

{{ 'app.set_password.subtitle'|trans({'%name%': invite.firstName}) }}

{% if error == 'csrf' %}
{{ 'app.csrf_error'|trans }}
{% elseif error == 'too_short' %}
{{ 'app.set_password.error_too_short'|trans }}
{% elseif error == 'mismatch' %}
{{ 'app.set_password.error_mismatch'|trans }}
{% endif %}