{# 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 %}
{{ error }}
{% endif %}