{% if not link %} {{ _("Create Invitation") }} {% else %} {{ _("Invitation Created") }} {% endif %}

{% if not link %} {% if error_message %}
{{ error_message }}
{% endif %}
{# Wizard bundle selection #} {% if bundles %}
{% endif %}
{{ _("Advanced Options") }}

{{ _("Invite Settings") }}

{{ _("Duration") }}

{{ _("When set, invited user(s) will be removed from the Plex server after a number of days. (1-999)") }}

{% if ldap_enabled %}

{{ _("LDAP Integration") }}

{{ _("Automatically create an LDAP user when this invitation is accepted") }}

{% endif %}
{% for s in servers %}
{% if s.server_type == "plex" %} {% elif s.server_type == "jellyfin" %}

{{ _("Number of devices that can stream simultaneously. Set to 0 for unlimited.") }}

{% elif s.server_type == "emby" %} {% elif s.server_type == "audiobookshelf" %} {% elif s.server_type == "komga" %} {% endif %}
{{ _("Loading…") }}
{% endfor %}
{% endif %} {% if link %}

{{ _("Successfully generated an Invitation!") }}

{{ _("Link has been copied to clipboard!") }}

{% endif %}