{% extends "base.html" %} {% block title %}{% trans "Create Account" %} | {{ site_name }}{% endblock %} {% block content %}

{% if invite.inviter|user %} {% blocktrans with inviter=invite.inviter|user %}You have been invited to chat with {{ inviter }} on {{ site_name }}, part of the XMPP secure and decentralized messaging network.{% endblocktrans %} {% else %} {% blocktrans %}You have been invited to chat on {{ site_name }}, part of the XMPP secure and decentralized messaging network.{% endblocktrans %} {% endif %}

{% trans "Get started" %}

{% trans "To get started, you need to install an app for your platform:" %}

{% include "apps.html" %}

{% trans "Other software" %}

{% blocktrans with tabidx=apps|length|add:3 %}You can connect to {{ site_name }} using any XMPP-compatible software. If your preferred software is not listed above, you may still register an account manually.{% endblocktrans %}

{% endblock %}