{% trans %}Here is the invitation link you can provide to the user you want to invite:{% endtrans %}
{% elif email_sent %}
{% set email = form.email.data %}
{% trans %}This invitation link has been sent to {{ email }}{% endtrans %}
{% trans %}If you need to provide this link by other ways than email, you can copy it there:{% endtrans %}
{% else %}
{% set email = form.email.data %}
{% trans %}This invitation link could not be sent to {{ email }} due to technical issues.{% endtrans %}
{% trans %}However you can copy the link there to provide it by other ways than email:{% endtrans %}