{% extends "base_min.html" %} {% block title %}{% blocktrans %}Register on {{ site_name }}{% endblocktrans %}{% endblock %} {% block h1 %}{% blocktrans %}Register on {{ site_name }}{% endblocktrans %}{% endblock %} {% block form_class %}container col-md-8 col-md-offset-2 col-sm-8 cold-sm-offset-2 col-lg-6 col-lg-offset-3 mt-2 mt-md-5{% endblock %} {% block content %}

{% if app %}{% blocktrans with app_name=app.name %}{{ site_name }} is part of XMPP, a secure and decentralized messaging network. To begin chatting using {{ app_name }} you need to first register an account.{% endblocktrans %}{% else %}{% blocktrans %}{{ site_name }} is part of XMPP, a secure and decentralized messaging network. To begin chatting you need to first register an account.{% endblocktrans %}{% endif %}

{%if invite.inviter %}{% blocktrans with inviter=invite.inviter|user %}Creating an account will allow to communicate with {{ inviter }} and other people on {{ site_name }} and other services on the XMPP network.{% endblocktrans %}{% else %}{% blocktrans %}Creating an account will allow to communicate with other people on {{ site_name }} and other services on the XMPP network.{% endblocktrans %}{% endif %}

{% if app %}{% if app.supports_preauth_uri %}

{% blocktrans with app_name=app.name %}If you already have {{ app_name }} installed, we recommend that you continue the account creation process using the app by clicking on the button below:{% endblocktrans %}

{% blocktrans with app_name=app.name %}{{ app_name }} already installed?{% endblocktrans %}

{% trans "This button works only if you have the app installed already!" %}

{% endif %}{% endif %}
{% trans "Create an account" %}
{%if message %}{% endif %}
@{{ domain }}
{% trans "Choose a username, this will become the first part of your new chat address." %}
{% trans "Enter a secure password that you do not use anywhere else." %}
{% if app %}{% endif %}
{% endblock %}