{% extends "invite.html" %} {% set body_id = "invite" %} {% from "library.j2" import form_button, clipboard_button %} {% block head_lead %} {% trans site_name=config["SITE_NAME"] %}Successfully registered on {{ site_name }} | Snikket{% endtrans %} {%- include "copy-snippet.html" -%} {% endblock %} {% block content %}

{% trans site_name=config["SITE_NAME"] %}Successfully registered on {{ site_name }}{% endtrans %}

{% trans logo_url=url_for("static", filename="img/snikket-logo-text.svg") %}Powered by Snikket{% endtrans %}

{% trans site_name=config["SITE_NAME"], jid=jid %}Congratulations! You successfully registered on {{ site_name }} as {{ jid }}.{% endtrans %}

{%- call clipboard_button(jid, show_label=True) -%} {% trans %}Copy address{% endtrans %} {%- endcall -%}

{% trans %}You can now set up your legacy XMPP client with the above address and the password you chose during registration.{% endtrans %}

{% trans %}You can now safely close this page.{% endtrans %}

{% endblock %}