{% 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 %}
{% 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!" %}
{% blocktrans with app_name=app.name %}You can now set up {{ app_name }} and connect it to your new account.{% endblocktrans %}
{% if app.download.text %}{{ app.download.text }}{% else %}{% blocktrans with app_name=app.name %}Download and install {{ app_name }} below:{% endblocktrans %}{% endif %}
{% 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 %}{% 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 %}