{% extends "base_min.html" %} {% 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 title %}{{site_name}}{% endblock %} {% block h1 %}{{site_name}}{% endblock %} {% block extra_scripts %} {% endblock %} {% block content %}
{% trans "Congratulations!" %}

{% blocktrans %}You have created an account on {{ site_name }}.{% endblocktrans %}

{% trans "To start chatting, you need to enter your new account credentials into your chosen XMPP software." %}

{% if webchat_url %}

{% trans "No suitable software installed right now? You can also log in to your account through our online web chat!" %}

{% endif %} {% if app %}

{% blocktrans with app_name=app.name %}You can now set up {{ app_name }} and connect it to your new account.{% endblocktrans %}

{% blocktrans with app_name=app.name %}Step 1: Download and install {{ app_name }}{% endblocktrans %}

{% if app.download.text %}{{ app.download.text }}{% else %}{% blocktrans with app_name=app.name %}Download and install {{ app_name }} below:{% endblocktrans %}{% endif %}

{% for item in app.download.buttons %} {% if item.image %} {% endif %} {%if item.text %} {% endif %} {% endfor %}
{% blocktrans with app_name=app.name %}Step 2: Connect {{ app_name }} to your new account{% endblocktrans %}

{% if app.setup.text %}{{ app.setup.text }}{% else %}{% blocktrans with app_name=app.name %}Launch {{ app_name }} and sign in using your account credentials.{% endblocktrans %}{% endif %}

{% endif %}

{% trans "As a final reminder, your account details are shown below:" %}

{% if password %}
{% endif %}
{% if password %}

{% trans "Your password is stored encrypted on the server and will not be accessible after you close this page. Keep it safe and never share it with anyone." %}

{% endif %} {% endblock %}