{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Welcome" %}{% endblock %} {% block container_class %}container_narrow{% endblock %} {% block content %}
{% blocktrans %}
PyGoWave is the next generation communication platform for the web
coded in Python.
It is similar to its big brother Google Wave
and aims to be a comparable and compatible alternative.
{% endblocktrans %}
{% blocktrans %} This is a development server, not intended for production use. Happy hacking! {% endblocktrans %}
{% else %}{% blocktrans %} This is not the official server, but one of (probably) many free participating servers around the world. Do not hesitate to sign up, we are a big family. {% endblocktrans %}
{% endif %}{% blocktrans count online_count as online_count %} Currently, there is {{ online_count }} user online out of {{ users_count }} registred users. {% plural %} Currently, there are {{ online_count }} users online out of {{ users_count }} registred users. {% endblocktrans %}
{% include "pygowave_server/project_status.html" %}{% blocktrans %} Disclaimer: This is highly experimental. By using this software you are completely on your own. No warranty for anything. {% endblocktrans %}
{% endblock %}