{% if mail_sent %}
{{ _("Invitation sent") }}
{% else %}
{{ _("Invitation not sent") }}
{% endif %}
{% if mail_sent %}
{% set email = form.mail.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.mail.data %}
{% trans %}This invitation link could not be sent to {{ email }} due to technical issues.{% endtrans %}
{% trans %}However you can copy the there to provide it by other ways than email:{% endtrans %}